1. c8d6591 mac80211: support DTPC IE (from Cisco Client eXtensions) by Steinar H. Gunderson · 10 years ago
  2. d98ad83 mac80211: add Intel Mobile Communications copyright by Johannes Berg · 10 years ago
  3. a006827 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  4. 40b861a mac80211: add QoS IE during TDLS setup start by Arik Nemtsov · 10 years ago
  5. 5c4d5e8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  6. 71e6195 mac80211: make check_combinations() aware of chanctx reservation by Michal Kazior · 10 years ago
  7. 5bcae31 mac80211: implement multi-vif in-place reservations by Michal Kazior · 10 years ago
  8. c56ef67 mac80211: support more than one band in scan request by David Spinadel · 11 years ago
  9. 26da23b mac80211: add functions to stop and wake all queues assigned to a vif by Luciano Coelho · 10 years ago
  10. cca07b0 mac80211: introduce refcount for queue_stop_reasons by Luciano Coelho · 10 years ago
  11. 59f48fe mac80211: don't stop all queues when flushing by Luciano Coelho · 10 years ago
  12. 744462a mac80211: WEP extra head/tail room in ieee80211_send_auth by Max Stepanov · 10 years ago
  13. 40a10fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  14. 3231d65 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  15. f6837ba mac80211: handle failed restart/resume better by Johannes Berg · 10 years ago
  16. e669ba2 mac80211: fix nested rtnl locking on ieee80211_reconfig by Eliad Peller · 10 years ago
  17. b205786 mac80211: remove unnecessary assignment by Zhao, Gang · 10 years ago
  18. 7df180f mac80211: avoid calling useless channel context code by Zhao, Gang · 10 years ago
  19. 6fa001b mac80211: add max channel calculation utility function by Michal Kazior · 10 years ago
  20. b6a5501 cfg80211/mac80211: move more combination checks to mac80211 by Luciano Coelho · 10 years ago
  21. 73de86a cfg80211/mac80211: move interface counting for combination check to mac80211 by Luciano Coelho · 11 years ago
  22. 0c2bef46 mac80211: use RCU_INIT_POINTER by Monam Agarwal · 10 years ago
  23. 77be2c5 mac80211: add vif to flush call by Emmanuel Grumbach · 10 years ago
  24. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  25. e3685e0 mac80211: fix station wakeup powersave race by Johannes Berg · 10 years ago
  26. 3276981 mac80211: fix sched_scan restart on recovery by Arik Nemtsov · 11 years ago
  27. 1b8d242 mac80211: move VHT related RX_FLAG to another variable by Emmanuel Grumbach · 11 years ago
  28. 4d95230 mac80211: order IEs in probe request correctly by Johannes Berg · 11 years ago
  29. 953467d mac80211: remove set but unused variables by Johannes Berg · 11 years ago
  30. 8a47cea mac80211: make cfg80211 ops and privid const by Johannes Berg · 11 years ago
  31. 057d5f4 mac80211: sync dtim_count to TSF by Thomas Pedersen · 11 years ago
  32. a7022e6 mac80211: add helper functions for tracking P2P NoA state by Felix Fietkau · 11 years ago
  33. 34a3740 mac80211: fix iflist_mtx/mtx locking in radar detection by Johannes Berg · 11 years ago
  34. f359d3f mac80211: fix checkpatch errors by Weilong Chen · 11 years ago
  35. d43c6b6 mac80211: reschedule sched scan after HW restart by David Spinadel · 11 years ago
  36. c4de673 Merge remote-tracking branch 'wireless-next/master' into mac80211-next by Johannes Berg · 11 years ago
  37. e08fd97 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  38. ad7e718 nl80211: vendor command support by Johannes Berg · 11 years ago
  39. 21f659b mac80211: add min required channel definition field by Eliad Peller · 11 years ago
  40. ca91dc9 mac80211: use put_unaligned_le16 for precedence value in mesh by Chun-Yeow Yeoh · 11 years ago
  41. 2475b1cc mac80211: add generic cipher scheme support by Max Stepanov · 11 years ago
  42. d2859df cfg80211/mac80211: DFS setup chandef for cac event by Janusz Dziedzic · 11 years ago
  43. 3f718fd mac80211: fix the mesh channel switch support by Chun-Yeow Yeoh · 11 years ago
  44. 84a3d1c mac80211: DFS setup chandef for radar_event correctly by Janusz Dziedzic · 11 years ago
  45. 353c781 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  46. 01925ef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  47. c6da674 {nl,cfg,mac}80211: enable the triggering of CSA frame in mesh by Chun-Yeow Yeoh · 11 years ago
  48. 8f2535b mac80211: process the CSA frame for mesh accordingly by Chun-Yeow Yeoh · 11 years ago
  49. 17ac495 mac80211: Remove check for offchannel state when waking netdev queues by Seth Forshee · 11 years ago
  50. 687da13 mac80211: implement SMPS for AP by Emmanuel Grumbach · 11 years ago
  51. d86aa4f mac80211: fix crash if bitrate calculation goes wrong by Johannes Berg · 11 years ago
  52. 1f4ffde mac80211: improve default WMM parameter setting by Fred Zhou · 11 years ago
  53. 15e230a mac80211: use exact-size allocation for authentication frame by Fred Zhou · 11 years ago
  54. cc63ec7 mac80211: fix the setting of extended supported rate IE by Chun-Yeow Yeoh · 11 years ago
  55. e6b7cde mac80211: split off channel switch parsing function by Simon Wunderlich · 11 years ago
  56. c7c7106 mac80211: add ieee80211_iterate_active_interfaces_rtnl() by Johannes Berg · 11 years ago
  57. 27b3eb9 mac80211: add APIs to allow keeping connections after WoWLAN by Johannes Berg · 11 years ago
  58. 2ec9c1f mac80211: fix regression when initializing ibss wmm params by Simon Wunderlich · 11 years ago
  59. 2103dec mac80211: select and adjust bitrates according to channel mode by Simon Wunderlich · 11 years ago
  60. 438b61b mac80211: fix timing for 5 MHz and 10 MHz channels by Simon Wunderlich · 11 years ago
  61. 9d1059c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  62. 35d865a mac80211: work around broken APs not including HT info by Johannes Berg · 11 years ago
  63. 989c650 mac80211: Use suitable semantics for beacon availability indication by Alexander Bondar · 11 years ago
  64. 31eba5b mac80211: support active monitor interfaces by Felix Fietkau · 11 years ago
  65. 8d61ffa cfg80211/mac80211: use cfg80211 wdev mutex in mac80211 by Johannes Berg · 11 years ago
  66. dde7dc7 Merge remote-tracking branch 'mac80211/master' into mac80211-next by Johannes Berg · 11 years ago
  67. b422c6c {cfg,mac}80211: move mandatory rates calculation to cfg80211 by Ashok Nagarajan · 11 years ago
  68. b8360ab mac80211: fix IEEE80211_SDATA_DISCONNECT_RESUME by Johannes Berg · 11 years ago
  69. b2e506b mac80211: parse VHT channel switch IEs by Johannes Berg · 11 years ago
  70. 85220d7 mac80211: support secondary channel offset in CSA by Johannes Berg · 11 years ago
  71. b4f286a1 mac80211: support extended channel switch by Johannes Berg · 11 years ago
  72. 2419ea1 mac80211: fix ieee80211_queue_stopped() by Thomas Pedersen · 11 years ago
  73. ddc4db2e mac80211: make ieee802_11_parse_elems an inline by Johannes Berg · 11 years ago
  74. 3c3e21e mac80211: destroy virtual monitor interface across suspend by Johannes Berg · 11 years ago
  75. 79ba1d8 mac80211: parse Timeout Interval Element using a struct by Johannes Berg · 11 years ago
  76. 1946bed mac80211: check ERP info IE length in parser by Johannes Berg · 11 years ago
  77. 1cd8e88 mac80211: check DSSS params IE length in parser by Johannes Berg · 11 years ago
  78. a6dfba8 mac80211: remove unused IE pointers from parser by Johannes Berg · 11 years ago
  79. 675a0b0 mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan by Karl Beldan · 11 years ago
  80. 3a7bba6 mac80211: return the RSSI in dBm by Emmanuel Grumbach · 11 years ago
  81. 445ea4e mac80211: stop queues temporarily for flushing by Johannes Berg · 12 years ago
  82. 39ecc01 mac80211: pass queue bitmap to flush operation by Johannes Berg · 12 years ago
  83. 153a5fc mac80211: merge reconfig assign chanctx code by Stanislaw Gruszka · 11 years ago
  84. 12e7f51 mac80211: cleanup generic suspend/resume procedures by Stanislaw Gruszka · 11 years ago
  85. 4a3cb70 mac80211: constify IE parsing by Johannes Berg · 12 years ago
  86. bee7f58 mac80211: handle operating mode notif in beacon/assoc response by Johannes Berg · 12 years ago
  87. 441a33b mac80211: don't pick up WPA vendor IE by Johannes Berg · 12 years ago
  88. 164eb02 mac80211: add radar detection command/event by Simon Wunderlich · 12 years ago
  89. 3f52b7e mac80211: mesh power save basics by Marco Porsch · 12 years ago
  90. 1672c0e3 mac80211: start auth/assoc timeout on frame status by Johannes Berg · 12 years ago
  91. c65dd14 mac80211: inform the driver about update of dtim_period by Emmanuel Grumbach · 12 years ago
  92. 8f21b0a mac80211: call restart complete at wowlan resume time by Johannes Berg · 12 years ago
  93. d888130 mac80211: fix resume from WoWLAN by Johannes Berg · 12 years ago
  94. c82c4a8 mac80211: split aggregation stop by reason by Johannes Berg · 12 years ago
  95. 8da3493 mac80211: reconfig bss_info_changed only if beaconing by Johannes Berg · 12 years ago
  96. 529ba6e mac80211: clean up association better in suspend by Johannes Berg · 12 years ago
  97. cc3983d mac80211: fix ieee80211_ie_build_vht_cap indentation by Johannes Berg · 12 years ago
  98. 403e167 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  99. b9a9ada mac80211: remove probe response temporary buffer allocation by Johannes Berg · 12 years ago
  100. c604b9f mac80211: make ieee80211_build_preq_ies safer by Johannes Berg · 12 years ago