1. 43ac2ca mac80211: Handle scan result IEs in one block by Jouni Malinen · 16 years ago
  2. 9859b81 mac80211: add direct probe before association by Ron Rindjunsky · 16 years ago
  3. 6042a3e mac80211: change number of pre-assoc scans by Ron Rindjunsky · 16 years ago
  4. 48c2fc5 mac80211: cleanup mlme state namespace by Tomas Winkler · 16 years ago
  5. 8e7cdbb mac80211: filter probes in ieee80211_rx_mgmt_probe_resp by Tomas Winkler · 16 years ago
  6. f698d85 replace net_device arguments with ieee80211_{local,sub_if_data} as appropriate by Jasper Bryant-Greene · 16 years ago
  7. e7827a7 mac80211: remove IEEE80211_FC helper by Harvey Harrison · 16 years ago
  8. a61dae1 mac80211: update new sta's rx timestamp by Ron Rindjunsky · 16 years ago
  9. 4c43e0d iwlwifi: HW bug fixes by Tomas Winkler · 16 years ago
  10. 80693ce mac80211: automatic IBSS channel selection by Daniel Drake · 16 years ago
  11. ea95bba mac80211: make listen_interval be limited by low level driver by Tomas Winkler · 16 years ago
  12. 98f7dfd mac80211: pass dtim_period to low level driver by Emmanuel Grumbach · 16 years ago
  13. 56a6d13 mac80211: fix mesh beaconing by Luis Carlos Cobo · 16 years ago
  14. d0f0980 mac80211: partially fix skb->cb use by Johannes Berg · 16 years ago
  15. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago
  16. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  17. 1e18863 mac80211: dont add a STA which is not in the same IBSS by Emmanuel Grumbach · 16 years ago
  18. f434b2d mac80211: fix struct ieee80211_tx_queue_params by Johannes Berg · 16 years ago
  19. 9d139c8 mac80211: revamp beacon configuration by Johannes Berg · 16 years ago
  20. 3e122be mac80211: make master netdev handling sane by Johannes Berg · 16 years ago
  21. 7c3ceb4a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  22. fc32f92 mac80211: call bss_info_change only once upon disassociation by Tomas Winkler · 16 years ago
  23. ebd7448 mac80211: fix warning: unused variable ifsta by Tomas Winkler · 16 years ago
  24. 429a380 mac80211: add block ack request capability by Ron Rindjunsky · 16 years ago
  25. b2898a2 mac80211: Don't request encryption for probe response by Ivo van Doorn · 16 years ago
  26. 6e43829 mac80211: don't report selected IBSS when not found by Vladimir Koutny · 16 years ago
  27. 8db9369 mac80211: move netif_carrier_on to after ieee80211_bss_info_change_notify by Guy Cohen · 16 years ago
  28. f4ea83d mac80211: rework debug settings and make debugging safer by Johannes Berg · 16 years ago
  29. 4faeb86 mac80211: add beacon timestamp to beacon template in IBSS by Assaf Krauss · 16 years ago
  30. ae6a44e mac80211: removing duplicated parsing of information elements by Ester Kummer · 16 years ago
  31. bf998f6 mac80211: add last beacon time in scan list by Emmanuel Grumbach · 16 years ago
  32. 06ff47b mac80211: add spectrum capabilities by Tomas Winkler · 16 years ago
  33. 4e3996f mac80211: mlme.c use new frame control helpers by Harvey Harrison · 16 years ago
  34. 135a211 mac80211: remove shared key todo by Johannes Berg · 16 years ago
  35. b662348 mac80211: 11h - Handling measurement request by Assaf Krauss · 16 years ago
  36. f2df385 mac80211: 11h Infrastructure - Parsing by Assaf Krauss · 16 years ago
  37. ccc5805 wext: Emit event stream entries correctly when compat. by David S. Miller · 16 years ago
  38. 87291c0 mac80211: eliminate IBSS warning in rate_lowest_index() by Vladimir Koutny · 16 years ago
  39. dc0ae30 mac80211: fix beacon interval value by Tomas Winkler · 16 years ago
  40. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  41. 788c0a5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  42. be038b3 mac80211: Checking IBSS support while changing channel in ad-hoc mode by Assaf Krauss · 16 years ago
  43. 872ba53 mac80211: decrease IBSS creation latency by Dan Williams · 16 years ago
  44. 507b06d mac80211: send association event on IBSS create by Dan Williams · 16 years ago
  45. 9306102 mac80211: allow disable FAT in specific configurations by Emmanuel Grumbach · 16 years ago
  46. e623157 mac80211: sends HT IE to user level through wext by Emmanuel Grumbach · 16 years ago
  47. c97c23e mac80211: fix alignment issue with compare_ether_addr() by Senthil Balasubramanian · 16 years ago
  48. 70d251b mac80211: Fix for NULL pointer dereference in sta_info_get() by Senthil Balasubramanian · 16 years ago
  49. 9381be0 mac80211: reorder channel and freq reporting in wext scan report by Tomas Winkler · 16 years ago
  50. 167ad6f mac80211: fix ieee80211_rx_bss_put/get imbalance by Tomas Winkler · 16 years ago
  51. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  52. e039fa4 mac80211: move TX info into skb->cb by Johannes Berg · 17 years ago
  53. 2e92e6f mac80211: use rate index in TX control by Johannes Berg · 17 years ago
  54. 0d580a7 mac80211: fix NULL pointer dereference in ieee80211_compatible_rates by Helmut Schaa · 16 years ago
  55. 34a961f mac80211 : Association with 11n hidden ssid ap. by Abhijeet Kolekar · 17 years ago
  56. f42a444 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 17 years ago
  57. 63fe46d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  58. 566bfe5 mac80211: use hardware flags for signal/noise units by Bruno Randolf · 17 years ago
  59. 07346f81 mac80211: proper STA info locking by Johannes Berg · 17 years ago
  60. 3434fbd mac80211: require four hardware queues for QoS/HT by Johannes Berg · 17 years ago
  61. 36d16ae mac80211: fix association with some APs by Helmut Schaa · 17 years ago
  62. e100bb6 mac80211: QoS related cleanups by Johannes Berg · 17 years ago
  63. 712590d make sta_rx_agg_session_timer_expired() static by Adrian Bunk · 17 years ago
  64. 3acea5b mac80211: correct skb allocation by Ester Kummer · 17 years ago
  65. 988c0f7 mac80211: a few code cleanups by Johannes Berg · 17 years ago
  66. 1ebebea mac80211: Fix race between ieee80211_rx_bss_put and lookup routines. by Pavel Emelyanov · 17 years ago
  67. a46f025 mac80211: Fix n-band association problem by Abhijeet Kolekar · 17 years ago
  68. 30b89b0 mac80211: rework scanning to account for probe response/beacon difference by Johannes Berg · 17 years ago
  69. d18ef29 mac80211: no BSS changes to driver from beacons processed during scanning by Reinette Chatre · 17 years ago
  70. 50c4afb mlme.c: fixup some merge damage by John W. Linville · 17 years ago
  71. 2c8dccc mac80211: rename files by Johannes Berg · 17 years ago[Renamed (99%) from net/mac80211/ieee80211_sta.c]
  72. 3b96766 mac80211: fix key vs. sta locking problems by Johannes Berg · 17 years ago
  73. 513a102 mac80211: BA session debug prints changes by Ron Rindjunsky · 17 years ago
  74. 84363e6 mac80211: notify mac from low level driver (iwlwifi) by Mohamed Abbas · 17 years ago
  75. 41a7be4 mac80211: notify upper layers after lower by Reinette Chatre · 17 years ago
  76. 9cfb000 mac80211: clean up IEEE80211_FC use by Johannes Berg · 17 years ago
  77. 21c0cbe mac80211: add association capabilty and timing info into bss_conf by Tomas Winkler · 17 years ago
  78. 38668c0 mac80211: eliminate conf_ht by Tomas Winkler · 17 years ago
  79. 2473670 Revert "mac80211: use a struct for bss->mesh_config" by John W. Linville · 17 years ago
  80. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  81. 6c4711b mac80211: use a struct for bss->mesh_config by Luis Carlos Cobo · 17 years ago
  82. 05e5e88 mac80211: check for mesh_config length on incoming management frames by Luis Carlos Cobo · 17 years ago
  83. cb585bc mac80211: fix spinlock recursion on sta expiration by Luis Carlos Cobo · 17 years ago
  84. 7e879b5 mac80211: fix sparse complaint in ieee80211_sta_def_wmm_params by Johannes Berg · 17 years ago
  85. dc6676b mac80211: sta_info_flush() fixes by Johannes Berg · 17 years ago
  86. 4f6fab4 mac80211: clean up sta_info_destroy() users wrt. RCU/locking by Johannes Berg · 17 years ago
  87. 93e5deb mac80211: automatically free sta struct when insertion fails by Johannes Berg · 17 years ago
  88. 9dd6aed mac80211 ibss: flush only stations belonging to current interface by Johannes Berg · 17 years ago
  89. d43c7b3 mac80211: correct use_short_preamble handling by Vladimir Koutny · 17 years ago
  90. cee24a3 mac80211: A-MPDU MLME use dynamic allocation by Ron Rindjunsky · 17 years ago
  91. e2839d8 mac80211: configure default wmm params correctly by Vladimir Koutny · 17 years ago
  92. 675ef58 mac80211: prevent tuning during scanning by Mohamed Abbas · 17 years ago
  93. 85249e5 mac80211: tear down of block ack sessions by Ron Rindjunsky · 17 years ago
  94. 7b9d44c mac80211: fixing debug prints for AddBA request by Ron Rindjunsky · 17 years ago
  95. 2e354ed mac80211: fixing delba debug print by Ron Rindjunsky · 17 years ago
  96. fab7d4a mac80211: filter scan results on unusable channels by Johannes Berg · 17 years ago
  97. e5f98f2 mac80211: don't call conf_tx under RCU lock by Johannes Berg · 17 years ago
  98. 69d3b6f mac80211: fix hardware scan completion by Johannes Berg · 17 years ago
  99. 4f5d4c4 mac80211: breakdown mesh network attributes in different extra fields for wext by Luis Carlos Cobo · 17 years ago
  100. 1d1b535 mac80211: fix incorrect parenthesis by Luis Carlos Cobo · 17 years ago