1. 4f2c532 rt2800usb: add rt2800_mcu_request() wrapper by Bartlomiej Zolnierkiewicz · 16 years ago
  2. ada0394 rt2800pci: add rt2800_rf_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 16 years ago
  3. 5c70e5b rt2800usb: add rt2800_rf_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 1af68f7 rt2800pci: add rt2800_rfcsr_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 16 years ago
  5. e91fea9 rt2800usb: add rt2800_rfcsr_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 3e2c9df rt2800pci: add rt2800_bbp_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 16 years ago
  7. eff6ece rt2800usb: add rt2800_bbp_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 16 years ago
  8. b4a77d0 rt2800pci: add rt2800_regbusy_read() wrapper by Bartlomiej Zolnierkiewicz · 16 years ago
  9. ab209b9 rt2800usb: add rt2800_regbusy_read() wrapper by Bartlomiej Zolnierkiewicz · 16 years ago
  10. 4f2732c rt2800pci: add rt2800_register_multi[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 678b4ee rt2800usb: add rt2800_register_multi[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 16 years ago
  12. 9ca21eb rt2800pci: add rt2800_register_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 16 years ago
  13. abbb505 rt2800usb: add rt2800_register_[read,write]() wrappers by Bartlomiej Zolnierkiewicz · 16 years ago
  14. e9a6269 wl1271: use __dev_alloc_skb() on RX by Luis R. Rodriguez · 16 years ago
  15. b35686d rt2x00: remove needless ifdefs from rt2x00leds.h by Bartlomiej Zolnierkiewicz · 16 years ago
  16. d07624f rt2800usb: fix comments in rt2800usb.h by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 3306ef6 rt2800usb: use rt2x00usb_register_multiwrite() to set key entries by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 02a39c2 rt2x00: fix rt2x00usb_register_read() comment by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 77dba49 rt2800pci: fix comment about IV/EIV fields by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 8807bb8 rt2800pci: fix comment about register access by Bartlomiej Zolnierkiewicz · 16 years ago
  21. f644fea rt2800pci: fix crypto in TX frame by Bartlomiej Zolnierkiewicz · 16 years ago
  22. a8ea2b2 rt2800usb: fix rt2800usb_rfcsr_read() by Bartlomiej Zolnierkiewicz · 16 years ago
  23. f44eafa rt2800pci: make Kconfig help entry more helpful by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 71eafe3 rt2800usb: make Kconfig help entry more helpful by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 5ed176e mac80211: make ieee80211_find_sta per virtual interface by Johannes Berg · 16 years ago
  26. 5b9482d mwl8k: pci BAR mapping changes by Lennert Buytenhek · 16 years ago
  27. 45eb400 mwl8k: shorten receive/transmit state variable names by Lennert Buytenhek · 16 years ago
  28. a43c49a mwl8k: add support for enabling hardware sniffer mode by Lennert Buytenhek · 16 years ago
  29. 5dfd3e2 mwl8k: report rate and other information for received frames by Lennert Buytenhek · 16 years ago
  30. 22995b2 mwl8k: clarify WME transmit queue 0/1 swizzling by Lennert Buytenhek · 16 years ago
  31. 3d76e82 mwl8k: use cond_resched() when loading firmware blocks by Lennert Buytenhek · 16 years ago
  32. 32060e1 mwl8k: clear hardware MAC address if no STA interface configured by Lennert Buytenhek · 16 years ago
  33. 77165d8 mwl8k: enforce FIF_BCN_PRBRESP_PROMISC when no STA interfaces are active by Lennert Buytenhek · 16 years ago
  34. 447ced0 mwl8k: implement FIF_ALLMULTI by Lennert Buytenhek · 16 years ago
  35. 3779752 mwl8k: use the mac80211-provided workqueue instead of creating our own by Lennert Buytenhek · 16 years ago
  36. d5e3084 mwl8k: fix multicast address filter programming by Lennert Buytenhek · 16 years ago
  37. 88de754a mwl8k: minor transmit quiescing rework by Lennert Buytenhek · 16 years ago
  38. c2c357c mwl8k: coding style cleanups by Lennert Buytenhek · 16 years ago
  39. 8848fd2 mwl8k: fix GET_STAT firmware command packet layout by Lennert Buytenhek · 16 years ago
  40. 3c6af5b wl1271: depend on INET by John W. Linville · 16 years ago
  41. fa867e7 wl1271: Generalize command response reading by Juuso Oikarinen · 16 years ago
  42. ad150e9 wl1271: Correct endianness-handling of command status by Juuso Oikarinen · 16 years ago
  43. 19ad071 wl1271: Add retry implementation for PSM entries by Juuso Oikarinen · 16 years ago
  44. 3b775b4 wl1271: Check result code of commands by Juuso Oikarinen · 16 years ago
  45. 605351e wl1271: Increase TX power value by Juuso Oikarinen · 16 years ago
  46. c6317a5 wl1271: Remove excess null-data template settings by Juuso Oikarinen · 16 years ago
  47. 6c08522 mac80211_hwsim: Send ACK frames on the hwsim0 interface by Jouni Malinen · 16 years ago
  48. 7054183 mac80211_hwsim: Check idle state on TX by Jouni Malinen · 16 years ago
  49. 93a59d7 p54: disable channels with incomplete calibration data sets by Christian Lamparter · 16 years ago
  50. 1933ac4 iwlwifi: add wimax/wifi coexist support for 6x50 series by Wey-Yi Guy · 16 years ago
  51. 3f3e037 iwlwifi: add SM PS support for 6x50 series by Wey-Yi Guy · 16 years ago
  52. fe1bcbf iwlwifi: coex API data structure by Wey-Yi Guy · 16 years ago
  53. f2f21b4 iwlwifi: print warning when sending host command fails by Reinette Chatre · 16 years ago
  54. 5ad13f8 iwlagn: move rate scale initialization to init function by Reinette Chatre · 16 years ago
  55. 62a9492 iwl3945: store station rate scale information in mac80211 station structure by Reinette Chatre · 16 years ago
  56. 9a9ca65 iwlwifi: split adding broadcast station from others by Reinette Chatre · 16 years ago
  57. 89f186a iwlwifi: move iwl_[un]init_drv to iwlagn by Reinette Chatre · 16 years ago
  58. c33de62 iwlwifi: unmap memory before use by Reinette Chatre · 16 years ago
  59. c2e61da iwlagn: update write pointers for all tx queues after wakeup by Ben Cahill · 16 years ago
  60. c72cd19 iwlagn: Clarify FH_TX interrupt by Ben Cahill · 16 years ago
  61. a6c5c73 iwlagn: invoke L0S workaround for 6000/1000 series by Ben Cahill · 16 years ago
  62. 8852136 iwlwifi: remove power-wasting calls to apm_ops.init() by Ben Cahill · 16 years ago
  63. 5220af0 iwlwifi: remove unneeded locks from apm_stop() and stop_master() by Ben Cahill · 16 years ago
  64. 5ebeb5a iwlwifi: provide firmware version by Reinette Chatre · 16 years ago
  65. 86c34fe libertas: remove internal buffers from GSPI driver by Andrey Yurovsky · 16 years ago
  66. d2d8cda b43legacy: Fix DMA TX bounce buffer copying by Larry Finger · 16 years ago
  67. e7d17cf wl1271: fix init loop timeout by Luciano Coelho · 16 years ago
  68. 7502666 wireless: airo_cs needs WEXT_SPY by Randy Dunlap · 16 years ago
  69. ddcd4c0 ath9k_hw: make ath9k_phy_modify_rx_buffer() static by Luis R. Rodriguez · 16 years ago
  70. a776582 ath9k_hw: Fix and complete force bias for AR5416 by Luis R. Rodriguez · 16 years ago
  71. 896ff26 ath9k_hw: remove unused modesIndex param from ath9k_hw_write_regs() by Luis R. Rodriguez · 16 years ago
  72. ae478cf ath9k_hw: make spur mitigation a callback by Luis R. Rodriguez · 16 years ago
  73. e16393b ath9k_hw: order phy.c code and integrate spur mitigation by Luis R. Rodriguez · 16 years ago
  74. e68a060 ath9k_hw: use a callback for frequency change by Luis R. Rodriguez · 16 years ago
  75. 0a3b7ba ath9k_hw: make both analog channel change routines return int by Luis R. Rodriguez · 16 years ago
  76. dc51dd5 ath9k_hw: rename ath9k_hw_rf_free() to ath9k_hw_rf_free_ext_banks() by Luis R. Rodriguez · 16 years ago
  77. 431ba3c ath9k_hw: simplify ath9k_hw_rf_alloc_ext_banks() by Luis R. Rodriguez · 16 years ago
  78. 574d6b1 ath9k_hw: simplify rf attach and rename to ath9k_hw_rf_alloc_ext_banks() by Luis R. Rodriguez · 16 years ago
  79. b67b439 ath9k_hw: bail out early on ath9k_hw_init_rf() by Luis R. Rodriguez · 16 years ago
  80. 131d1d0 ath9k_hw: start documenting 802.11n RF anlong front ends by Luis R. Rodriguez · 16 years ago
  81. c75724d ath9k_hw: change the way we initialize the pll for ar9271 by Luis R. Rodriguez · 16 years ago
  82. 8564328 ath9k_hw: update register initialization/reset values for ar9271 by Luis R. Rodriguez · 16 years ago
  83. 0cab655 ath9k_hw: modify the rf control register for ar9271 revision 1.0 by Luis R. Rodriguez · 16 years ago
  84. 133d7c6 wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig by John W. Linville · 16 years ago
  85. 4b57835 netwave: move driver to staging by John W. Linville · 16 years ago
  86. 0234f84 wavelan: move driver to staging by John W. Linville · 16 years ago
  87. e38879e arlan: move driver to staging by John W. Linville · 16 years ago
  88. 955015b strip: move driver to staging by John W. Linville · 16 years ago
  89. 0869aea mac80211: remove RX_FLAG_RADIOTAP by Johannes Berg · 16 years ago
  90. d130eb4 mac80211_hwsim: don't register CCK rates on 5ghz by Johannes Berg · 16 years ago
  91. 1d9c185 ath9k_hw: remove bogus register write on ath9k_hw_9271_pa_cal() by Luis R. Rodriguez · 16 years ago
  92. ec11bb8 ath9k_hw: correct AR_PHY_SPECTRAL_SCAN register offset by Luis R. Rodriguez · 16 years ago
  93. 1115847 ath9k_hw: add AR9271 single chip name mapping by Luis R. Rodriguez · 16 years ago
  94. f934c4d ath9k_hw: distinguish single-chip solutions on initial probe print by Luis R. Rodriguez · 16 years ago
  95. 2da4f01 ath9k_hw: move mac name and rf name helpers to hw code by Luis R. Rodriguez · 16 years ago
  96. 8c8746f wl1251: enable power save by Kalle Valo · 16 years ago
  97. 2c0d610 b43: LP-PHY: Begin implementing calibration & software RFKILL support by Gábor Stefanik · 16 years ago
  98. 0519d83 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  99. bd6b444 ath: Updates for regulatory and country codes. by Vivek Natarajan · 16 years ago
  100. d23000c iwlwifi: minor comments changes for wimax co-exist command by Wey-Yi Guy · 16 years ago