1. d4e36e5 mac80211: Support adding duration for prepare_tx() callback by Ilan Peer · 7 years ago
  2. 407879b mac80211: Adjust SAE authentication timeout by Ilan Peer · 7 years ago
  3. 911a264 mac80211: Fix condition validating WMM IE by Ilan Peer · 7 years ago
  4. e15f20e Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 7 years ago
  5. c470bdc mac80211: don't WARN on bad WMM parameters from buggy APs by Emmanuel Grumbach · 7 years ago
  6. 018f6fb mac80211: Send control port frames over nl80211 by Denis Kenzior · 7 years ago
  7. 4d191c7 mac80211: remove shadowing duplicated variable by Johannes Berg · 7 years ago
  8. e552af0 mac80211: limit wmm params to comply with ETSI requirements by Haim Dreyfuss · 7 years ago
  9. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  10. 1ad22fb mac80211: inform wireless layer when frame RSSI is invalid by Tosoni · 7 years ago
  11. 7c181f4 mac80211: add ieee80211_hw flag for QoS NDP support by Ben Caradoc-Davies · 7 years ago
  12. 94ba927 mac80211: Call mgd_prep_tx before transmitting deauthentication by Ilan Peer · 7 years ago
  13. a1f2ba04c mac80211: add get TID helper by Sara Sharon · 7 years ago
  14. c7c477b mac80211: don't warn on AID field without top two MSBs set by Johannes Berg · 7 years ago
  15. 02049ce mac80211: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  16. 7b6ddea mac80211: use QoS NDP for AP probing by Johannes Berg · 7 years ago
  17. 34f11cd mac80211: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  18. b1b1ae2 mac80211: don't track HT capability changes by Johannes Berg · 7 years ago
  19. a7f26d8 mac80211: simplify and clarify IE splitting by Johannes Berg · 7 years ago
  20. 7a7d3e4 mac80211: fix incorrect assignment of reassoc value by Simon Dinkin · 7 years ago
  21. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 8 years ago
  22. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  23. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 8 years ago
  24. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  25. c87905b mac80211: set bss_info data before configuring the channel by Johannes Berg · 8 years ago
  26. 44f6d42 mac80211: remove 5/10 MHz rate code from station MLME by Johannes Berg · 8 years ago
  27. 61b81b4 mac80211: move clearing result into ieee80211_parse_ch_switch_ie() by Johannes Berg · 8 years ago
  28. f8860ce mac80211: bail out from prep_connection() if a reconfig is ongoing by Luca Coelho · 8 years ago
  29. e38a017 mac80211: Add support for BSS max idle period element by Avraham Stern · 8 years ago
  30. 21a8e9d mac80211: Fix possible sband related NULL pointer de-reference by Mohammed Shafi Shajakhan · 8 years ago
  31. e8e4f52 mac80211: reject/clear user rate mask if not usable by Johannes Berg · 8 years ago
  32. a6289d3 mac80211: ignore VHT membership selector when parsing rates by Johannes Berg · 8 years ago
  33. 68506e9 mac80211: Print text for disassociation reason by Arkadiusz Miskiewicz · 8 years ago
  34. 2c3c5f8c mac80211: Add set_cqm_rssi_range_config by Andrew Zaborowski · 8 years ago
  35. bee427b cfg80211: Pass new RSSI level in CQM RSSI notification by Andrzej Zaborowski · 8 years ago
  36. 769f07d mac80211: Pass new RSSI level in CQM RSSI notification by Andrzej Zaborowski · 8 years ago
  37. ab72572 mac80211: Remove unused 'beaconint_us' variable by Kirtika Ruchandani · 8 years ago
  38. e6f462d cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts by Johannes Berg · 8 years ago
  39. 39404fe mac80211: FILS AEAD protection for station mode association frames by Jouni Malinen · 8 years ago
  40. dbc0c2c mac80211: Add FILS auth alg mapping by Jouni Malinen · 8 years ago
  41. 6ec6361 mac80211: Allow AUTH_DATA to be used for FILS by Jouni Malinen · 8 years ago
  42. 11b6b5a cfg80211: Rename SAE_DATA to more generic AUTH_DATA by Jouni Malinen · 8 years ago
  43. f438ceb mac80211: uapsd_queues is in QoS IE order by Emmanuel Grumbach · 8 years ago
  44. 93db1d9 mac80211: fix possible out-of-bounds access by Johannes Berg · 8 years ago
  45. 20eb7ea mac80211: remove disconnected APs from BSS table by David Spinadel · 9 years ago
  46. 57fbcce cfg80211: remove enum ieee80211_band by Johannes Berg · 9 years ago
  47. 49ddf8e mac80211: add fast-rx path by Johannes Berg · 9 years ago
  48. b100e5d mac80211: avoid useless memory write on each frame RX by Johannes Berg · 9 years ago
  49. d67703f Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  50. b5a33d5 mac80211: move MU_MIMO_OWNER flag to ieee80211_vif by Sara Sharon · 9 years ago
  51. 89f774e mac80211: always print a message when disconnecting by Johannes Berg · 9 years ago
  52. 8ac3c704 mac80211: refactor HT/VHT to chandef code by Johannes Berg · 9 years ago
  53. 4fa11ec mac80211: Requeue work after scan complete for all VIF types. by Sachin Kulkarni · 9 years ago
  54. a85a7e2 cfg80211/mac80211: use to_delayed_work by Geliang Tang · 9 years ago
  55. 23a1f8d mac80211: process and save VHT MU-MIMO group frame by Sara Sharon · 9 years ago
  56. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  57. cf1e05c mac80211: handle width changes from opmode notification IE in beacon by Eyal Shapira · 9 years ago
  58. a87da0c mac80211: suppress unchanged "limiting TX power" messages by Johannes Berg · 9 years ago
  59. b115b97 mac80211: add new IEEE80211_VIF_GET_NOA_UPDATE flag by Janusz.Dziedzic@tieto.com · 9 years ago
  60. 2ed77ea mac80211: treat bad WMM parameters more gracefully by Johannes Berg · 9 years ago
  61. 730a7550 mac80211: fixup AIFSN instead of disabling WMM by Emmanuel Grumbach · 9 years ago
  62. cec6628 mac80211: make enable_qos parameter to ieee80211_set_wmm_default() by Johannes Berg · 9 years ago
  63. a64cba3 mac80211: Fix local deauth while associating by Andrei Otcheretianski · 9 years ago
  64. 976bd9e mac80211: move beacon_loss_count into ifmgd by Johannes Berg · 9 years ago
  65. 4a733ef mac80211: remove PM-QoS listener by Johannes Berg · 9 years ago
  66. 93f0490 Revert "mac80211: remove exposing 'mfp' to drivers" by Tamizh chelvam · 9 years ago
  67. 2579c98 Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  68. 076cdcb mac80211: use bool argument to ieee80211_send_nullfunc by Johannes Berg · 9 years ago
  69. 90d13e8 mac80211: reduce indentation by inlining a check by Johannes Berg · 9 years ago
  70. 338c17a mac80211: use DECLARE_EWMA for ave_beacon_signal by Johannes Berg · 9 years ago
  71. 8ec6d97 mac80211: fix driver RSSI event calculations by Johannes Berg · 9 years ago
  72. 8e0d7fe mac80211: remove last_beacon/ave_beacon debugfs files by Johannes Berg · 9 years ago
  73. 46cad4b mac80211: remove direct probe step before authentication by Johannes Berg · 9 years ago
  74. 52a45f3 mac80211: avoid VHT usage with no 80MHz chans allowed by Arik Nemtsov · 9 years ago
  75. 322cd40 mac80211: Add support for declaring MU-MIMO capability by Sara Sharon · 10 years ago
  76. d51c2ea mac80211: TDLS: correctly configure SMPS state by Arik Nemtsov · 10 years ago
  77. 5c48f12 mac80211: remove exposing 'mfp' to drivers by Johannes Berg · 10 years ago
  78. 30686bf mac80211: convert HW flags to unsigned long bitmap by Johannes Berg · 10 years ago
  79. d01f858 mac80211: release channel on auth failure by Michal Kazior · 10 years ago
  80. ea1b2b45 mac80211: remove short slot/short preamble incapable flags by Johannes Berg · 10 years ago
  81. c9c99f8 mac80211: act upon and report deauth while associating by Johannes Berg · 10 years ago
  82. c5a7168 mac80211: disconnect TDLS stations on STA CSA by Arik Nemtsov · 10 years ago
  83. c1041f1 mac80211: fix ignored HT/VHT override configs by Chaya Rachel Ivgi · 10 years ago
  84. cef2fc1 mac80211: reduce log spam from ieee80211_handle_pwr_constr by John Linville · 10 years ago
  85. 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
  86. 527871d mac80211: make sta.wme indicate whether QoS is used by Johannes Berg · 10 years ago
  87. a73f8e2 mac80211: send AP probe as unicast again by Johannes Berg · 10 years ago
  88. 7d830a1 mac80211: stop scan before connection by David Spinadel · 10 years ago
  89. a90faa9 mac80211: notify the driver about deauth by Emmanuel Grumbach · 10 years ago
  90. d0d1a12 mac80211: notify the driver about association status by Emmanuel Grumbach · 10 years ago
  91. a940909 mac80211: notify the driver about authentication status by Emmanuel Grumbach · 10 years ago
  92. a818292 mac80211: convert rssi_callback() to event_callback() by Emmanuel Grumbach · 10 years ago
  93. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  94. f84eaa1 mac80211: ignore CSA to same channel by Johannes Berg · 10 years ago
  95. 70a3fd6 mac80211: ask for ECSA IE to be considered for beacon parse CRC by Johannes Berg · 10 years ago
  96. f3b0bbb mac80211: refactor drop connection/unlock in CSA processing by Johannes Berg · 10 years ago
  97. 64a8cef mac80211: provide station PMF configuration to driver by SenthilKumar Jegadeesan · 10 years ago
  98. 0b4e110 mac80211: remove duplicate check for quiescing when queueing work by Luciano Coelho · 10 years ago
  99. c84a67a mac80211: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  100. be72afe mac80211: fix another suspend vs. association race by Johannes Berg · 10 years ago