aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller181-925/+1656
2014-06-03sh_eth: fix SH7619/771x supportSergei Shtylyov1-0/+21
2014-06-03sh_eth: use RNC mode for packet receptionBen Dooks2-11/+2
2014-06-03net: remove some unless free on failure in alloc_netdev_mqs()WANG Cong1-5/+0
2014-06-03rtnetlink: fix a memory leak when ->newlink failsCong Wang1-3/+7
2014-06-03bnx2x: Fix kernel crash and data miscompare after EEH recoverywenxiong@linux.vnet.ibm.com1-0/+12
2014-06-03bnx2x: Adapter not recovery from EEH error injectionwenxiong@linux.vnet.ibm.com1-2/+2
2014-06-03net: driver: smsc: set NOCARRIER flag in dev at driver initializationBalakumaran Kannan1-0/+2
2014-06-03hyper-v: make uuid_le conststephen hemminger3-9/+9
2014-06-03lpc_eth: Use resource_size instead of computationBenoit Taine1-5/+3
2014-06-03xfrm: fix race between netns cleanup and state expire notificationMichal Kubecek1-11/+25
2014-06-02Merge branch 'hsilicon'David S. Miller6-0/+1136
2014-06-02net: hisilicon: add hix5hd2 mac driverZhangfei Gao5-0/+1100
2014-06-02Documentation: add Device tree bindings for Hisilicon hix5hd2 ethernetZhangfei Gao1-0/+36
2014-06-02Merge branch 'cnic'David S. Miller1-13/+16
2014-06-02cnic: Fix missing ISCSI_KEVENT_IF_DOWN messageMichael Chan1-3/+5
2014-06-02cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings()Michael Chan1-6/+0
2014-06-02cnic: Don't take rcu_read_lock in cnic_rcv_netevent()Michael Chan1-4/+11
2014-06-02net: davinci_emac: Remove unwanted debug/error messageChristian Riesch1-1/+0
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/net-nextDavid S. Miller14-129/+120
2014-06-03ethtool: Check that reserved fields of struct ethtool_rxfh are 0Ben Hutchings1-53/+36
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings10-49/+48
2014-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds31-87/+279
2014-06-02fec: Include pinctrl header fileFabio Estevam1-0/+1
2014-06-02bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu2-0/+4
2014-06-02net: filter: fix possible memory leak in __sk_prepare_filter()Leon Yu1-1/+6
2014-06-02atm: fore200e.c: Cleaning up uninitialized variablesRickard Strandqvist1-1/+1
2014-06-02Merge tag 'md/3.15-fixes' of git://neil.brown.name/mdLinus Torvalds1-1/+4
2014-06-02via-ircc: Remove useless return variablesPeter Senna Tschudin1-5/+2
2014-06-02net: ec_bhf: Add runtime dependenciesJean Delvare1-0/+1
2014-06-02wan: Use usleep_range()Manuel Schölling1-7/+3
2014-06-02libata: Blacklist queued trim for Crucial M500Martin K. Petersen1-4/+4
2014-06-02vxge: Remove useless return variablesPeter Senna Tschudin1-15/+7
2014-06-02bnx2x: Remove useless return variablesPeter Senna Tschudin1-6/+4
2014-06-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2014-06-02Merge tag 'usb-3.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds11-17/+50
2014-06-02Merge tag 'staging-3.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds7-14/+54
2014-06-02tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng1-6/+5
2014-06-02drivers/net: fix broadcom/bcmsysport.c compile fail on SPARCPaul Gortmaker2-8/+8
2014-06-02fib_trie: use seq_file_net rather than seq->privateDavid Ahern1-1/+1
2014-06-02netlink: Only check file credentials for implicit destinationsEric W. Biederman2-4/+10
2014-06-02net: filter: fix length calculation in BPF testsuiteChema Gonzalez1-5/+16
2014-06-02Merge branch 'mvneta'David S. Miller2-37/+85
2014-06-02net: mv643xx_eth: Avoid unmapping the TSO header buffersEzequiel Garcia1-2/+6
2014-06-02net: mv643xx_eth: Drop the NETDEV_TX_BUSY return pathEzequiel Garcia1-2/+0
2014-06-02net: mv643xx_eth: Limit the TSO segments and adjust stop/wake thresholdsEzequiel Garcia1-21/+42
2014-06-02net: mv643xx_eth: Count dropped packets properlyEzequiel Garcia1-1/+4
2014-06-02net: mvneta: Avoid unmapping the TSO header buffersEzequiel Garcia1-3/+9
2014-06-02net: mvneta: Fix missing DMA region unmapEzequiel Garcia1-3/+2
2014-06-02net: mvneta: Limit the TSO segments and adjust stop/wake thresholdsEzequiel Garcia1-4/+24