1. 4dde3c3 mac80211: update channel context before station state by Mordechay Goodstein · 3 years, 1 month ago
  2. 8f9dcc2 mac80211: fix a memory leak where sta_info is not freed by Ahmed Zaki · 3 years, 3 months ago
  3. 24f7cf9 Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by Jakub Kicinski · 3 years, 2 months ago
  4. 63fa042 nl80211: Add LC placeholder band definition to nl80211_band by Srinivasan Raju · 3 years, 2 months ago
  5. dfcb63c fq_codel: generalise ce_threshold marking for subset of traffic by Toke Høiland-Jørgensen · 3 years, 2 months ago
  6. e72aeb9 fq_codel: implement L4S style ce_threshold_ect1 marking by Eric Dumazet · 3 years, 2 months ago
  7. deebea0 mac80211: Reject zero MAC address in sta_info_insert_check() by YueHaibing · 3 years, 6 months ago
  8. 2433647 mac80211: Switch to a virtual time-based airtime scheduler by Toke Høiland-Jørgensen · 3 years, 6 months ago
  9. 744757e mac80211: remove iwlwifi specific workaround NDPs of null_response by Ping-Ke Shih · 3 years, 6 months ago
  10. d656a4c mac80211: consider per-CPU statistics if present by Johannes Berg · 3 years, 7 months ago
  11. 3a11ce0 mac80211: add fragment cache to sta_info by Johannes Berg · 3 years, 8 months ago
  12. 7bc40ae mac80211: free sta in sta_info_insert_finish() on errors by Johannes Berg · 4 years, 2 months ago
  13. dcd479e mac80211: always wind down STA state by Johannes Berg · 4 years, 3 months ago
  14. 8b783d1 mac80211: handle lack of sband->bitrates in rates by Thomas Pedersen · 4 years, 3 months ago
  15. 5981fe5 mac80211: fix misplaced while instead of if by Johannes Berg · 4 years, 5 months ago
  16. bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  17. 08aca29 mac80211: remove unused flags argument in transmit functions by Mathy Vanhoef · 4 years, 5 months ago
  18. 1303a51 cfg80211/mac80211: add connected to auth server to station info by Markus Theil · 4 years, 7 months ago
  19. 04e35ca mac80211: remove STA txq pending airtime underflow warning by Felix Fietkau · 4 years, 5 months ago
  20. 8ca47eb mac80211: sta_info: Add lockdep condition for RCU list usage by Madhuparna Bhowmik · 4 years, 9 months ago
  21. f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 9 months ago
  22. b16798f mac80211: mark station unauthorized before key removal by Johannes Berg · 4 years, 9 months ago
  23. b255b72 mac80211: Read rx_stats with perCPU pointers by Seevalamuthu Mariappan · 4 years, 9 months ago
  24. 52b4810 mac80211: Remove support for changing AP SMPS mode by Ilan Peer · 5 years ago
  25. 911bde0 mac80211: Turn AQL into an NL80211_EXT_FEATURE by Toke Høiland-Jørgensen · 5 years ago
  26. 3ace10f mac80211: Implement Airtime-based Queue Limit (AQL) by Kan Yan · 5 years ago
  27. 5072f73 mac80211: Add new sta_info getter by sta/vif addrs by Toke Høiland-Jørgensen · 5 years ago
  28. 285531f mac80211: fix station inactive_time shortly after boot by Ahmed Zaki · 5 years ago
  29. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  30. 3e49317 mac80211: Do not send Layer 2 Update frame before authorization by Jouni Malinen · 5 years ago
  31. 9cf0233 mac80211: add assoc-at support by Ben Greear · 5 years ago
  32. 612fcfd mac80211: remove unused and unneeded remove_sta_debugfs callback by Greg Kroah-Hartman · 6 years ago
  33. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  34. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  35. bd718fc mac80211: use STA info in rate_control_send_low() by Johannes Berg · 6 years ago
  36. 96fc6ef mac80211: IEEE 802.11 Extended Key ID support by Alexander Wetzel · 6 years ago
  37. ab60633 mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRIC by Narayanraddi Masti · 6 years ago
  38. b4809e9 mac80211: Add airtime accounting and scheduling to TXQs by Toke Høiland-Jørgensen · 6 years ago
  39. 1866760 mac80211: Add TXQ scheduling API by Toke Høiland-Jørgensen · 6 years ago
  40. dbdaee7 {nl,mac}80211: report gate connectivity in station info by Bob Copeland · 6 years ago
  41. 6af8354 mac80211: sta_info: avoid tidstats variable shadowing by Johannes Berg · 6 years ago
  42. adf8ed0 mac80211: add an optional TXQ for other PS-buffered frames by Johannes Berg · 6 years ago
  43. 9c06602 cfg80211: clarify frames covered by average ACK signal report by Balaji Pothunoori · 6 years ago
  44. a421775 mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute types by Omer Efrat · 7 years ago
  45. 41cbb0f mac80211: add support for HE by Luca Coelho · 7 years ago
  46. b9771d4 mac80211: support scan features for improved scan privacy by Johannes Berg · 7 years ago
  47. 0fdf149 mac80211: allocate and fill tidstats only when needed by Johannes Berg · 7 years ago
  48. 8689c05 cfg80211: dynamically allocate per-tid stats for station info by Arend van Spriel · 7 years ago
  49. 2fe4a29 mac80211: Support the new cfg80211 TXQ stats API by Toke Høiland-Jørgensen · 7 years ago
  50. cc60dbb mac80211: average ack rssi support for data frames by Balaji Pothunoori · 7 years ago
  51. a403f3b mac80211: remove pointless flags=0 assignment by Johannes Berg · 7 years ago
  52. f74290f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  53. 95f3ce6 mac80211: fix calling sleeping function in atomic context by Sara Sharon · 7 years ago
  54. d78d9ee mac80211: fix a possible leak of station stats by Sara Sharon · 7 years ago
  55. a78b26f mac80211: Add tx ack signal support in sta info by Venkateswara Naralasetty · 7 years ago
  56. 7cca2ac mac80211: aggregation: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  57. 34f11cd mac80211: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  58. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  59. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  60. 4c02d62 net/mac80211/mesh_plink: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  61. d405fd8 mac80211: recalculate some sta parameters after insertion by Gregory Greenman · 7 years ago
  62. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  63. a43e618 Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 8 years ago
  64. e165bc0 mac80211: fix dropped counter in multiqueue RX by Johannes Berg · 8 years ago
  65. 484a54c mac80211: Dynamically set CoDel parameters per station by Toke Høiland-Jørgensen · 8 years ago
  66. 21a8e9d mac80211: Fix possible sband related NULL pointer de-reference by Mohammed Shafi Shajakhan · 8 years ago
  67. dcba665 mac80211: use bitfield macros for encoded rate by Johannes Berg · 8 years ago
  68. 7f406cd mac80211: encode rate type (legacy, HT, VHT) with fewer bits by Johannes Berg · 8 years ago
  69. 2595d25 mac80211: shorten debug message by Sara Sharon · 8 years ago
  70. d98937f mac80211: fix power saving clients handling in iwlwifi by Emmanuel Grumbach · 8 years ago
  71. 580bdf5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  72. bb60b8b Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  73. d7f8424 mac80211: fix the TID on NDPs sent as EOSP carrier by Emmanuel Grumbach · 8 years ago
  74. 0c2e384 mac80211: only alloc mem if a station doesn't exist yet by Koen Vandeputte · 8 years ago
  75. a17d93f mac80211: fix legacy and invalid rx-rate report by Ben Greear · 8 years ago
  76. fb803be mac80211: Remove unused 'struct rate_control_ref' variable by Kirtika Ruchandani · 8 years ago
  77. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  78. 6c18a6b Revert "mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE" by Felix Fietkau · 8 years ago
  79. f438ceb mac80211: uapsd_queues is in QoS IE order by Emmanuel Grumbach · 8 years ago
  80. 72f15d5 mac80211: filter multicast data packets on AP / AP_VLAN by Michael Braun · 8 years ago
  81. 1e1430d Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 8 years ago
  82. bb42f2d mac80211: Move reorder-sensitive TX handlers to after TXQ dequeue by Toke Høiland-Jørgensen · 8 years ago
  83. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  84. 83e7e4c mac80211: Use rhltable instead of rhashtable by Herbert Xu · 8 years ago
  85. c68df2e mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE by Emmanuel Grumbach · 8 years ago
  86. 83843c8 mac80211: fix tim recalculation after PS response by Felix Fietkau · 8 years ago
  87. 480dd46 mac80211: RX BA support for sta max_rx_aggregation_subframes by Maxim Altshul · 8 years ago
  88. 4fdbc67a mac80211: call get_expected_throughput only after adding station by Maxim Altshul · 8 years ago
  89. 3b17fbf mac80211: mesh: Add support for HW RC implementation by Maxim Altshul · 8 years ago
  90. fa962b9 mac80211: implement fair queueing per txq by Michal Kazior · 9 years ago
  91. 80a83cf mac80211: skip netdev queue control with software queuing by Michal Kazior · 9 years ago
  92. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  93. 6e0456b mac80211: add A-MSDU tx support by Felix Fietkau · 9 years ago
  94. c9c5962 mac80211: enable collecting station statistics per-CPU by Johannes Berg · 9 years ago
  95. 49ddf8e mac80211: add fast-rx path by Johannes Berg · 9 years ago
  96. 0f9c5a6 mac80211: fix RX u64 stats consistency on 32-bit platforms by Johannes Berg · 9 years ago
  97. 4f6b1b3 mac80211: fix last RX rate data consistency by Johannes Berg · 9 years ago
  98. b8da6b6 mac80211: add separate last_ack variable by Johannes Berg · 9 years ago
  99. 0be6ed1 mac80211: move averaged values out of rx_stats by Johannes Berg · 9 years ago
  100. 52cfa1d mac80211: track and tell driver about GO client P2P PS abilities by Ayala Beker · 9 years ago