1. 3fd0202 Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  2. 9a24440 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  3. fa8f136 mac80211: fix crash on getting sta info with uninitialized rate control by Felix Fietkau · 10 years ago
  4. a006827 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  5. 08cf42e mac80211: add support for Rx reordering offloading by Michal Kazior · 10 years ago
  6. 83eb935 mac80211: fix Rx reordering with RX_FLAG_AMSDU_MORE by Michal Kazior · 10 years ago
  7. 60e83de mac80211: remove useless NULL checks by Eytan Lifshitz · 10 years ago
  8. aeb136c mac80211: fix a potential NULL access in ieee80211_crypto_hw_decrypt by Max Stepanov · 10 years ago
  9. 3e2a022 mac80211: remove redundant IEEE80211_STA_CSA_RECEIVED flag by Luciano Coelho · 10 years ago
  10. bb3f848 mac80211: make sure TDLS teardown packet is sent on time by Liad Kaufman · 10 years ago
  11. db8e173 mac80211: ignore frames between TDLS peers when operating as AP by Arik Nemtsov · 10 years ago
  12. bed766b mac80211: disable VHT for TDLS by Arik Nemtsov · 10 years ago
  13. dc5943d mac80211: set Rx highest rate in ht_cap by Arik Nemtsov · 10 years ago
  14. 13cc8a4 mac80211: support HT for TDLS stations by Arik Nemtsov · 10 years ago
  15. 81dd2b8 mac80211: move TDLS data to mgd private part by Arik Nemtsov · 10 years ago
  16. 6f7eaa4 mac80211: add TDLS QoS param IE on setup-confirm by Arik Nemtsov · 10 years ago
  17. 40b861a mac80211: add QoS IE during TDLS setup start by Arik Nemtsov · 10 years ago
  18. dd8c0b0 mac80211: set TDLS capab to zero on failure frames by Arik Nemtsov · 10 years ago
  19. 1606ef4 mac80211: avoid adding some IEs on TDLS setup failure packets by Arik Nemtsov · 10 years ago
  20. f09a87d mac80211: split extra TDLS IEs in setup frames by Arik Nemtsov · 10 years ago
  21. 46792a2 mac80211: consolidate TDLS IE treatment by Arik Nemtsov · 10 years ago
  22. 6ae32e5 mac80211: fix error path for TDLS setup by Arik Nemtsov · 10 years ago
  23. 626911c mac80211: track TDLS initiator internally by Arik Nemtsov · 10 years ago
  24. 1d4cc30 mac80211: suppress unused variable warning without lockdep by Johannes Berg · 10 years ago
  25. be45dff mac80211: remove unnecessary break after return by Fabian Frederick · 10 years ago
  26. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  27. 5c4d5e8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  28. 08b9939 Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan" by Johannes Berg · 10 years ago
  29. 4c3ebc5 mac80211: use chanctx reservation for STA CSA by Michal Kazior · 10 years ago
  30. 03078de mac80211: use chanctx reservation for AP CSA by Michal Kazior · 10 years ago
  31. 71e6195 mac80211: make check_combinations() aware of chanctx reservation by Michal Kazior · 10 years ago
  32. 5bcae31 mac80211: implement multi-vif in-place reservations by Michal Kazior · 10 years ago
  33. 633e271 mac80211: split sched scan IEs by David Spinadel · 11 years ago
  34. c56ef67 mac80211: support more than one band in scan request by David Spinadel · 11 years ago
  35. ee10f2c mac80211: protect TDLS discovery session by Arik Nemtsov · 10 years ago
  36. 7adc3e4 mac80211: make sure TDLS peer STA exists during setup by Arik Nemtsov · 10 years ago
  37. c887f0d3 mac80211: add API to request TDLS operation from userspace by Arik Nemtsov · 10 years ago
  38. db67d66 mac80211: implement proper Tx path flushing for TDLS by Arik Nemtsov · 10 years ago
  39. 191dd46 mac80211: split tdls_mgmt function by Arik Nemtsov · 10 years ago
  40. 2fb6b9b mac80211: use TDLS initiator in tdls_mgmt operations by Arik Nemtsov · 10 years ago
  41. 31fa97c cfg80211: pass TDLS initiator in tdls_mgmt operations by Arik Nemtsov · 10 years ago
  42. 17e6a59 mac80211: cleanup TDLS state during failed setup by Arik Nemtsov · 10 years ago
  43. 68885a5 mac80211: set auth flags after other station info by Arik Nemtsov · 10 years ago
  44. 9deba04 mac80211: clarify TDLS Tx handling by Arik Nemtsov · 10 years ago
  45. a46992b mac80211: stop only the queues assigned to the vif during channel switch by Luciano Coelho · 10 years ago
  46. 26da23b mac80211: add functions to stop and wake all queues assigned to a vif by Luciano Coelho · 10 years ago
  47. cca07b0 mac80211: introduce refcount for queue_stop_reasons by Luciano Coelho · 10 years ago
  48. 59f48fe mac80211: don't stop all queues when flushing by Luciano Coelho · 10 years ago
  49. 8d7b70f net: Mac80211: Remove silly timespec dance by Thomas Gleixner · 10 years ago
  50. 1817152 mac80211: Use ktime_get_ts() by Thomas Gleixner · 10 years ago
  51. 10d78f2 mac80211: use csa counter offsets instead of csa_active by Michal Kazior · 10 years ago
  52. af296bd mac80211: move csa counters from sdata to beacon/presp by Michal Kazior · 10 years ago
  53. b493283 mac80211: allow tx via monitor iface when DFS by Janusz Dziedzic · 10 years ago
  54. b7ffbd7 cfg80211: make ethtool the driver's responsibility by Johannes Berg · 10 years ago
  55. ba9030c mac80211: remove weak WEP IV accounting by Johannes Berg · 10 years ago
  56. b314c66 trivial: net/mac80211/mesh.c: fix typo s/Substract/Subtract/ by Antonio Ospite · 10 years ago
  57. 2b470c3 mac80211: remove ignore_plink_timer flag by Bob Copeland · 10 years ago
  58. 5ac2e35 mac80211: fix station/driver powersave race by Johannes Berg · 10 years ago
  59. 20edb50 mac80211: remove PID rate control by John W. Linville · 10 years ago
  60. 744462a mac80211: WEP extra head/tail room in ieee80211_send_auth by Max Stepanov · 10 years ago
  61. 902455e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  62. 87757a9 net: force a list_del() in unregister_netdevice_many() by Eric Dumazet · 10 years ago
  63. 737be10 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  64. d3a58df mac80211: set new interfaces as idle upon init by Avraham Stern · 10 years ago
  65. abd43a6 mac80211: reduce packet loss notifications under load by Felix Fietkau · 10 years ago
  66. 923eaf3 mac80211: don't check netdev state for debugfs read/write by Arik Nemtsov · 10 years ago
  67. 53d0452 mac80211: fix a memory leak on sta rate selection table by Felix Fietkau · 10 years ago
  68. 03c4444 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  69. c7d37a6 mac80211: fix IBSS join by initializing last_scan_completed by Krzysztof Hałasa · 10 years ago
  70. 34171dc mac80211: fix virtual monitor interface addition by Emmanuel Grumbach · 10 years ago
  71. 1a5f0c1 mac80211: add a single-transaction driver op to switch contexts by Luciano Coelho · 10 years ago
  72. 40a10fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  73. cca674d mac80211: export the expected throughput by Antonio Quartulli · 10 years ago
  74. 3b3a016 cfg80211: constify MAC addresses in cfg80211 ops by Johannes Berg · 10 years ago
  75. 00591ce mac80211: minstrel-ht: small clarifications by Johannes Berg · 10 years ago
  76. 1af586c mac80211: Handle the CSA counters correctly by Andrei Otcheretianski · 10 years ago
  77. 6ec8c33 mac80211: Provide ieee80211_beacon_get_template API by Andrei Otcheretianski · 10 years ago
  78. 0d06d9b mac80211: Support multiple CSA counters by Andrei Otcheretianski · 10 years ago
  79. 9a774c7 cfg80211: Support multiple CSA counters by Andrei Otcheretianski · 10 years ago
  80. 387910c mac80211: Update CSA counters in mgmt frames by Andrei Otcheretianski · 10 years ago
  81. b4b177a mac80211: fix on-channel remain-on-channel by Johannes Berg · 10 years ago
  82. 3231d65 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  83. c52666a mac80211: fix suspend vs. association race by Emmanuel Grumbach · 10 years ago
  84. f9ac71b mac80211: fix vif name tracing by Eliad Peller · 10 years ago
  85. f6837ba mac80211: handle failed restart/resume better by Johannes Berg · 10 years ago
  86. 4a817aa mac80211: allow VHT with peers not capable of 40MHz by Johannes Berg · 10 years ago
  87. f29f58a mac80211: fix sparse warning caused by __ieee80211_channel_switch() by Luciano Coelho · 10 years ago
  88. cf8767d mac80211: disconnect iface if CSA unexpectedly fails by Michal Kazior · 10 years ago
  89. e5593f5 mac80211: ignore cqm during csa by Michal Kazior · 10 years ago
  90. 6619950 mac80211: split CSA finalize function by Michal Kazior · 10 years ago
  91. 59af692 mac80211: fix CSA tx queue stopping by Michal Kazior · 10 years ago
  92. 33926eb mac80211: mark local variable __maybe_unused by Johannes Berg · 10 years ago
  93. 95224fe mac80211: move TDLS code to another file by Arik Nemtsov · 10 years ago
  94. 0c4972c mac80211: set an external flag for TDLS stations by Arik Nemtsov · 10 years ago
  95. e669ba2 mac80211: fix nested rtnl locking on ieee80211_reconfig by Eliad Peller · 10 years ago
  96. f4ebddf mac80211: Fix mac80211 station info rx bitrate for IBSS mode by Henning Rogge · 10 years ago
  97. f659544 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  98. 8c5bb1f mac80211: remove BUG_ON usage by Johannes Berg · 10 years ago
  99. 3b1700b mac80211: Support dynamic AP mode channel width changes by Jouni Malinen · 10 years ago
  100. b205786 mac80211: remove unnecessary assignment by Zhao, Gang · 10 years ago