summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | ath9k: Storage class should be before const qualifierTobias Klauser2009-12-281-1/+1
| * | wireless: remove remaining qual codeJohannes Berg2009-12-2810-255/+4
| * | rt2x00: Add USB ID for Linksys WUSB 600N rev 2.Gertjan van Wingerde2009-12-281-0/+1
| * | ath5k: fix SWI calibration interrupt stormBob Copeland2009-12-281-4/+3
| * | libertas: Remove carrier signaling from the scan codeSamuel Ortiz2009-12-281-14/+8
| * | orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabledAndrey Borzenkov2009-12-281-3/+3
* | | Fix MAC address access in 3c507, ibmlana, pcnet32 and libertasDaniel Drake2009-12-261-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-2125-108/+119
|\ \ \ | |/ / | | / | |/ |/|
| * mac80211: fix peer HT capabilitiesJohannes Berg2009-12-211-2/+1
| * iwmc3200wifi: Fix test of unsigned in iwm_ntf_stop_resume_tx()Roel Kluin2009-12-213-3/+3
| * Libertas: fix buffer overflow in lbs_get_essid()Daniel Mack2009-12-211-2/+0
| * drivers/net/wireless/iwlwifi/iwl-tx.c: fix gcc-3.4.5 warningakpm@linux-foundation.org2009-12-211-1/+2
OpenPOWER on IntegriCloud