1. 911bde0 mac80211: Turn AQL into an NL80211_EXT_FEATURE by Toke Høiland-Jørgensen · 5 years ago
  2. e548f74 mac80211: airtime: Fix an off by one in ieee80211_calc_rx_airtime() by Dan Carpenter · 5 years ago
  3. 753ffad mac80211: fix TID field in monitor mode transmit by Fredrik Olofsson · 5 years ago
  4. 9a3d7fd Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  5. 7a89233 mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeue by Toke Høiland-Jørgensen · 5 years ago
  6. 3ace10f mac80211: Implement Airtime-based Queue Limit (AQL) by Kan Yan · 5 years ago
  7. db3e1c4 mac80211: Import airtime calculation code from mt76 by Toke Høiland-Jørgensen · 5 years ago
  8. 08a5bdd mac80211: consider QoS Null frames for STA_NULLFUNC_ACKED by Thomas Pedersen · 5 years ago
  9. c90142a mac80211: expose HW conf flags through debugfs by Thomas Pedersen · 5 years ago
  10. 5072f73 mac80211: Add new sta_info getter by sta/vif addrs by Toke Høiland-Jørgensen · 5 years ago
  11. b226a82 mac80211: add a comment about monitor-to-dev injection by Johannes Berg · 5 years ago
  12. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  13. 0628cda mac80211: Use debugfs_create_xul() helper by Geert Uytterhoeven · 5 years ago
  14. 6912dae mac80211: Shrink the size of ack_frame_id to make room for tx_time_est by Toke Høiland-Jørgensen · 5 years ago
  15. f61d788 mac80211: don't re-parse elems in ieee80211_assoc_success() by Johannes Berg · 5 years ago
  16. 5d8983c mac80211: move store skb ack code to its own function by John Crispin · 5 years ago
  17. 285531f mac80211: fix station inactive_time shortly after boot by Ahmed Zaki · 5 years ago
  18. 6dd47d9 mac80211: fix ieee80211_txq_setup_flows() failure path by Johannes Berg · 5 years ago
  19. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  20. 7e0d15e Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 5 years ago
  21. 5f63afe mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new average by Felix Fietkau · 5 years ago
  22. b1103d2 mac80211: minstrel_ht: replace rate stats ewma with a better moving average by Felix Fietkau · 5 years ago
  23. 8f2f495 mac80211: minstrel: remove divisions in tx status path by Felix Fietkau · 5 years ago
  24. dc0c18e mac80211: fix scan when operating on DFS channels in ETSI domains by Aaron Komisar · 5 years ago
  25. 95697f9 mac80211: accept deauth frames in IBSS mode by Johannes Berg · 5 years ago
  26. 4152561 mac80211: Reject malformed SSID elements by Will Deacon · 5 years ago
  27. 2ce113d mac80211: simplify TX aggregation start by Johannes Berg · 5 years ago
  28. 4fd0328 mac80211: pass internal sta to ieee80211_tx_frags() by Johannes Berg · 5 years ago
  29. 020fa0f mac80211: IBSS: avoid unneeded return value processing by Koen Vandeputte · 5 years ago
  30. d8dec42 mac80211: keep BHs disabled while calling drv_tx_wake_queue() by Johannes Berg · 5 years ago
  31. 8ed31a2 mac80211: fix txq null pointer dereference by Miaoqing Pan · 5 years ago
  32. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  33. 3e49317 mac80211: Do not send Layer 2 Update frame before authorization by Jouni Malinen · 5 years ago
  34. c1b3ddf Merge tag 'mac80211-next-for-davem-2019-09-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 5 years ago
  35. 0635466 mac80211: allow drivers to set max MTU by Wen Gong · 5 years ago
  36. 4b08d1b mac80211: IBSS: send deauth when expiring inactive STAs by Johannes Berg · 5 years ago
  37. 753a9a7 mac80211: don't check if key is NULL in ieee80211_key_link() by Luca Coelho · 5 years ago
  38. 624ff4b mac80211: clear crypto tx tailroom counter upon keys enable by Lior Cohen · 5 years ago
  39. 1c95597 mac80211: remove unnecessary key condition by Johannes Berg · 5 years ago
  40. 5462632 mac80211: list features in WEP/TKIP disable in better order by Johannes Berg · 5 years ago
  41. e5c0b0f mac80211: vht: add support VHT EXT NSS BW in parsing VHT by Mordechay Goodstein · 5 years ago
  42. 765b759 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  43. f8b43c5 mac80211: Correctly set noencrypt for PAE frames by Denis Kenzior · 5 years ago
  44. c8a41c6 mac80211: Don't memset RXCB prior to PAE intercept by Denis Kenzior · 5 years ago
  45. 68aaf44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  46. b26af93 mac80211: minstrel_ht: fix infinite loop because supported is not being shifted by Colin Ian King · 6 years ago
  47. 48cb395 mac80211: minstrel_ht: improve rate probing for devices with static fallback by Felix Fietkau · 6 years ago
  48. 21f7981 mac80211: minstrel_ht: fix default max throughput rate indexes by Felix Fietkau · 6 years ago
  49. f793c7e mac80211: minstrel_ht: reduce unnecessary rate probing attempts by Felix Fietkau · 6 years ago
  50. 56dd918 mac80211: minstrel_ht: fix per-group max throughput rate initialization by Felix Fietkau · 6 years ago
  51. 2a38075 nl80211: Add support for EDMG channels by Alexei Avshalom Lazar · 6 years ago
  52. 5db16ba mac80211: fix possible NULL pointerderef in obss pd code by John Crispin · 6 years ago
  53. 9cf0233 mac80211: add assoc-at support by Ben Greear · 6 years ago
  54. c5b9a7f nl80211: add 6GHz band definition to enum nl80211_band by Arend van Spriel · 6 years ago
  55. 3a00f08 mac80211: add missing length field increment when generating Radiotap header by John Crispin · 6 years ago
  56. a027c304 mac80211: 80Mhz was not reported properly when using tx_status_ext by John Crispin · 6 years ago
  57. 8db6e73 mac80211: fix bad guard when reporting legacy rates by John Crispin · 6 years ago
  58. dc649d6 mac80211: fix TX legacy rate reporting when tx_status_ext is used by John Crispin · 6 years ago
  59. 5fd2f91a mac80211: fix possible sta leak by Johannes Berg · 6 years ago
  60. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 6 years ago
  61. f39b07f mac80211: HE STA disassoc due to QOS NULL not sent by Shay Bar · 6 years ago
  62. 1ced169 mac80211: allow setting spatial reuse parameters from bss_conf by John Crispin · 6 years ago
  63. 52dba8d mac80211: reject zero MAC address in add station by Karthikeyan Periyasamy · 6 years ago
  64. f12cac5 mac80211: add missing null return check from call to ieee80211_get_sband by Colin Ian King · 6 years ago
  65. eef347f Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues" by Johannes Berg · 6 years ago
  66. 2ab4587 mac80211: add support for the ADDBA extension element by John Crispin · 6 years ago
  67. 697f6c5 mac80211: propagate HE operation info into bss_conf by John Crispin · 6 years ago
  68. 05aaa5c mac80211: don't WARN on short WMM parameters from AP by Brian Norris · 6 years ago
  69. 60ad72d mac80211: implement HE support for mesh by Sven Eckelmann · 6 years ago
  70. a0b4496 mac80211: add IEEE80211_KEY_FLAG_GENERATE_MMIE to ieee80211_key_flags by Lorenzo Bianconi · 6 years ago
  71. ef11a93 mac80211: HE: add Spatial Reuse element parsing support by John Crispin · 6 years ago
  72. 3d07ffc mac80211: add struct ieee80211_tx_status support to ieee80211_add_tx_radiotap_header by John Crispin · 6 years ago
  73. e6f4051 {nl,mac}80211: fix interface combinations on crypto controlled devices by Manikanta Pubbisetty · 6 years ago
  74. b7b2e8c mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor() by John Crispin · 6 years ago
  75. 2aa485e mac80211: add support for parsing ADDBA_EXT IEs by John Crispin · 6 years ago
  76. dc3998e mac80211: AMPDU handling for rekeys with Extended Key ID by Alexander Wetzel · 6 years ago
  77. 3e47bf1 mac80211: Simplify Extended Key ID API by Alexander Wetzel · 6 years ago
  78. fb0e76a mac80211: add tx dequeue function for process context by Erik Stromdahl · 6 years ago
  79. 612fcfd9 mac80211: remove unused and unneeded remove_sta_debugfs callback by Greg Kroah-Hartman · 6 years ago
  80. 5db4c4b mac80211: pass the vif to cancel_remain_on_channel by Emmanuel Grumbach · 6 years ago
  81. d2b3fe4 mac80211: don't warn about CW params when not using them by Brian Norris · 6 years ago
  82. bcc27fa mac80211: fix possible memory leak in ieee80211_assign_beacon by Lorenzo Bianconi · 6 years ago
  83. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  84. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  85. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  86. 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
  87. 5fdb373 net/mac80211: move WEP handling to ARC4 library interface by Ard Biesheuvel · 6 years ago
  88. 7f904d7 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 by Thomas Gleixner · 6 years ago
  89. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  90. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  91. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  92. d96ec97 Merge tag 'mac80211-next-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 6 years ago
  93. 2a2af5e Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  94. ddb754a mac80211: notify offchannel expire on mgmt_tx by James Prestwood · 6 years ago
  95. 5a7bb7c mac80211: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  96. f889146 mac80211: do not start any work during reconfigure flow by Naftali Goldstein · 6 years ago
  97. 5635723 mac80211: only warn once on chanctx_conf being NULL by Yibo Zhao · 6 years ago
  98. 588f7d3 mac80211: drop robust management frames from unknown TA by Johannes Berg · 6 years ago
  99. 163a7cd mac80211: extend __rate_control_send_low warning by Johannes Berg · 6 years ago
  100. 583a7a3 mac80211: fill low rate even for HAS_RATE_CONTROL by Johannes Berg · 6 years ago