1. 7947d3e mac80211: Add support for beacon report radio measurement by Avraham Stern · 8 years ago
  2. 5caa328 mac80211: implement codel on fair queuing flows by Michal Kazior · 8 years ago
  3. fa962b9 mac80211: implement fair queueing per txq by Michal Kazior · 8 years ago
  4. 80a83cf mac80211: skip netdev queue control with software queuing by Michal Kazior · 8 years ago
  5. 57fbcce cfg80211: remove enum ieee80211_band by Johannes Berg · 8 years ago
  6. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  7. 6e0456b mac80211: add A-MSDU tx support by Felix Fietkau · 9 years ago
  8. 49ddf8e mac80211: add fast-rx path by Johannes Berg · 8 years ago
  9. 60854fd mac80211: mesh: convert path table to rhashtable by Bob Copeland · 9 years ago
  10. 2bdaf38 mac80211: mesh: move path tables into if_mesh by Bob Copeland · 9 years ago
  11. 59021c6 mac80211: TDLS: change BW calculation for WIDER_BW peers by Arik Nemtsov · 9 years ago
  12. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  13. 9acc54b mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs by Johannes Berg · 9 years ago
  14. b5a33d5 mac80211: move MU_MIMO_OWNER flag to ieee80211_vif by Sara Sharon · 9 years ago
  15. fb4ea05 mac80211: change ieee80211_rx_reorder_ready() arguments by Johannes Berg · 9 years ago
  16. f2ac7e3 mac80211: expose txq queue depth and size to drivers by Michal Kazior · 9 years ago
  17. f4a0f0c mac80211: add RX_FLAG_MACTIME_PLCP_START by Johannes Berg · 9 years ago
  18. 8ac3c704 mac80211: refactor HT/VHT to chandef code by Johannes Berg · 9 years ago
  19. 23a1f8d mac80211: process and save VHT MU-MIMO group frame by Sara Sharon · 9 years ago
  20. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  21. cf1e05c mac80211: handle width changes from opmode notification IE in beacon by Eyal Shapira · 9 years ago
  22. aaa016c mac80211: rewrite remain-on-channel logic by Johannes Berg · 9 years ago
  23. 5ee00db mac80211: simplify ack_skb handling by Johannes Berg · 9 years ago
  24. a2fcfccb mac80211: move off-channel/mgmt-tx code to offchannel.c by Johannes Berg · 9 years ago
  25. cec6628 mac80211: make enable_qos parameter to ieee80211_set_wmm_default() by Johannes Berg · 9 years ago
  26. 57f255f mac80211: TDLS: add proper HT-oper IE by Arik Nemtsov · 9 years ago
  27. 0d440ea mac80211: don't reconfigure sched scan in case of wowlan by Eliad Peller · 9 years ago
  28. 976bd9e mac80211: move beacon_loss_count into ifmgd by Johannes Berg · 9 years ago
  29. 6f1f5d5 mac80211: remove event.c by Johannes Berg · 9 years ago
  30. 3beea35 mac80211: remove cfg.h by Johannes Berg · 9 years ago
  31. 4a733ef mac80211: remove PM-QoS listener by Johannes Berg · 9 years ago
  32. 076cdcb mac80211: use bool argument to ieee80211_send_nullfunc by Johannes Berg · 9 years ago
  33. 4dc792b mac80211: Split sending tx'ed frames to monitor interfaces into its own function by Helmut Schaa · 9 years ago
  34. 338c17a mac80211: use DECLARE_EWMA for ave_beacon_signal by Johannes Berg · 9 years ago
  35. 8e0d7fe mac80211: remove last_beacon/ave_beacon debugfs files by Johannes Berg · 9 years ago
  36. 82c0cc9 mac80211: debugfs: add file to disallow TDLS wider-bw by Arik Nemtsov · 9 years ago
  37. b119ad6 mac80211: add rate mask logic for vht rates by Lorenzo Bianconi · 9 years ago
  38. c8ff71e mac80211: TDLS: handle chan-switch in RTNL locked work by Arik Nemtsov · 9 years ago
  39. 322cd40 mac80211: Add support for declaring MU-MIMO capability by Sara Sharon · 9 years ago
  40. 69f1322 mac80211: shrink struct ieee80211_fragment_entry by Johannes Berg · 9 years ago
  41. d51c2ea mac80211: TDLS: correctly configure SMPS state by Arik Nemtsov · 9 years ago
  42. 0fabfaa mac80211: upgrade BW of TDLS peers when possible by Arik Nemtsov · 9 years ago
  43. e414eea mac80211: remove IEEE80211_RX_FRAGMENTED by Johannes Berg · 9 years ago
  44. af9f9b2 mac80211: don't store napi struct by Johannes Berg · 9 years ago
  45. a682849 mac80211: move ieee80211_get_bssid into RX file by Johannes Berg · 9 years ago
  46. 9ad8b21 mac80211: remove short frame test and counter by Johannes Berg · 9 years ago
  47. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  48. 252ec2b mac80211: don't split remain-on-channel for coalescing by Johannes Berg · 9 years ago
  49. 22d3a3c mac80211: don't use napi_gro_receive() outside NAPI context by Johannes Berg · 9 years ago
  50. 658358c mac80211: fix throughput LED trigger by Johannes Berg · 9 years ago
  51. 8d5c258 mac80211: make LED triggering depend on activation by Johannes Berg · 9 years ago
  52. c206ca6 mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERS by Johannes Berg · 9 years ago
  53. f116043 mac80211: clean up global debugfs statistics by Johannes Berg · 9 years ago
  54. 5c90067 mac80211: remove IEEE80211_RX_RA_MATCH by Johannes Berg · 9 years ago
  55. df14046 mac80211: remove support for IFF_PROMISC by Johannes Berg · 9 years ago
  56. 17c18bf mac80211: add TX fastpath by Johannes Berg · 10 years ago
  57. 29464cc cfg80211: move IE split utilities here from mac80211 by Johannes Berg · 10 years ago
  58. ba8c3d6 mac80211: add an intermediate software queue implementation by Felix Fietkau · 10 years ago
  59. 7bedd0c mac80211: use rhashtable for station table by Johannes Berg · 10 years ago
  60. 7b6249b Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 10 years ago
  61. abcff6e mac80211: add VHT support for IBSS by Janusz.Dziedzic@tieto.com · 10 years ago
  62. 76bed0f mac80211: IBSS fix scan request by Janusz.Dziedzic@tieto.com · 10 years ago
  63. 6bab2e19 cfg80211: pass name_assign_type to rdev_add_virtual_intf() by Tom Gundersen · 10 years ago
  64. 7c10770 mac80211: avoid duplicate TX path station lookup by Johannes Berg · 10 years ago
  65. e8f4fb7 mac80211: remove drop_unencrypted code by Johannes Berg · 10 years ago
  66. f84eaa1 mac80211: ignore CSA to same channel by Johannes Berg · 10 years ago
  67. fb28ec0 mac80211: TDLS: support VHT between peers by Arik Nemtsov · 10 years ago
  68. aa75ebc mac80211: disable u-APSD queues by default by Michal Kazior · 10 years ago
  69. abfbc3a mac80211: remove TX latency measurement code by Johannes Berg · 10 years ago
  70. 9120d94 mac80211: handle potential race between suspend and scan completion by Luciano Coelho · 10 years ago
  71. 4afaff1 mac80211: avoid races related to suspend flow by Emmanuel Grumbach · 10 years ago
  72. db82d8a mac80211: enable TPC through mac80211 stack by Lorenzo Bianconi · 10 years ago
  73. 5cbc95a mac80211: remove local->radar_detect_enabled by Eliad Peller · 10 years ago
  74. 3b24f4c mac80211: let flush() drop packets when possible by Emmanuel Grumbach · 10 years ago
  75. 1c45c5c mac80211: update sta bw on ht chanwidth action frame by Eliad Peller · 10 years ago
  76. 9a638dd Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  77. ab1f5a5 Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  78. a344d67 mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDR by Johannes Berg · 10 years ago
  79. 6ea0a69 mac80211: rcu-ify scan and scheduled scan request pointers by Johannes Berg · 10 years ago
  80. b6da911 mac80211: synchronously reserve TID per station by Liad Kaufman · 10 years ago
  81. 4f9610d mac80211: add specific-queue flushing support by Liad Kaufman · 10 years ago
  82. 8a4d32f mac80211: add TDLS channel-switch Rx flow by Arik Nemtsov · 10 years ago
  83. a7a6bdd mac80211: introduce TDLS channel switch ops by Arik Nemtsov · 10 years ago
  84. 5383758 mac80211: add parsing of TDLS specific IEs by Arik Nemtsov · 10 years ago
  85. 9041c1f mac80211: track AP and peer STA TDLS chan-switch support by Arik Nemtsov · 10 years ago
  86. 7528ec5 mac80211: add function to create data frame template including key by Johannes Berg · 10 years ago
  87. 73c4e19 mac80211: move skb info band assignment out by Johannes Berg · 10 years ago
  88. 1277b4a mac80211: retransmit TDLS teardown packet through AP if not ACKed by Liad Kaufman · 10 years ago
  89. 24d342c mac80211: add option for setting skb flags before xmit by Liad Kaufman · 10 years ago
  90. 8ed2874 mac80211: handle RIC data element in reassociation request by Johannes Berg · 10 years ago
  91. 239281f mac80211: 802.11p OCB mode support by Rostislav Lisovy · 10 years ago
  92. d070f91 mac80211: fix spelling errors by Stephen Hemminger · 10 years ago
  93. 84469a4 mac80211: use secondary channel offset IE also beacons during CSA by Luciano Coelho · 10 years ago
  94. a7f3a76 mac80211: export IE splitting function by Andrei Otcheretianski · 10 years ago
  95. 02219b3 mac80211: add WMM admission control support by Johannes Berg · 10 years ago
  96. 0c21e63 mac80211: wait for the first beacon on the new channel after CSA by Luciano Coelho · 10 years ago
  97. e9a2194 mac80211: add extended channel switching capability if the driver supports CSA by Luciano Coelho · 10 years ago
  98. c8d6591 mac80211: support DTPC IE (from Cisco Client eXtensions) by Steinar H. Gunderson · 10 years ago
  99. cd2f5dd mac80211: Add RRM support to assoc request by Assaf Krauss · 10 years ago
  100. d98ad83 mac80211: add Intel Mobile Communications copyright by Johannes Berg · 10 years ago