aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-137/+231
2013-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller8-107/+316
2013-12-09wan: wanxl: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-09wan: pci200syn: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-09wan: pc300too: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-09wan: lmc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-09wan: dscc4: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-09irda: vlsi_ir: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-12-09irda: via-ircc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-09net: forcedeth: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-09net: ns83820: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-09net: bna: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-09net: sis900: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-09net: sfc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-06i40e: Add a new variable to track number of pf instancesAnjali Singhai Jain2-0/+6
2013-12-06i40e: add num_VFs messageAnjali Singhai Jain1-0/+3
2013-12-06i40e: refactor ethtool testsShannon Nelson1-27/+30
2013-12-06i40e: clear test state bit after all ethtool testsShannon Nelson1-2/+3
2013-12-06i40e: only set up the rings to be usedShannon Nelson1-7/+7
2013-12-06i40e: Enable all PCTYPEs except FCOE for RSS.Anjali Singhai Jain1-14/+24
2013-12-06i40e: refactor reset codeAnjali Singhai Jain1-36/+95
2013-12-06i40e: Bump versionCatherine Sullivan1-1/+1
2013-12-06i40e: whitespaceJeff Kirsher1-0/+1
2013-12-06i40e: enable early hardware supportJesse Brandeburg4-10/+68
2013-12-06i40e: Add flag for L2 VEB filteringKevin Scott3-3/+12
2013-12-06i40e: get media type during link infoJesse Brandeburg3-0/+52
2013-12-06i40e: check multi-bit state correctlyJesse Brandeburg1-7/+9
2013-12-06i40e: separate TSYNVALID and TSYNINDX fields in Rx descriptorJacob Keller1-2/+7
2013-12-06virtio-net: free bufs correctly on invalid packet lengthMichael Dalton1-3/+3
2013-12-06net: mvneta: Fix incorrect DMA unmapping sizeEzequiel Garcia1-2/+2
2013-12-06virtio: delete napi structures from netdev before releasing memoryAndrey Vagin1-0/+5
2013-12-06virtio-net: determine type of bufs correctlyAndrey Vagin1-3/+3
2013-12-06tun: remove unused parameter in tun_do_read()Zhi Yong Wu1-4/+3
2013-12-06macvtap: remove unused parameter in macvtap_do_read()Zhi Yong Wu1-3/+3
2013-12-06macvtap: remove the dead branchZhi Yong Wu1-6/+2
2013-12-06vhost: remove the dead branchZhi Yong Wu5-24/+6
2013-12-06bonding: fix packets_per_slave showingNikolay Aleksandrov1-2/+2
2013-12-06tg3: Update version to 3.135Nithin Sujir1-2/+2
2013-12-06tg3: Expand multicast drop counter miscounting fix to 5762Nithin Sujir1-0/+3
2013-12-06tg3: Fix bit definition for the nvram Auto Power Down settingNithin Sujir1-1/+1
2013-12-06tg3: Add flag to disable 1G Half Duplex advertisementNithin Sujir2-7/+25
2013-12-06tg3: Don't add rxbds_empty to rx_over_errorsNithin Sujir1-2/+0
2013-12-06be2net: Free/delete pmacs (in be_clear()) only if they existSomnath Kotur1-8/+15
2013-12-06be2net: Fix Lancer error recovery to distinguish FW downloadSomnath Kotur2-4/+17
2013-12-06arc_emac: remove custom "max-speed" parsing codeFlorian Fainelli2-21/+1
2013-12-06net: of_mdio: parse "max-speed" property to set PHY supported featuresFlorian Fainelli1-1/+24
2013-12-06net: of_mdio: do not overwrite PHY interrupt configurationFlorian Fainelli1-2/+3
2013-12-06net: of_mdio: use PHY_MAX_ADDR constantFlorian Fainelli1-1/+1
2013-12-06net: of_mdio: factor PHY registration from of_mdiobus_registerFlorian Fainelli1-63/+46
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller12-153/+155