summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-12-10bgmac: connect to PHY and make use of PHY deviceRafał Miłecki2-138/+64
2013-12-10net: sh_eth: do not issue a wild PHY reset through BMCRFlorian Fainelli1-1/+4
2013-12-10net: tc35815: use phy_init_hw for PHY resetFlorian Fainelli1-11/+4
2013-12-10net: pxa168_eth: use phy_init_hw for PHY resetFlorian Fainelli1-19/+1
2013-12-10net: mv643xx_eth: use phy_init_hw to reset PHYFlorian Fainelli1-20/+1
2013-12-10net: phy: consolidate PHY reset in phy_init_hw()Florian Fainelli2-3/+58
2013-12-10net: bfin_mac: do not reset PHY after phy_start()Florian Fainelli1-1/+0
2013-12-10net: greth: use phy_read_status()Florian Fainelli1-1/+1
2013-12-10net: phy: use phy_init_hw instead of open-coding itFlorian Fainelli1-5/+2
2013-12-10net: phy: report link partner features through ethtoolFlorian Fainelli2-0/+7
2013-12-10tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()Zhi Yong Wu1-5/+0
2013-12-10macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvmsg()Zhi Yong Wu1-5/+0
2013-12-10xen-netback: improve guest-receive-side flow controlPaul Durrant3-185/+106
2013-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-137/+231
2013-12-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller8-107/+316
2013-12-10wan: wanxl: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-10wan: pci200syn: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-10wan: pc300too: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-10wan: lmc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-10wan: dscc4: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-10irda: vlsi_ir: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-12-10irda: via-ircc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-10net: forcedeth: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-10net: ns83820: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-10net: bna: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-10net: sis900: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-10net: sfc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-07i40e: Add a new variable to track number of pf instancesAnjali Singhai Jain2-0/+6
2013-12-07i40e: add num_VFs messageAnjali Singhai Jain1-0/+3
2013-12-07i40e: refactor ethtool testsShannon Nelson1-27/+30
2013-12-07i40e: clear test state bit after all ethtool testsShannon Nelson1-2/+3
2013-12-07i40e: only set up the rings to be usedShannon Nelson1-7/+7
2013-12-07i40e: Enable all PCTYPEs except FCOE for RSS.Anjali Singhai Jain1-14/+24
2013-12-07i40e: refactor reset codeAnjali Singhai Jain1-36/+95
2013-12-07i40e: Bump versionCatherine Sullivan1-1/+1
2013-12-07i40e: whitespaceJeff Kirsher1-0/+1
2013-12-07i40e: enable early hardware supportJesse Brandeburg4-10/+68
2013-12-07i40e: Add flag for L2 VEB filteringKevin Scott3-3/+12
2013-12-07i40e: get media type during link infoJesse Brandeburg3-0/+52
2013-12-07i40e: check multi-bit state correctlyJesse Brandeburg1-7/+9
2013-12-07i40e: separate TSYNVALID and TSYNINDX fields in Rx descriptorJacob Keller1-2/+7
2013-12-07virtio-net: free bufs correctly on invalid packet lengthMichael Dalton1-3/+3
2013-12-07net: mvneta: Fix incorrect DMA unmapping sizeEzequiel Garcia1-2/+2
2013-12-07virtio: delete napi structures from netdev before releasing memoryAndrey Vagin1-0/+5
2013-12-07virtio-net: determine type of bufs correctlyAndrey Vagin1-3/+3
2013-12-07tun: remove unused parameter in tun_do_read()Zhi Yong Wu1-4/+3
2013-12-07macvtap: remove unused parameter in macvtap_do_read()Zhi Yong Wu1-3/+3
2013-12-07macvtap: remove the dead branchZhi Yong Wu1-6/+2
2013-12-07vhost: remove the dead branchZhi Yong Wu5-24/+6
2013-12-07bonding: fix packets_per_slave showingNikolay Aleksandrov1-2/+2