summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2009-08-21rtl8187: always set MSR_LINK_ENEDCA flag with RTL8187BHerton Ronaldo Krzesinski1-4/+10
2009-08-17orinoco: correct key bounds check in orinoco_hw_get_tkip_ivJohn W. Linville1-1/+1
2009-08-14rt2x00: fix memory corruption in rf cache, add a sanity checkPavel Roskin1-2/+4
2009-08-13Revert "libertas: Read buffer overflow"David S. Miller1-8/+10
2009-08-11ar9170: fix read & write outside array boundsDan Carpenter1-2/+3
2009-08-11ar9170usb: fix spurious firmware related messageChristian Lamparter1-1/+5
2009-08-10Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-16/+6
2009-08-07libertas: correct packing of rxpd structureBob Dunlop1-2/+2
2009-08-07mwl8k: prevent module unload hangLennert Buytenhek1-2/+2
2009-08-07mwl8k: prevent crash in ->configure_filter() if no interface was addedLennert Buytenhek1-4/+8
2009-08-07mwl8k: call pci_unmap_single() before accessing command structure againLennert Buytenhek1-2/+3
2009-08-07mwl8k: add various missing GET_HW_SPEC endian conversionsLennert Buytenhek1-4/+4
2009-08-07mwl8k: fix NULL pointer dereference on receive out-of-memoryLennert Buytenhek1-0/+2
2009-08-07ipw2x00: Write outside array boundsZhu Yi1-1/+1
2009-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-43/+62
2009-08-04iwlagn: do not send key clear commands when rfkill enabledReinette Chatre1-0/+12
2009-08-04libertas: Read buffer overflowRoel Kluin1-1/+1
2009-08-04drivers/net/wireless: introduce missing kfreeJulia Lawall1-0/+1
2009-08-04drivers/net/wireless/iwlwifi: introduce missing kfreeJulia Lawall1-6/+6
2009-08-04zd1211rw: fix unaligned access in zd_mac_rxPatrick Simmons1-1/+1
2009-08-04cfg80211: fix regression on beacon world roaming featureLuis R. Rodriguez2-0/+6
2009-07-29libertas: Read buffer overflowRoel Kluin1-10/+8
2009-07-29libertas: Read outside array boundsRoel Kluin1-1/+2
2009-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds13-15/+55
2009-07-27iwlwifi: Read outside array boundsRoel Kluin1-0/+2
2009-07-27ath9k: Read outside array boundsRoel Kluin1-2/+2
2009-07-27airo: Buffer overflowRoel Kluin1-7/+6
2009-07-27wireless: ERR_PTR vs nullDan Carpenter1-4/+2
2009-07-27iwlagn: fix minimum number of queues settingreinette chatre3-5/+7
2009-07-27iwlwifi: fix TX queue raceJohannes Berg1-6/+6
2009-07-21libertas: Fix problem with broken V4 firmware on CF8381Marek Vasut2-1/+9
2009-07-21ath: add support for special 0x8000 regulatory domainLuis R. Rodriguez1-0/+17
2009-07-21p54spi: fix potential null deref in p54spi.cDan Carpenter1-1/+1
2009-07-21ath9k: Tune ANI function processing on AP mode during ANI resetLuis R. Rodriguez1-0/+12
2009-07-21rt2x00: Fix chipset detection for rt2500usbAndy Whitcroft1-1/+3
2009-07-21rtl8187: Fix for kernel oops when unloading with LEDs enabledLarry Finger1-1/+2
2009-07-21ath5k: temporarily disable crypto for AP modeBob Copeland1-0/+3
2009-07-21mac80211_hwsim: fix use after freeJohannes Berg1-2/+2
2009-07-21mac80211_hwsim: fix unregistrationJohannes Berg1-1/+1
2009-07-21iwlwifi: only update byte count table during aggregationReinette Chatre1-1/+2
2009-07-21iwlwifi: only show active power level via sysfsReinette Chatre2-6/+2
2009-07-21iwmc3200wifi: fix NULL pointer dereference in iwm_if_freeZhu Yi1-1/+1
2009-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+2
2009-07-15Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplin...David S. Miller1-24/+15
2009-07-13NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines.Ralf Baechle1-15/+24
2009-07-13netdev: restore MAC address set and validate operationsBen Hutchings1-1/+2
2009-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-8/+37
2009-07-08p54: tx refused but queue activeLarry Finger1-2/+3
2009-07-08Atheros Kconfig needs to be dependent on WLAN_80211Jay Sternberg1-0/+1
2009-07-08mac80211_hwsim: avoid NULL accessJohannes Berg1-0/+1