1. f61d788 mac80211: don't re-parse elems in ieee80211_assoc_success() by Johannes Berg · 5 years ago
  2. 4152561 mac80211: Reject malformed SSID elements by Will Deacon · 5 years ago
  3. 4b08d1b mac80211: IBSS: send deauth when expiring inactive STAs by Johannes Berg · 6 years ago
  4. 5462632 mac80211: list features in WEP/TKIP disable in better order by Johannes Berg · 6 years ago
  5. 2a38075 nl80211: Add support for EDMG channels by Alexei Avshalom Lazar · 6 years ago
  6. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 6 years ago
  7. f39b07f mac80211: HE STA disassoc due to QOS NULL not sent by Shay Bar · 6 years ago
  8. 1ced169 mac80211: allow setting spatial reuse parameters from bss_conf by John Crispin · 6 years ago
  9. 697f6c5 mac80211: propagate HE operation info into bss_conf by John Crispin · 6 years ago
  10. 05aaa5c mac80211: don't WARN on short WMM parameters from AP by Brian Norris · 6 years ago
  11. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  12. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  13. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  14. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  15. 5fdb373 net/mac80211: move WEP handling to ARC4 library interface by Ard Biesheuvel · 6 years ago
  16. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  17. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  18. bd718fc mac80211: use STA info in rate_control_send_low() by Johannes Berg · 6 years ago
  19. c9d3245 mac80211: dynamically enable the TWT requester support on STA interfaces by John Crispin · 6 years ago
  20. 79c92ca mac80211: handle deauthentication/disassociation from TDLS peer by Yu Wang · 6 years ago
  21. 5dc8cdc mac80211/cfg80211: update bss channel on channel switch by Sergey Matyukevich · 6 years ago
  22. 7976b1e mac80211: ignore quiet mode in probe by Sara Sharon · 6 years ago
  23. 9792875 mac80211: allow CSA to self with immediate quiet by Sara Sharon · 6 years ago
  24. fafd2bc mac80211: notify driver on subsequent CSA beacons by Sara Sharon · 6 years ago
  25. b9cc81d mac80211: abort CSA if beacon does not include CSA IEs by Sara Sharon · 6 years ago
  26. ee14577 mac80211: support max channel switch time element by Sara Sharon · 6 years ago
  27. 4d9ec73 cfg80211: Report Association Request frame IEs in association events by Jouni Malinen · 6 years ago
  28. caf5633 mac80211: indicate support for multiple BSSID by Sara Sharon · 6 years ago
  29. 78ac51f mac80211: support multi-bssid by Sara Sharon · 6 years ago
  30. 4abb52a mac80211: pass bssids to elements parsing function by Sara Sharon · 6 years ago
  31. 5a862f8 Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 6 years ago
  32. dc7eb0f mac80211: do not advertise HE cap IE if HE disabled by Shaul Triebitz · 6 years ago
  33. 002245e mac80211: set STA flag DISABLE_HE if HE is not supported by Shaul Triebitz · 6 years ago
  34. 2e249fc mac80211: update driver when MU EDCA params change by Shaul Triebitz · 6 years ago
  35. 55ebd6e mac80211: propagate the support for TWT to the driver by Emmanuel Grumbach · 6 years ago
  36. 33483a6 mac80211: fix missing unlock on error in ieee80211_mark_sta_auth() by Wei Yongjun · 6 years ago
  37. efb543e mac80211: Extend SAE authentication in infra BSS STA mode by Jouni Malinen · 6 years ago
  38. 8d7432a mac80211: Move ieee80211_mgd_auth() EBUSY check to be before allocation by Jouni Malinen · 6 years ago
  39. fc107a9 mac80211: Helper function for marking STA authenticated by Jouni Malinen · 6 years ago
  40. 77cbbc35 mac80211: fix saving a few HE values by Naftali Goldstein · 6 years ago
  41. 7eb26df mac80211: add ability to parse CCFS2 by Johannes Berg · 7 years ago
  42. fc3e3bf Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  43. 6c18b27 mac80211: don't Tx a deauth frame if the AP forbade Tx by Emmanuel Grumbach · 7 years ago
  44. 0007e94 mac80211: Fix station bandwidth setting after channel switch by Ilan Peer · 7 years ago
  45. f0c0407 mac80211: remove unnecessary NULL check by Johannes Berg · 7 years ago
  46. 47aa786 mac80211: fix potential null pointer dereference by Gustavo A. R. Silva · 7 years ago
  47. 41cbb0f mac80211: add support for HE by Luca Coelho · 7 years ago
  48. 45ad683 mac80211: split ieee80211_send_probe_req() by Johannes Berg · 7 years ago
  49. 00387f3 mac80211: add probe request building flags by Johannes Berg · 7 years ago
  50. d4e36e5 mac80211: Support adding duration for prepare_tx() callback by Ilan Peer · 7 years ago
  51. 407879b mac80211: Adjust SAE authentication timeout by Ilan Peer · 7 years ago
  52. 911a264 mac80211: Fix condition validating WMM IE by Ilan Peer · 7 years ago
  53. 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
  54. c470bdc mac80211: don't WARN on bad WMM parameters from buggy APs by Emmanuel Grumbach · 7 years ago
  55. 018f6fb mac80211: Send control port frames over nl80211 by Denis Kenzior · 7 years ago
  56. 4d191c7 mac80211: remove shadowing duplicated variable by Johannes Berg · 7 years ago
  57. e552af0 mac80211: limit wmm params to comply with ETSI requirements by Haim Dreyfuss · 7 years ago
  58. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  59. 1ad22fb mac80211: inform wireless layer when frame RSSI is invalid by Tosoni · 7 years ago
  60. 7c181f4 mac80211: add ieee80211_hw flag for QoS NDP support by Ben Caradoc-Davies · 7 years ago
  61. 94ba927 mac80211: Call mgd_prep_tx before transmitting deauthentication by Ilan Peer · 7 years ago
  62. a1f2ba04c mac80211: add get TID helper by Sara Sharon · 7 years ago
  63. c7c477b mac80211: don't warn on AID field without top two MSBs set by Johannes Berg · 7 years ago
  64. 02049ce mac80211: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  65. 7b6ddea mac80211: use QoS NDP for AP probing by Johannes Berg · 7 years ago
  66. 34f11cd3 mac80211: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  67. b1b1ae2 mac80211: don't track HT capability changes by Johannes Berg · 7 years ago
  68. a7f26d8 mac80211: simplify and clarify IE splitting by Johannes Berg · 8 years ago
  69. 7a7d3e4 mac80211: fix incorrect assignment of reassoc value by Simon Dinkin · 8 years ago
  70. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 8 years ago
  71. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  72. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 8 years ago
  73. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  74. c87905b mac80211: set bss_info data before configuring the channel by Johannes Berg · 8 years ago
  75. 44f6d42 mac80211: remove 5/10 MHz rate code from station MLME by Johannes Berg · 8 years ago
  76. 61b81b4 mac80211: move clearing result into ieee80211_parse_ch_switch_ie() by Johannes Berg · 8 years ago
  77. f8860ce mac80211: bail out from prep_connection() if a reconfig is ongoing by Luca Coelho · 8 years ago
  78. e38a017 mac80211: Add support for BSS max idle period element by Avraham Stern · 8 years ago
  79. 21a8e9d mac80211: Fix possible sband related NULL pointer de-reference by Mohammed Shafi Shajakhan · 8 years ago
  80. e8e4f52 mac80211: reject/clear user rate mask if not usable by Johannes Berg · 8 years ago
  81. a6289d3 mac80211: ignore VHT membership selector when parsing rates by Johannes Berg · 8 years ago
  82. 68506e9 mac80211: Print text for disassociation reason by Arkadiusz Miskiewicz · 8 years ago
  83. 2c3c5f8c mac80211: Add set_cqm_rssi_range_config by Andrew Zaborowski · 8 years ago
  84. bee427b cfg80211: Pass new RSSI level in CQM RSSI notification by Andrzej Zaborowski · 8 years ago
  85. 769f07d mac80211: Pass new RSSI level in CQM RSSI notification by Andrzej Zaborowski · 8 years ago
  86. ab72572 mac80211: Remove unused 'beaconint_us' variable by Kirtika Ruchandani · 8 years ago
  87. e6f462d cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts by Johannes Berg · 8 years ago
  88. 39404fe mac80211: FILS AEAD protection for station mode association frames by Jouni Malinen · 8 years ago
  89. dbc0c2c mac80211: Add FILS auth alg mapping by Jouni Malinen · 8 years ago
  90. 6ec6361 mac80211: Allow AUTH_DATA to be used for FILS by Jouni Malinen · 8 years ago
  91. 11b6b5a cfg80211: Rename SAE_DATA to more generic AUTH_DATA by Jouni Malinen · 8 years ago
  92. f438ceb mac80211: uapsd_queues is in QoS IE order by Emmanuel Grumbach · 8 years ago
  93. 93db1d9 mac80211: fix possible out-of-bounds access by Johannes Berg · 8 years ago
  94. 20eb7ea mac80211: remove disconnected APs from BSS table by David Spinadel · 9 years ago
  95. 57fbcce cfg80211: remove enum ieee80211_band by Johannes Berg · 9 years ago
  96. 49ddf8e mac80211: add fast-rx path by Johannes Berg · 9 years ago
  97. b100e5d mac80211: avoid useless memory write on each frame RX by Johannes Berg · 9 years ago
  98. 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
  99. b5a33d5 mac80211: move MU_MIMO_OWNER flag to ieee80211_vif by Sara Sharon · 9 years ago
  100. 89f774e mac80211: always print a message when disconnecting by Johannes Berg · 9 years ago