1. 75bcbd6 mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHz by John Crispin · 4 years, 4 months ago
  2. 3bd5c7a mac80211: do not allow bigger VHT MPDUs than the hardware supports by Felix Fietkau · 4 years, 4 months ago
  3. 780a8c9 mac80211: do not disable HE if HT is missing on 2.4 GHz by Wen Gong · 4 years, 4 months ago
  4. 412a84b mac80211: Fix radiotap header channel flag for 6GHz band by Aloka Dixit · 4 years, 4 months ago
  5. 8e28036 mac80211: add AQL support for VHT160 tx rates by Felix Fietkau · 4 years, 4 months ago
  6. 1f38b8c mac80211: extend AQL aggregation estimation to HE and fix unit mismatch by Felix Fietkau · 4 years, 4 months ago
  7. 47df8e0 mac80211: reduce packet loss event false positives by Felix Fietkau · 4 years, 5 months ago
  8. f01cfba mac80211: improve AQL aggregation estimation for low data rates by Felix Fietkau · 4 years, 5 months ago
  9. 43cd72c mac80211: factor out code to look up the average packet length duration for a rate by Felix Fietkau · 4 years, 5 months ago
  10. 8ed37e7 mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQL by Felix Fietkau · 4 years, 5 months ago
  11. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  12. 0b91111 mac80211: Do not report beacon loss if beacon filtering enabled by Loic Poulain · 4 years, 7 months ago
  13. 5981fe5 mac80211: fix misplaced while instead of if by Johannes Berg · 4 years, 5 months ago
  14. 47d76e3 mac80211: use eth_zero_addr() to clear mac address by Miaohe Lin · 4 years, 5 months ago
  15. 6628d00 mac8211: fix struct initialisation by John Crispin · 4 years, 5 months ago
  16. 4e56cde mac80211: Handle special status codes in SAE commit by Jouni Malinen · 4 years, 5 months ago
  17. bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  18. c8ad010 mac80211: warn only once in check_sdata_in_driver() at each caller by Johannes Berg · 4 years, 5 months ago
  19. 75e6b59 cfg80211: invert HE BSS color 'disabled' to 'enabled' by Johannes Berg · 4 years, 5 months ago
  20. c5d1686 mac80211: add a function for running rx without passing skbs to the stack by Felix Fietkau · 4 years, 5 months ago
  21. cb17ed2 mac80211: parse radiotap header when selecting Tx queue by Mathy Vanhoef · 4 years, 6 months ago
  22. 08aca29 mac80211: remove unused flags argument in transmit functions by Mathy Vanhoef · 4 years, 6 months ago
  23. 2b3dab1 mac80211: use same flag everywhere to avoid sequence number overwrite by Mathy Vanhoef · 4 years, 6 months ago
  24. 29c3e95 mac80211: do not overwrite the sequence number if requested by Mathy Vanhoef · 4 years, 6 months ago
  25. e02281e mac80211: add radiotap flag to prevent sequence number overwrite by Mathy Vanhoef · 4 years, 6 months ago
  26. 1df2bdb mac80211: never drop injected frames even if normally not allowed by Mathy Vanhoef · 4 years, 6 months ago
  27. 322cd27 cfg80211/mac80211: avoid bss color setting in non-HE modes by P Praneesh · 4 years, 6 months ago
  28. 180ac48 mac80211: calculate skb hash early when using itxq by Felix Fietkau · 4 years, 5 months ago
  29. 3ff901c mac80211: improve AQL tx airtime estimation by Felix Fietkau · 4 years, 6 months ago
  30. 1303a51 cfg80211/mac80211: add connected to auth server to station info by Markus Theil · 4 years, 7 months ago
  31. 184eebe cfg80211/mac80211: add connected to auth server to meshconf by Markus Theil · 4 years, 7 months ago
  32. e3718a6 cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discovery by Linus Lüssing · 4 years, 7 months ago
  33. fc0561d mac80211: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  34. f2a0c18 mac80211: remove the need for variable rates_idx by Colin Ian King · 4 years, 6 months ago
  35. df78a0c nl80211: S1G band and channel definitions by Thomas Pedersen · 4 years, 7 months ago
  36. 04e35ca mac80211: remove STA txq pending airtime underflow warning by Felix Fietkau · 4 years, 6 months ago
  37. e61fbfc mac80211: Fix bug in Tx ack status reporting in 802.3 xmit path by Vasanthakumar Thiagarajan · 4 years, 6 months ago
  38. 5e43540 mac80211: mesh: Free pending skb when destroying a mpath by Remi Pommarel · 4 years, 6 months ago
  39. 6a01afc mac80211: mesh: Free ie data when leaving mesh by Remi Pommarel · 4 years, 6 months ago
  40. 65ad3ef mac80211: fix warning in 6 GHz IE addition in mesh mode by Rajkumar Manoharan · 4 years, 6 months ago
  41. 9fd00b4 net: mac80211: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  42. 0b467b63 mac80211: allow rx of mesh eapol frames with default rx key by Markus Theil · 4 years, 7 months ago
  43. 5af7fef mac80211: skip mpath lookup also for control port tx by Markus Theil · 4 years, 7 months ago
  44. 78fb5b5 mac80211: Fix dropping broadcast packets in 802.11 encap by Seevalamuthu Mariappan · 4 years, 7 months ago
  45. 01da2e0 mac80211: simplify mesh code by Pavel Machek · 4 years, 7 months ago
  46. 86a1b9d7 mac80211: fix control port tx status check by Markus Theil · 4 years, 7 months ago
  47. 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
  48. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  49. 59d4bfc net: fix wiki website url mac80211 and wireless files by Flavio Suligoi · 4 years, 7 months ago
  50. 523f3ec mac80211: initialize return flags in HE 6 GHz operation parsing by Johannes Berg · 4 years, 7 months ago
  51. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  52. 07c12d6 mac80211: set short_slot for 6 GHz band by Tova Mussai · 4 years, 7 months ago
  53. 6fcb56c mac80211: Consider 6 GHz band when handling power constraint by Ilan Peer · 4 years, 7 months ago
  54. 93382a0 mac80211: accept aggregation sessions on 6 GHz by Johannes Berg · 4 years, 7 months ago
  55. 2ad2274 mac80211: Add HE 6GHz capabilities element to probe request by Ilan Peer · 4 years, 7 months ago
  56. 1bb9a8a mac80211: use HE 6 GHz band capability and pass it to the driver by Johannes Berg · 4 years, 7 months ago
  57. 3b3ec3d mac80211: check the correct bit for EMA AP by Shaul Triebitz · 4 years, 7 months ago
  58. 57fa5e8 mac80211: determine chandef from HE 6 GHz operation by Johannes Berg · 4 years, 7 months ago
  59. 2a333a0 mac80211: avoid using ext NSS high BW if not supported by Johannes Berg · 4 years, 7 months ago
  60. 607ca9e mac80211: do not allow HT/VHT IEs in 6 GHz mesh mode by Rajkumar Manoharan · 4 years, 7 months ago
  61. d1b7524 mac80211: build HE operation with 6 GHz oper information by Rajkumar Manoharan · 4 years, 7 months ago
  62. 24a2042 mac80211: add HE 6 GHz Band Capability element by Rajkumar Manoharan · 4 years, 7 months ago
  63. a6cf28e mac80211: add HE 6 GHz Band Capabilities into parse extension by Rajkumar Manoharan · 4 years, 7 months ago
  64. a752819 mac80211: support control port TX status reporting by Markus Theil · 4 years, 7 months ago
  65. c112992 mac80211: fix HT-Control field reception for management frames by Johannes Berg · 4 years, 8 months ago
  66. 1ea0222 mac80211: allow SA-QUERY processing in userspace by Johannes Berg · 4 years, 8 months ago
  67. dca9ca2 nl80211: add ability to report TX status for control port TX by Markus Theil · 4 years, 8 months ago
  68. 3c23215 mac80211: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  69. 2032f3b nl80211: support scan frequencies in KHz by Thomas Pedersen · 4 years, 8 months ago
  70. e76fede cfg80211: add KHz variants of frame RX API by Thomas Pedersen · 4 years, 8 months ago
  71. 60c2ef0 mac80211: fix variable names in TID config methods by Sergey Matyukevich · 4 years, 9 months ago
  72. 745bd6f Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 4 years, 8 months ago
  73. e2d4a80 mac80211: mesh: fix discovery timer re-arming issue / crash by Linus Lüssing · 4 years, 8 months ago
  74. 429ff87 docs: networking: convert mac80211-injection.txt to ReST by Mauro Carvalho Chehab · 4 years, 8 months ago
  75. 60689de mac80211: fix memory overlap due to variable length param by Rajkumar Manoharan · 4 years, 9 months ago
  76. 08fad43 mac80211: TX legacy rate control for Beacon frames by Jouni Malinen · 4 years, 9 months ago
  77. b6b5c42 mac80211: fix two missing documentation entries by Johannes Berg · 4 years, 9 months ago
  78. 3b23c184 mac80211: add freq_offset to RX status by Thomas Pedersen · 4 years, 9 months ago
  79. b6011960 mac80211: handle channel frequency offset by Thomas Pedersen · 4 years, 9 months ago
  80. dba25b0 mac80211: minstrel_ht_assign_best_tp_rates: remove redundant test by Johannes Berg · 4 years, 10 months ago
  81. 302ff8b mac80211: Fail association when AP has no legacy rates by Ilan Peer · 4 years, 10 months ago
  82. 0c197f1 mac80211: agg-tx: add an option to defer ADDBA transmit by Mordechay Goodstein · 4 years, 10 months ago
  83. 31d8bb4 mac80211: agg-tx: refactor sending addba by Mordechay Goodstein · 4 years, 10 months ago
  84. 4826e72 mac80211: Skip entries with HE membership selector by Ilan Peer · 4 years, 10 months ago
  85. a4055e7 mac80211: Don't destroy auth data in case of anti-clogging by Andrei Otcheretianski · 4 years, 10 months ago
  86. d46b4ab8 mac80211: add twt_protected flag to the bss_conf structure by Shaul Triebitz · 4 years, 10 months ago
  87. 9166cc4 mac80211: implement Operating Mode Notification extended NSS support by Johannes Berg · 4 years, 10 months ago
  88. 873b1cf mac80211: Process multicast RX registration for Action frames by Jouni Malinen · 4 years, 9 months ago
  89. 6cd536f cfg80211: change internal management frame registration API by Johannes Berg · 4 years, 9 months ago
  90. 9eaf183 mac80211: Report beacon protection failures to user space by Jouni Malinen · 4 years, 9 months ago
  91. 90e8f58 mac80211: fix drv_config_iface_filter() behaviour by Johannes Berg · 4 years, 9 months ago
  92. 1db364c mac80211: mlme: remove duplicate AID bookkeeping by Johannes Berg · 4 years, 9 months ago
  93. 8ca47eb mac80211: sta_info: Add lockdep condition for RCU list usage by Madhuparna Bhowmik · 4 years, 9 months ago
  94. 6cb5f3e mac80211: populate debugfs only after cfg80211 init by Johannes Berg · 4 years, 9 months ago
  95. 93e2d04 mac80211: fix channel switch trigger from unknown mesh peer by Tamizh chelvam · 4 years, 9 months ago
  96. 52e04b4 mac80211: fix race in ieee80211_register_hw() by Sumit Garg · 4 years, 9 months ago
  97. 5a470b1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  98. be8c827 mac80211: fix authentication with iwlwifi/mvm by Johannes Berg · 4 years, 9 months ago
  99. f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 9 months ago
  100. b95d2cc mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TX by Johannes Berg · 4 years, 10 months ago