aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-29net: mvmdio: doc: mvmdio now used by mv643xx_ethLeigh Brown1-5/+3
2013-10-29net: mvmdio: slight optimisation of orion_mdio_writeLeigh Brown1-6/+4
2013-10-29net: mvmdio: orion_mdio_ready: remove manual pollLeigh Brown1-21/+13
2013-10-29net: mvmdio: make orion_mdio_wait_ready consistentLeigh Brown1-22/+30
2013-10-29net/benet: Make lancer_wait_ready() staticGavin Shan2-2/+1
2013-10-29net/benet: Remove interface typeGavin Shan2-6/+0
2013-10-29netconsole: Convert to pr_<level>Joe Perches1-30/+27
2013-10-29bgmac: separate RX descriptor setup code into a new functionRafał Miłecki1-19/+22
2013-10-29vxlan: silence one build warningZhi Yong Wu1-17/+14
2013-10-28virtio_net: migrate mergeable rx buffers to page frag allocatorsMichael Dalton1-58/+106
2013-10-28veth: extend features to support tunnelingEric Dumazet1-0/+3
2013-10-28Revert "Merge branch 'bonding_monitor_locking'"David S. Miller3-40/+89
2013-10-27be2net: add support for ndo_busy_pollSathya Perla2-18/+187
2013-10-27bonding: remove bond read lock for bond_3ad_state_machine_handler()dingtianhong1-4/+5
2013-10-27bonding: remove bond read lock for bond_activebackup_arp_mon()dingtianhong1-33/+13
2013-10-27bonding: remove bond read lock for bond_loadbalance_arp_mon()dingtianhong1-4/+6
2013-10-27bonding: remove bond read lock for bond_alb_monitor()dingtianhong1-16/+4
2013-10-27bonding: remove bond read lock for bond_mii_monitor()dingtianhong1-32/+12
2013-10-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller9-50/+134
2013-10-25net: fix rtnl notification in atomic contextAlexei Starovoitov1-2/+2
2013-10-24ixgbevf: bump driver versionDon Skidmore1-1/+1
2013-10-24ixgbevf: implement ethtool get/set coalesceJacob Keller3-1/+84
2013-10-24ixgbevf: Adds function to set PSRTYPE registerDon Skidmore1-2/+16
2013-10-24ixgbe: fix rx-usecs range checks for BQLEmil Tantilov1-3/+3
2013-10-24ixgbe: use pcie_capability_read_word() to simplify codeYijing Wang1-4/+2
2013-10-24ixgbe: cleanup ixgbe_enumerate_functionsJacob Keller1-8/+5
2013-10-24igb: fix driver reload with VF assigned to guestStefan Assmann1-21/+16
2013-10-24igb: Fix master/slave mode for all m88 i354 PHY'sCarolyn Wyborny1-5/+3
2013-10-24i40e: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2013-10-24igbvf: add missing iounmap() on error in igbvf_probe()Wei Yongjun1-1/+2
2013-10-24igbvf: integer wrapping bug setting the mtuDan Carpenter1-3/+2
2013-10-23net: via-rhine: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-23net: tc35815: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-23net: spider_net: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-23net: tlan: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-23net: tehuti: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-23net: niu: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-23net: sungem: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-23sh_eth: add/use RMCR.RNC bitSergei Shtylyov2-3/+6
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller250-1587/+2172
2013-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds5-37/+81
2013-10-23Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds8-21/+60
2013-10-23platform/x86: fix asus-wmi build errorRandy Dunlap1-0/+1
2013-10-23bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet1-1/+1
2013-10-23Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds16-65/+158
2013-10-23Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds5-0/+25
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds59-453/+777
2013-10-22macvlan: resolve ENOENT errors on creationJohn Fastabend1-6/+5
2013-10-22bonding: move bond-specific init after enslave happensVeaceslav Falico1-51/+14
2013-10-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller5-127/+146