summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* wl12xx: add driverKalle Valo2009-05-0630-0/+9232
* rt2x00: Implement support for rt2800usbIvo van Doorn2009-05-065-0/+4996
* rt2x00: Style fix for interval definesAlban Browaeys2009-05-061-2/+2
* ath9k: uninline ath9k_io{read,write}32 routinesGabor Juhos2009-05-062-31/+34
* mac80211: tell driver when idleJohannes Berg2009-05-061-2/+4
* ath9k: Fix handling of retry count of NO_ACK framesGábor Stefanik2009-05-061-4/+5
* iwlwifi: Fix handling of retry count of NO_ACK frames in iwl-{3945|agn}-rsGábor Stefanik2009-05-062-13/+16
* ath5k: correct interrupt storm warningBob Copeland2009-05-061-1/+1
* rt2x00: Implement support for 802.11nIvo van Doorn2009-05-069-34/+211
* rt2x00: Add support for L2 padding during TX/RXIvo van Doorn2009-05-066-48/+143
* rt2x00: Move iv_len into tx descriptor dataIvo van Doorn2009-05-064-20/+19Star
* ath5k: Storage class should be before const qualifierTobias Klauser2009-05-061-2/+2
* ar9170: wrong test on outlen in ar9170_usb_exec_cmd() ?Roel Kluin2009-05-061-1/+1
* ar9170usb: reset device on resumeChristian Lamparter2009-05-061-0/+2
* p54usb: rework driver for resumeChristian Lamparter2009-05-062-95/+177
* p54usb: remove some dead codeChristian Lamparter2009-05-061-53/+3Star
* ath5k: 5211, don't crypt every protected frameJiri Slaby2009-05-061-1/+1
* ar9170: uncomment powermgt case handleChristian Lamparter2009-05-061-2/+2
* ar9170: handle otus' A-MPDU density definitionsChristian Lamparter2009-05-063-2/+27
* mac80211_hwsim: fix bogus warningJohannes Berg2009-05-061-1/+1
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-0625-623/+411Star
* mac80211: clean up beacon interval settingsJohannes Berg2009-05-0614-47/+59
* net: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman2009-05-053-11/+11
* macb: Add support of the netpoll APIThomas Petazzoni2009-05-041-0/+18
* ne2k-pci: use dev->addr_len instead of "6"Jiri Pirko2009-05-031-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-031-4/+3Star
|\
| * ne2k-pci: Do not register device until initialized.Lubomir Rintel2009-05-021-4/+3Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-036-35/+56
|\|
| * virtio_net: Fix function name typoAlex Williamson2009-05-021-4/+4
| * virtio_net: Cleanup command queue scatterlist usageAlex Williamson2009-05-021-6/+10
| * bonding: correct the cleanup in bond_create()Jiri Pirko2009-05-021-7/+6Star
| * smsc95xx: add support for LAN9512 and LAN9514Steve Glendinning2009-05-021-0/+5
| * smsc95xx: configure LED outputsSteve Glendinning2009-05-022-0/+13
| * netconsole: take care of NETDEV_UNREGISTER eventBruno Prémont2009-05-021-1/+10
| * bonding: bond_slave_info_query() fixEric Dumazet2009-05-021-16/+7Star
| * cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of...Sergey Senozhatsky2009-05-011-1/+1
* | 3c589_cs: add cis(firmware) of 3Com multifunction pcmcia cardKen Kawasaki2009-05-023-8/+20
* | forcedeth: add clock gating feature <resend>Ayaz Abdulla2009-05-021-0/+23
* | net: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-05-027-19/+19
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-3012-114/+258
|\|
| * mv643xx_eth: 64bit mib counter read fixLennert Buytenhek2009-04-301-2/+0Star
| * mv643xx_eth: OOM handling fixesLennert Buytenhek2009-04-301-9/+13
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-04-304-8/+13
| |\
| | * ath5k: fix buffer overrun in rate debug codeBob Copeland2009-04-281-1/+1
| | * iwlwifi: notify on scan completion even when shutting downJohannes Berg2009-04-281-2/+2
| | * rndis_wlan: fix initialization order for workqueue&workersJussi Kivilinna2009-04-281-4/+10
| | * wireless: remove unneeded EXPORT_SYMBOL the tickles a powerpc compiler bugStephen Rothwell2009-04-281-1/+0Star
| * | e100: do not go D3 in shutdown unless system is powering offThadeu Lima de Souza Cascardo2009-04-291-7/+23
| |/
| * Documentation/isdn/INTERFACE.CAPITilman Schmidt2009-04-271-0/+171
| * ixgbe: Fix WoL functionality for 82599 KX4 devicesWaskiewicz Jr, Peter P2009-04-272-55/+6Star