1. c16c9d0 ath9k: Try to fix whitespace damage by Sujith · 15 years ago
  2. 54e4cec ath9k: Cleanup function return types by Sujith · 15 years ago
  3. 87b5bee ath9k: Remove unneeded assignment of protocol field by Sujith · 15 years ago
  4. 30d742d wl1271: add wl1271 to Kconfig and the Makefile by Luciano Coelho · 15 years ago
  5. f5fc0f8 wl1271: add wl1271 driver files by Luciano Coelho · 15 years ago
  6. 4af198f orinoco: consolidate storage of WEP and TKIP keys by David Kilroy · 15 years ago
  7. 2b26035 orinoco: add function to retrieve current bssid by David Kilroy · 15 years ago
  8. 07542d0 orinoco: move disassociation to hw.c by David Kilroy · 15 years ago
  9. 16e1584 orinoco: pass orinoco_set_tkip_key the sequence lengths by David Kilroy · 15 years ago
  10. 5c9f41e orinoco: use local types for auth alg and sequence length by David Kilroy · 15 years ago
  11. bb7e43c orinoco: prefer_port3 can be a single bit by David Kilroy · 15 years ago
  12. bedaf80 b43: Fix fallout from the IEEE80211_IF_TYPE to NL80211_IFTYPE change. by Gábor Stefanik · 15 years ago
  13. c45fa8c b43: remove wrong probe_resp_plcp write by gregor kowski · 15 years ago
  14. 7c81e98 b43: Typo fixes & minor cleanup by Gábor Stefanik · 15 years ago
  15. c10e47f b43: Add LP 2063 radio init by Gábor Stefanik · 15 years ago
  16. 14b46c8 zd1211rw: make it clear we don't use leds.h LED stuff by Luis R. Rodriguez · 15 years ago
  17. 63b08b8 ath9k: use new FIF_PSPOLL configure filter by Luis R. Rodriguez · 15 years ago
  18. e30eb4a ath5k: fix missing output in monitor mode after ifconfig up by Joerg Albert · 15 years ago
  19. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  20. 9799218 Revert "libertas: Read buffer overflow" by David S. Miller · 15 years ago
  21. e9d126c ar9170: fix read & write outside array bounds by Dan Carpenter · 15 years ago
  22. 363ec56 ar9170usb: fix spurious firmware related message by Christian Lamparter · 15 years ago
  23. f222e8b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  24. dd1f57e libertas: correct packing of rxpd structure by Bob Dunlop · 15 years ago
  25. 60aa569 mwl8k: prevent module unload hang by Lennert Buytenhek · 15 years ago
  26. a94cc97 mwl8k: prevent crash in ->configure_filter() if no interface was added by Lennert Buytenhek · 15 years ago
  27. 37055bd mwl8k: call pci_unmap_single() before accessing command structure again by Lennert Buytenhek · 15 years ago
  28. 4ff6432 mwl8k: add various missing GET_HW_SPEC endian conversions by Lennert Buytenhek · 15 years ago
  29. d25f9f1 mwl8k: fix NULL pointer dereference on receive out-of-memory by Lennert Buytenhek · 15 years ago
  30. 7dd2459 ipw2x00: Write outside array bounds by Zhu Yi · 15 years ago
  31. ae83060 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  32. 6b4f645 ath9k: fix compile warning on ath9k_hw_AR9287_check_eeprom() by Luis R. Rodriguez · 15 years ago
  33. e48e3a2 ath9k: cancel xmit poll work at stop() callback by Luis R. Rodriguez · 15 years ago
  34. d7e7d22 ath9k: add initial hardware support for ar9271 by Luis R. Rodriguez · 15 years ago
  35. 670388c ath9k: add initvals and registry definitions for AR9271 by Luis R. Rodriguez · 15 years ago
  36. edb1f91 ath9k: add ar9271 revision and subrevision ID helpers by Luis R. Rodriguez · 15 years ago
  37. 475f598 ath9k: Remove _t postfix for ar9287_eeprom structure by Luis R. Rodriguez · 15 years ago
  38. 39068d1 ath9k: remove spurious check for channel on keycache reset by Luis R. Rodriguez · 15 years ago
  39. 2f69ffa ath9k: remove dangling error check on keycache reset on hw init by Luis R. Rodriguez · 15 years ago
  40. 95fafca ath9k: call ath9k_hw_detach() once upon hw init failure by Luis R. Rodriguez · 15 years ago
  41. 3ce1b1a ath9k: set sc->sc_ah to NULL after freeing it by Luis R. Rodriguez · 15 years ago
  42. 9db6b6a ath9k: set ah to null after freeing by Luis R. Rodriguez · 15 years ago
  43. e70c0cf ath9k: rename ath9k_hw_ani_detach() to ath9k_hw_ani_disable() by Luis R. Rodriguez · 15 years ago
  44. 081b35a ath9k: rename ath9k_hw_rfdetach() to ath9k_hw_rf_free() by Luis R. Rodriguez · 15 years ago
  45. 6b82752 ath9k: use helper macro to kfree and nullify on ath9k_hw_rfdetach() by Luis R. Rodriguez · 15 years ago
  46. 39a2195 ath9k: remove !NULL check before kfree() by Luis R. Rodriguez · 15 years ago
  47. 1e40bcf ath9k: distinguish between device initialization and ath_softc init by Luis R. Rodriguez · 15 years ago
  48. f637cfd ath9k: describe hw initialization better by Luis R. Rodriguez · 15 years ago
  49. aa4058a ath9k: break up hw initialization into a few more helpers by Luis R. Rodriguez · 15 years ago
  50. 08e0403 ath9k: remove debug message for no memoery on ath_init() by Luis R. Rodriguez · 15 years ago
  51. b8b0f37 ath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_config() by Luis R. Rodriguez · 15 years ago
  52. 50aca25 ath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defaults() by Luis R. Rodriguez · 15 years ago
  53. f9d4a66 ath9k: move hw macrevision checker to helper by Luis R. Rodriguez · 15 years ago
  54. 07c10c6 ath9k: pass only one argument to hw attach by Luis R. Rodriguez · 15 years ago
  55. ee2bb46 ath9k: call hw initializer directly by Luis R. Rodriguez · 15 years ago
  56. e1e2f93 ath9k: move cache setting of softc ah prior to attach by Luis R. Rodriguez · 15 years ago
  57. 8df5d1b ath9k: move devid cache setting to ath_init() by Luis R. Rodriguez · 15 years ago
  58. 4f3acf8 ath9k: move memory allocation of ath_hw to ath_init() by Luis R. Rodriguez · 15 years ago
  59. 7819ac8 ath9k: propagate hw initialization errors by Luis R. Rodriguez · 15 years ago
  60. fbf5466 ath9k: use a switch for revising supported hw mac revisions by Luis R. Rodriguez · 15 years ago
  61. ed459c1 ath9k: remove usage of AR_SREV_*() wrapper to detect supported hw by Luis R. Rodriguez · 15 years ago
  62. 847c1e1 iwmc3200wifi: avoid setting default key for 802.1X and RSNA by Zhu Yi · 15 years ago
  63. beda278 iwmc3200wifi: set WEP key static flag correctly by Zhu Yi · 15 years ago
  64. 554503f iwmc3200wifi: fix set_wpa_version and set_auth_type order by Zhu Yi · 15 years ago
  65. 738f0f4 b43: implement baseband init for LP-PHY <= rev1 by Gábor Stefanik · 15 years ago
  66. d8cc892 rt2x00: cancel all work on disconnect by Pavel Roskin · 15 years ago
  67. 117839b rt61pci: fix module reloading by Pavel Roskin · 15 years ago
  68. c1be515 b43legacy: Work around mac80211 race condition by Larry Finger · 15 years ago
  69. 87cdb989 drivers/net/wireless: Use DIV_ROUND_CLOSEST by Julia Lawall · 15 years ago
  70. 2c8d510 libertas: Fix WEP association failure with open source wpa_supplicant 0.5.10 by Maithili Hinge · 15 years ago
  71. abdc2d6 iwlwifi: remove duplicated version info from sysfs by Jay Sternberg · 15 years ago
  72. a11c4d0 iwlwifi: remove deprecated 6000 series adapters by Wey-Yi Guy · 15 years ago
  73. 65b7998 iwlwifi: Distinguish power amplifier for 6000 series by Wey-Yi Guy · 15 years ago
  74. 8ce73f3 iwlwifi: clear iwl_cmd_meta structure before use by Daniel C Halperin · 15 years ago
  75. 92ca8d4 b43: remove wrong probe_resp_plcp write by gregor kowski · 15 years ago
  76. f62ae6c b43: Fix unaligned 32bit SHM-shared access by Michael Buesch · 15 years ago
  77. 88d8952 libertas: check valid bits in SPI bus mode reg by Andrey Yurovsky · 15 years ago
  78. 97cad51 iwlwifi: remove usage of orig_flags by Luis R. Rodriguez · 15 years ago
  79. b7cfc5b rndis_wlan: rework key handling by Jussi Kivilinna · 15 years ago
  80. 9d40934 rndis_wlan: add missing padding to struct rndis_80211_remove_key by Jussi Kivilinna · 15 years ago
  81. 030645a rndis_wlan: handle 802.11 indications from device by Jussi Kivilinna · 15 years ago
  82. 2a4901b rndis_host: allow rndis_wlan to see all indications by Jussi Kivilinna · 15 years ago
  83. 27b7b5c rndis_wlan: add rndis_set/query_oid debugging by Jussi Kivilinna · 15 years ago
  84. e5a11a8 rndis_wlan: set current packet filter to zero on stop by Jussi Kivilinna · 15 years ago
  85. 7eaab70 rndis_wlan: reset device and restore multicast list on rndis_wlan_reset() by Jussi Kivilinna · 15 years ago
  86. 005ba2f rndis_wlan: clear cfg80211 scan on rndis_wlan_stop() by Jussi Kivilinna · 15 years ago
  87. 110736d rndis_wlan: stop workers on rndis_wlan_stop() and restore on rndis_wlan_reset() by Jussi Kivilinna · 15 years ago
  88. 1487cd5 usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stop by Jussi Kivilinna · 15 years ago
  89. e46ab7f iwlwifi: don't export symbols not needed in other modules by Johannes Berg · 15 years ago
  90. 42935ec mac80211: redefine usage of the mac80211 workqueue by Luis R. Rodriguez · 15 years ago
  91. 64344d7 at76c50x-usb: remove unneeded flush_workqueue() at usb disconnect by Luis R. Rodriguez · 15 years ago
  92. 8784d2e ath5k: fix CAB queue operation by Bob Copeland · 15 years ago
  93. 7e2ce64 orinoco: enable cfg80211 "set_channel" operation by Holger Schurig · 15 years ago
  94. 91b092d ar9170: remove EXPERIMENTAL marker by Luis R. Rodriguez · 15 years ago
  95. 18c6951 b43: Work around mac80211 race condition by Larry Finger · 15 years ago
  96. ae6f53f ath5k: update PCU opmode whenever a new interface is added by Bob Copeland · 15 years ago
  97. 0b3acfa ath9k: Remove unused ath9k_hw_intrget() by Vasanthakumar Thiagarajan · 15 years ago
  98. 3fc0fbf ath9k: Maintain monotonicity of PER while going across different phy by Vasanthakumar Thiagarajan · 15 years ago
  99. 42e8856 ath9k: Update rate control for 11NA HT40 mode by Vasanthakumar Thiagarajan · 15 years ago
  100. ad2f34b rt2x00: Fix build error when crypto support is disabled by Ivo van Doorn · 15 years ago