aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek22-185/+277
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek14-14/+14
2008-10-08myri10ge: add multiqueue TXBrice Goglin1-34/+118
2008-10-08atl1: update introductory commentsJay Cliburn1-7/+3
2008-10-08atl1: remove EXPERIMENTAL labelJay Cliburn1-3/+4
2008-10-08atl1: remove LLTXJay Cliburn1-17/+1
2008-10-08atl1: fix transmit timeout bugJay Cliburn2-2/+3
2008-10-08skge: Fix skge_set_ring_param() losing error returnWang Chen1-2/+2
2008-10-08[10/21] driver/net/skge.c: restart the interface when it's options orXiaoming.Zhang1-4/+18
2008-10-08[2.6.28,1/1] cxgb3 - fix race in EEHDivy Le Ray3-3/+24
2008-10-08via-velocity: Fix warnings on sparc64.Francois Romieu1-2/+2
2008-10-08net: remove LLTX in atl2 driverKevin Hao2-24/+1
2008-10-08phylib: Wake PHY state machine on interruptTrent Piepho1-0/+6
2008-10-08PHY: Avoid unnecessary aneg restartsTrent Piepho1-19/+30
2008-10-08r8169: read MAC address from EEPROM on initIvan Vecera1-1/+72
2008-10-08net: add net poll support for atl2 driverKevin Hao1-0/+12
2008-10-08ibm_newemac: Fix EMAC soft reset on 460EX/GTVictor Gallardo2-0/+23
2008-10-08phylib: phy_mii_ioctl() fixesLennert Buytenhek1-2/+3
2008-10-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-37/+153
2008-10-06iwlwifi: remove STATUS_CONF_PENDING in scanningTomas Winkler3-32/+22
2008-10-06iwlwifi: scan fix commentTomas Winkler1-1/+2
2008-10-06iwlwifi: scan correct setting of valid rx_chainsTomas Winkler1-1/+1
2008-10-06ath5k: implement multi-rate retry support, fix tx status reportingFelix Fietkau3-26/+95
2008-10-06mac80211: add multi-rate retry supportFelix Fietkau5-4/+7
2008-10-06mac80211: free up 2 bytes in skb->cbFelix Fietkau6-10/+13
2008-10-06rt2x00: Fix rfkill structure initialization to prevent rfkill WARN_ON.Gertjan van Wingerde1-2/+7
2008-10-06p54: report appropriate rate and band values for 802.11aChristian Lamparter1-2/+3
2008-10-06ath9k: enable ANI to help with noisy environmentsLuis R. Rodriguez6-25/+197
2008-10-06ath9k: fix oops on trying to hold the wrong spinlockLuis R. Rodriguez1-1/+1
2008-10-06ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez5-22/+19
2008-10-06ath9k: fixup some merge damageJohn W. Linville1-2/+0
2008-10-05netdrv: Fix unregister_netdev typosHerbert Xu2-2/+2
2008-10-03e1000e: Fix incorrect debug warningLinus Torvalds1-1/+1
2008-10-02e1000e: update version from k4 to k6Jesse Brandeburg1-1/+1
2008-10-02e1000e: debug contention on NVM SWFLAGThomas Gleixner1-0/+17
2008-10-02e1000e: drop stats lockJesse Brandeburg2-19/+0
2008-10-02e1000e: remove phy read from inside spinlockJesse Brandeburg2-14/+5
2008-10-02e1000e: do not ever sleep in interrupt contextJesse Brandeburg2-3/+30
2008-10-02e1000e: reset swflag after resetting hardwareJesse Brandeburg1-0/+3
2008-10-01e1000e: write protect ICHx NVM to prevent malicious write/eraseBruce Allan5-3/+100
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller14-59/+125
2008-10-01mv643xx_eth: hook up skb recyclingLennert Buytenhek1-21/+45
2008-09-30ath5k: Add support for AR2417 v2Nick Kossifidis1-2/+3
2008-09-30ath5k: Fix SREV reporting after SREV updatesNick Kossifidis1-1/+5
2008-09-30ath5k: Use QUIET mechanism on tx dma stopNick Kossifidis2-7/+46
2008-09-30ath5k: Use new srevs to properly attach radio chipsNick Kossifidis1-69/+113
2008-09-30b43: Increase loop tries in do_dummy_txLarry Finger1-1/+1
2008-09-30ath5k: Update registers and SREV ids v2Nick Kossifidis6-238/+490
2008-09-30ath5k: write beacon control register twice when resetting tsfBob Copeland1-1/+13
2008-09-30rt2x00: Fix build errors due to modularized rfkill or leds and built-in rt2x00.Gertjan van Wingerde1-35/+34