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