summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-12-26ehea: use get_zeroed_page for alignment-sensitive allocationNathan Lynch1-2/+2
2008-12-26mlx4_en: Remove pauses module parameters.Yevgeny Petrilin1-8/+2
2008-12-26mlx4_en: Removed Interrupt moderation module parametersYevgeny Petrilin3-24/+3
2008-12-26mlx4_en: Removed redundant cq->armed flagYevgeny Petrilin3-5/+2
2008-12-26mlx4_en: Removed TX locking when polling TX cqYevgeny Petrilin1-11/+13
2008-12-26mlx4_en: Memory leak on completion queue freeYevgeny Petrilin1-1/+2
2008-12-26Merge branch 'for-david' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...David S. Miller6-170/+1513
2008-12-26myri10ge: update driver version to 1.4.4-1.395Brice Goglin1-1/+1
2008-12-26myri10ge: update firmware headers to 1.4.37Brice Goglin2-83/+93
2008-12-26forcedeth: don't poll NV event 36Johannes Berg1-1/+1
2008-12-26drivers/net/wan: Remove redundant testJulia Lawall1-3/+2
2008-12-26drivers/net: Remove redundant testJulia Lawall2-12/+0
2008-12-26drivers/net/ehea: Remove redundant testJulia Lawall1-2/+2
2008-12-26drivers/net/au1000_eth.c: Remove redundant testJulia Lawall1-1/+0
2008-12-26qlge: ql_adapter_down() typoRoel Kluin1-1/+1
2008-12-26net: PHYLIB mdio fixes #2Krzysztof Halasa2-8/+16
2008-12-26smsc911x: fix platform resource call during module unloadSteve Glendinning1-1/+1
2008-12-26smsc911x: don't clobber driver_dataSteve Glendinning1-1/+0
2008-12-26smsc911x: make smsc911x_ethtool_ops constantSteve Glendinning1-1/+1
2008-12-26smsc911x: convert driver to use net_device_opsSteve Glendinning1-10/+14
2008-12-26smsc911x: fix BUG if module is removed while interface is upSteve Glendinning1-3/+2
2008-12-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-21/+25
2008-12-23net: Remove unused netdev arg from some NAPI interfaces.Neil Horman62-215/+204
2008-12-23net: startup race in hso driverOliver Neukum1-2/+1
2008-12-23r6040: bump release number to 0.19Florian Fainelli1-2/+2
2008-12-23r6040: save and restore MIER correctly in the interrupt routineJoe Chou1-2/+7
2008-12-23r6040: fix wrong logic in mdio codeJoe Chou1-2/+2
2008-12-22tg3: Update version to 3.97Matt Carlson1-2/+2
2008-12-22tg3: tg3.h cleanupsMatt Carlson2-35/+5
2008-12-22tg3: Remove unused cfgspc device membersMatt Carlson2-20/+7
2008-12-22tg3: Cleanup IPV6 LSOMatt Carlson2-24/+25
2008-12-22tg3: WOL fixesMatt Carlson1-3/+2
2008-12-22ixgbe: fix the display of DCB control stats in ethtoolDon Skidmore1-0/+7
2008-12-22net: add DCNA attribute to the BCN interface for DCBDon Skidmore1-0/+20
2008-12-22net: fix DCB setstate to return success/failureDon Skidmore1-23/+29
2008-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller37-548/+646
2008-12-22Convert ixp4xx_eth driver to use net_device_ops.Krzysztof Hałasa1-5/+10
2008-12-22drivers/net/wan: Remove redundant testJulia Lawall1-3/+2
2008-12-22HDLC_PPP: Fix Configure-Ack to return original options as required by the sta...Krzysztof Hałasa1-5/+6
2008-12-22IXP4xx: move common debugging from network drivers to QMGR module.Krzysztof Hałasa2-86/+23
2008-12-22WAN: Add IXP4xx HSS HDLC driver.Krzysztof Hałasa3-0/+1365
2008-12-22IXP4xx: Add ethtool support to Ethernet driver.Krzysztof Hałasa1-0/+45
2008-12-22IXP4xx: Add PHYLIB MII ioctl to the Ethernet driver.Krzysztof Hałasa1-1/+3
2008-12-22IXP4xx: Add PHYLIB support to Ethernet driver.Krzysztof Hałasa2-100/+96
2008-12-22IXP4xx: Make the Ethernet driver use built-in netdev stats.Krzysztof Hałasa1-16/+8
2008-12-22IXP4xx: Silence section mismatch warning in Ethernet driver.Krzysztof Hałasa1-3/+3
2008-12-19b43: Add key memory dumpingMichael Buesch3-2/+53
2008-12-19b43: Suspend MAC while killing the radioMichael Buesch1-0/+2
2008-12-19ath5k: correct packet length in tx descriptorsBob Copeland3-6/+11
2008-12-19b43: Fix some MAC lockingMichael Buesch3-44/+30