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