summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-02-141-1/+4
|\
| * iwlwifi: fix AMSDU Rx after paged Rx patchShanyu Zhao2010-02-121-1/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-106-6/+16
|\ \ | |/
| * rtl8187: Add new device IDJelle Martijn Kok2010-02-101-0/+1
| * iwmc3200wifi: Test of wrong pointer after kzalloc in iwm_mlme_update_bss_table()Roel Kluin2010-02-091-1/+1
| * ath9k: Fix sequence numbers for PAE framesSujith2010-02-091-2/+2
| * iwlwifi: Fix to set correct ht configurationWey-Yi Guy2010-02-081-0/+1
| * b43: Fix throughput regressionLarry Finger2010-02-032-3/+11
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-283-7/+6
|\ \ | |/
| * ath9k: fix eeprom INI values override for 2GHz-only cardsFelix Fietkau2010-01-251-4/+3
| * iwlwifi: fix pointer signedness warningJohannes Berg2010-01-251-2/+2
| * ath9k: fix beacon slot/buffer leakFelix Fietkau2010-01-191-1/+1
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-224-15/+16
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-1413-41/+99
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-3043-551/+210
| |\ \ \
| * | | | kfifo: fix warn_unused_resultStefani Seibold2009-12-221-2/+4
| * | | | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-221-2/+3
| * | | | kfifo: cleanup namespaceStefani Seibold2009-12-222-6/+6
| * | | | kfifo: move out spinlockStefani Seibold2009-12-221-1/+1
| * | | | kfifo: move struct kfifo in placeStefani Seibold2009-12-223-13/+11
| * | | | net: fix for utsrelease.h moving to generatedStephen Rothwell2009-12-121-1/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-197-0/+71
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | zd1211rw: adding 0409:0248 to supported device listHin-Tak Leung2010-01-181-0/+1
| * | | p54pci: rx frame length checkChristian Lamparter2010-01-181-0/+8
| * | | iwlwifi: add license to tracing filesReinette Chatre2010-01-182-0/+52
| * | | iwlwifi: Fix throughput stall issue in HT mode for 5000Wey-Yi Guy2010-01-181-0/+5
| * | | iwmc3200wifi: Add UMAC wifi headers to the pmkid commandSamuel Ortiz2010-01-142-0/+5
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-1213-41/+99
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | iwlwifi: silence buffer overflow warningDan Carpenter2010-01-111-1/+1
| * | iwlwifi: disable tx on beacon update notificationAbhijeet Kolekar2010-01-081-20/+25
| * | iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptrZhu Yi2010-01-081-1/+1
| * | rt2x00: Properly request tx headroom for alignment operations.Gertjan van Wingerde2010-01-052-1/+17
| * | rt2x00: Fix LED configuration setting for rt2800.Gertjan van Wingerde2010-01-051-1/+1
| * | rt2x00: use correct headroom for transmissionPavel Roskin2010-01-051-3/+3
| * | ath5k: Fix eeprom checksum check for custom sized eepromsLuis R. Rodriguez2010-01-042-3/+37
| * | zd1211rw: Fix multicast filtering.Benoit Papillault2010-01-041-6/+7
| * | iwl: off by one bugDan Carpenter2010-01-041-1/+1
| * | mwl8k: fix configure_filter() memory leak on errorLennert Buytenhek2010-01-041-1/+3
| * | ath9k: fix ito64Ming Lei2010-01-041-3/+3
| * | ath9k: Fix Kconfig depends for ATH9K_DEBUGFSDominik Geyer2010-01-041-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-2923-441/+89
|\ \ \ | |/ /
| * | Revert "b43: Enforce DMA descriptor memory constraints"John W. Linville2009-12-292-158/+46
| * | iwmc3200wifi: fix array out-of-boundary accessZhu Yi2009-12-281-1/+1
| * | wl1251: timeout one too soon in wl1251_boot_run_firmware()Roel Kluin2009-12-281-1/+1
| * | ath9k: fix missed error codes in the tx status checkFelix Fietkau2009-12-282-1/+4
| * | ath9k: wake hardware during AMPDU TX actionsLuis R. Rodriguez2009-12-281-0/+6
| * | ath9k: wake hardware for interface IBSS/AP/Mesh removalLuis R. Rodriguez2009-12-281-0/+2
| * | ath9k: fix suspend by waking device prior to stopSujith2009-12-281-0/+6
| * | wl1271_cmd.c: cleanup char => u8Dan Carpenter2009-12-281-2/+2
| * | iwlwifi: Storage class should be before const qualifierTobias Klauser2009-12-281-1/+1
OpenPOWER on IntegriCloud