1. 4cad6c7 mac80211: Deny TX BA session requests during disassociation by Sujith · 14 years ago
  2. 375177b mac80211: Retry null data frame for power save. by Vivek Natarajan · 14 years ago
  3. e15276a mac80211: Reset dynamic ps timer in Rx path. by Vivek Natarajan · 14 years ago
  4. 209c671 mac80211: make rate_control_alloc static by Andres Salomon · 14 years ago
  5. 349e6b7 mac80211: remove get_tx_stats() driver op by Kalle Valo · 14 years ago
  6. 29165e4 mac80211: fix deauth race by Johannes Berg · 14 years ago
  7. 19885c4 mac80211: fix bss_conf.dtim_period by Johannes Berg · 14 years ago
  8. 199d69f mac80211: Added a new debugfs file for reading channel_type by Benoit Papillault · 14 years ago
  9. 74e2bd1 mac80211: tear down all agg queues when restart/reconfig hw by Wey-Yi Guy · 14 years ago
  10. 34e8950 mac80211: allow station add/remove to sleep by Johannes Berg · 14 years ago
  11. 070bb54 mac80211: don't probe if we have probe response by Johannes Berg · 14 years ago
  12. 33e5a2f wireless: update radiotap parser by Johannes Berg · 14 years ago
  13. 6e7e621 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  14. c0ce77b mac80211: fix deferred hardware scan requests by Johannes Berg · 14 years ago
  15. 0da780c mac80211: Fix probe request filtering in IBSS mode by Benoit Papillault · 14 years ago
  16. 3c38405 mac80211: Don't call rate control when HW handles it by Vasanthakumar · 14 years ago
  17. b4d57ad mac80211: fix sta lookup with AP VLAN interfaces and injected frames by Felix Fietkau · 14 years ago
  18. 17ad353 mac80211: fix monitor mode tx radiotap header handling by Felix Fietkau · 14 years ago
  19. 4754ffd mac80211: fix sta lookup for received action frames on an AP VLAN by Felix Fietkau · 14 years ago
  20. e0b20f1 mac80211: reduce stack usage in sta_agg_status_read() by Pavel Roskin · 14 years ago
  21. 4c82bf8 mac80211: reduce stack usage in sta_ht_capa_read() by Pavel Roskin · 14 years ago
  22. 56007a0 mac80211: wait for beacon before enabling powersave by Johannes Berg · 15 years ago
  23. 3092ad0 mac80211: fix NULL pointer dereference when ftrace is enabled by Zhu Yi · 15 years ago
  24. 18c9490 mac80211: fill jiffies/vif on filtered frames by Johannes Berg · 15 years ago
  25. 723bae7 mac80211: track work started through callbacks by Johannes Berg · 15 years ago
  26. 382b165 mac80211: fix sw crypto by Johannes Berg · 15 years ago
  27. 1396b23 mac80211: fix WARN_ON in the new work code by Felix Fietkau · 15 years ago
  28. eb807fb mac80211: fix update_tkip_key() documentation about the context by Kalle Valo · 15 years ago
  29. 3b43a18 mac80211: fix tx select key null pointer crash with hostapd by Kalle Valo · 15 years ago
  30. f12553e mac80211: add missing key check by Johannes Berg · 15 years ago
  31. 4bb29f8 mac80211: fix rx data handling for non-data frames on multiple vifs by Felix Fietkau · 15 years ago
  32. b3fbdcf mac80211: pass vif and station to update_tkip_key by Johannes Berg · 15 years ago
  33. e4fca00 mac80211: avoid NULL ptr deref when using WEP by John W. Linville · 15 years ago
  34. a98bfec mac80211: Fixed a bug in IBSS merge by Benoit Papillault · 15 years ago
  35. ce9058a mac80211: removed useless code in IBSS management by Benoit Papillault · 15 years ago
  36. c6fcf6b mac80211: re-enable re-transmission of filtered frames by Johannes Berg · 15 years ago
  37. 813d766 mac80211: move control.hw_key assignment by Johannes Berg · 15 years ago
  38. a6bae9e mac80211: remove useless setting of IEEE80211_TX_INTFL_DONT_ENCRYPT by Johannes Berg · 15 years ago
  39. 697e6a0 mac80211: clear TX control on filtered frames by Johannes Berg · 15 years ago
  40. edc6ccb mac80211: move and rename misc tx handler by Johannes Berg · 15 years ago
  41. 8e9310c mac80211: pid: replace open-coded msecs_to_jiffies by Bob Copeland · 15 years ago
  42. 861a57c mac80211: fix WMM AC default for non-QoS data frames by Felix Fietkau · 15 years ago
  43. 031cf0e Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  44. e850f68 mac80211: fix sign error in pid controller by Bob Copeland · 15 years ago
  45. 145b6d1 mac80211: fix memory leak in ieee80211_send_probe_req by Ming Lei · 15 years ago
  46. 43d3534 mac80211: force use_short_slot=true for 5GHz by Felix Fietkau · 15 years ago
  47. 9389575 mac80211: Fixed netif_tx_wake_all_queues in IBSS mode by Benoit Papillault · 15 years ago
  48. e5de30c mac80211: check that ieee80211_set_power_mgmt only handles STA interfaces. by Benoit Papillault · 15 years ago
  49. 0c74211 mac80211: check uapsd state for dynamic power save by Kalle Valo · 15 years ago
  50. 5c1b98a mac80211: create tx handler for dynamic ps by Kalle Valo · 15 years ago
  51. 50ae0cf mac80211: add debugfs interface for U-APSD queue configuration by Kalle Valo · 15 years ago
  52. ab13315 mac80211: add U-APSD client support by Kalle Valo · 15 years ago
  53. 2d46d7c mac80211: remove unused type argument by Johannes Berg · 15 years ago
  54. 678f415 mac80211: flush workqueue before calling driver ->stop() method by Lennert Buytenhek · 15 years ago
  55. 5e124bd net/mac80211/mlme.c: Remove unnecessary semicolons by Joe Perches · 15 years ago
  56. 90be561 mac80211: fix return from ieee80211_assoc_success by Johannes Berg · 15 years ago
  57. 3f0e0b2 mac80211: do not transmit frames on unconfigured 4-addr vlan interfaces by Felix Fietkau · 15 years ago
  58. 0e5ded5 mac80211: allow station updates on ap interfaces for vlan stations by Felix Fietkau · 15 years ago
  59. d524215 mac80211: use nullfunc frames for 4-addr sta detection by Felix Fietkau · 15 years ago
  60. 81ac346 mac80211: fix a few work bugs by Johannes Berg · 15 years ago
  61. 7c12ce8 mac80211: use Probe Request template when sending a direct scan by Kalle Valo · 15 years ago
  62. 05e54ea mac80211: create Probe Request template by Kalle Valo · 15 years ago
  63. d8cd189 mac80211: use PS Poll and Nullfunc templates when sending such frames by Kalle Valo · 15 years ago
  64. 7044cc5 mac80211: add functions to create PS Poll and Nullfunc templates by Kalle Valo · 15 years ago
  65. 37eb0b1 cfg80211/mac80211: Use more generic bitrate mask for rate control by Jouni Malinen · 15 years ago
  66. e00cfce mac80211: Select lowest rate based on basic rate set in AP mode by Jouni Malinen · 15 years ago
  67. 3dc1de0 mac80211: quit addba_resp_timer if Tx BA session is torn down by Zhu Yi · 15 years ago
  68. 310bc67 mac80211: Add new callback set_coverage_class by Lukáš Turek · 15 years ago
  69. 193e70e mac80211: fix queue selection for data frames on monitor interfaces by Felix Fietkau · 15 years ago
  70. b49bb57 mac80211: fix endian error by Johannes Berg · 15 years ago
  71. d790744 mac80211: add missing sanity checks for action frames by Felix Fietkau · 15 years ago
  72. 045cfb7 mac80211: fix queue selection for packets injected via monitor interface by Lennert Buytenhek · 15 years ago
  73. cfa6cb2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  74. 8a5b33f Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues" by John W. Linville · 15 years ago
  75. debde9e mac80211: fix-up build breakage in 2.6.33 by John W. Linville · 15 years ago
  76. 4f9b2a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  77. f3f66b6 mac80211: fix ampdu_action tx_start ssn by Christian Lamparter · 15 years ago
  78. fc5f757 mac80211: fix ieee80211_change_mac() to use struct sockaddr by Kalle Valo · 15 years ago
  79. 1990ca6 mac80211: fix a warning related to pointer conversion to u64 cookie by Kalle Valo · 15 years ago
  80. 29401f6 mac80211: No need to include WEXT headers here by Jouni Malinen · 15 years ago
  81. cf0277e mac80211: fix skb buffering issue by Johannes Berg · 15 years ago
  82. e5eb8bd mac80211: fix typo added by "mac80211: fix propagation of failed..." by John W. Linville · 15 years ago
  83. 891dc5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  84. e1781ed mac80211: annotate sleeping driver ops by Kalle Valo · 15 years ago
  85. 095d5ef mac80211: remove requeue from work by Johannes Berg · 15 years ago
  86. 1ed32e4 mac80211: remove struct ieee80211_if_init_conf by Johannes Berg · 15 years ago
  87. 98b6218 mac80211/cfg80211: add station events by Johannes Berg · 15 years ago
  88. e4da8c3 mac80211: make off-channel work generic by Johannes Berg · 15 years ago
  89. b8bc4b0 mac80211: support remain-on-channel command by Johannes Berg · 15 years ago
  90. b203ffc mac80211: Generalize off-channel operation helpers from scan code by Jouni Malinen · 15 years ago
  91. 0c1ad2c mac80211: proper bss private data handling by Johannes Berg · 15 years ago
  92. 8e664fb mac80211: split up and insert custom IEs correctly by Johannes Berg · 15 years ago
  93. 77c8144 mac80211: refactor association by Johannes Berg · 15 years ago
  94. 7d3a1c3 mac80211: rewrite a few work messages by Johannes Berg · 15 years ago
  95. af6b637 mac80211: generalise work handling by Johannes Berg · 15 years ago
  96. f679f65 mac80211: generalise management work a bit by Johannes Berg · 15 years ago
  97. 63f170e mac80211: let cfg80211 manage auth state by Johannes Berg · 15 years ago
  98. a80f7c0 mac80211: introduce flush operation by Johannes Berg · 15 years ago
  99. 9607e6b mac80211: add ieee80211_sdata_running by Johannes Berg · 15 years ago
  100. 24feda0 mac80211: fix propagation of failed hardware reconfigurations by Luis R. Rodriguez · 15 years ago