1. bef59d6 mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock by Johannes Berg · 3 years, 1 month ago
  2. 0bb5047 mac80211: send ADDBA requests using the tid/queue of the aggregation session by Felix Fietkau · 3 years, 1 month ago
  3. 15640e4 mac80211: fix regression in SSN handling of addba tx by Felix Fietkau · 3 years, 1 month ago
  4. 93382a0 mac80211: accept aggregation sessions on 6 GHz by Johannes Berg · 4 years, 7 months ago
  5. 0c197f1 mac80211: agg-tx: add an option to defer ADDBA transmit by Mordechay Goodstein · 4 years, 9 months ago
  6. 31d8bb4 mac80211: agg-tx: refactor sending addba by Mordechay Goodstein · 4 years, 9 months ago
  7. 2ce113d mac80211: simplify TX aggregation start by Johannes Berg · 5 years ago
  8. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  9. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  10. 6157ca0 mac80211: Fix Tx aggregation session tear down with ITXQs by Ilan Peer · 6 years ago
  11. 1866760 mac80211: Add TXQ scheduling API by Toke Høiland-Jørgensen · 6 years ago
  12. 41cbb0f mac80211: add support for HE by Luca Coelho · 7 years ago
  13. b8042b3d ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HE by Johannes Berg · 7 years ago
  14. 914eac2 mac80211: use timeout from the AddBA response instead of the request by Sara Sharon · 7 years ago
  15. e7881bd5 Revert "mac80211: Add TXQ scheduling API" by Johannes Berg · 7 years ago
  16. e937b8d mac80211: Add TXQ scheduling API by Toke Høiland-Jørgensen · 7 years ago
  17. 2316380 mac80211: call synchronize_net once in the restart flow by Sara Sharon · 7 years ago
  18. d559e30 mac80211: avoid looking up tid_tx/tid_rx from timers by Johannes Berg · 7 years ago
  19. 33ddd81 mac80211: properly free requested-but-not-started TX agg sessions by Johannes Berg · 7 years ago
  20. 7cca2ac mac80211: aggregation: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  21. 979e1f0 mac80211: agg-tx: call drv_wake_tx_queue in proper context by Johannes Berg · 8 years ago
  22. d81b0fd mac80211: shorten debug prints using ht_dbg() to avoid warning by Sharon Dvir · 7 years ago
  23. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 8 years ago
  24. 7a7c0a6 mac80211: fix TX aggregation start/stop callback race by Johannes Berg · 8 years ago
  25. f8f118c mac80211: Use setup_timer instead of init_timer by Ondřej Lysoněk · 8 years ago
  26. 85d5313 mac80211: reject TSPEC TIDs (TSIDs) for aggregation by Johannes Berg · 8 years ago
  27. fa962b9 mac80211: implement fair queueing per txq by Michal Kazior · 9 years ago
  28. 6e0456b mac80211: add A-MSDU tx support by Felix Fietkau · 9 years ago
  29. 50ea05e mac80211: pass block ack session timeout to to driver by Sara Sharon · 9 years ago
  30. ac06219 mac80211: always set the buf_size in AddBA req to 64 by Gregory Greenman · 9 years ago
  31. e3abc8f mac80211: allow to transmit A-MSDU within A-MPDU by Emmanuel Grumbach · 9 years ago
  32. 30686bf mac80211: convert HW flags to unsigned long bitmap by Johannes Berg · 10 years ago
  33. ba8c3d6 mac80211: add an intermediate software queue implementation by Felix Fietkau · 10 years ago
  34. 8f9c77f mac80211: reject aggregation sessions with non-HT peers by Johannes Berg · 10 years ago
  35. 2c15888 mac80211: agg-tx: avoid sending DelBA with sta->lock held by Johannes Berg · 10 years ago
  36. b6da911 mac80211: synchronously reserve TID per station by Liad Kaufman · 10 years ago
  37. 02219b3 mac80211: add WMM admission control support by Johannes Berg · 10 years ago
  38. cca07b0 mac80211: introduce refcount for queue_stop_reasons by Luciano Coelho · 11 years ago
  39. c6e1332 mac80211: send {ADD,DEL}BA on AC_VO like other mgmt frames, as per spec by Karl Beldan · 11 years ago
  40. 8147dc7 mac80211: fix aggregation state with current drivers by Johannes Berg · 12 years ago
  41. 0a214d3 mac80211: improve aggregation debug messages by Johannes Berg · 12 years ago
  42. 18b559d mac80211: split TX aggregation stop action by Johannes Berg · 12 years ago
  43. 30bf5f1 mac80211: move ieee80211_remove_tid_tx function by Johannes Berg · 12 years ago
  44. faec12e mac80211: split out aggregation TX removal by Johannes Berg · 12 years ago
  45. c82c4a8 mac80211: split aggregation stop by reason by Johannes Berg · 12 years ago
  46. 50c16e2 mac80211: warn only once if ampdu_action isn't assigned by Chaitanya · 12 years ago
  47. 5a306f5 mac80211: introduce IEEE80211_NUM_TIDS and use it by Johannes Berg · 12 years ago
  48. c6f219d mac80211: don't send delBA on addBA failure by Johannes Berg · 12 years ago
  49. 2f7916f mac80211: request TX status for BlockAck Requests by Christian Lamparter · 12 years ago
  50. bdcbd8e mac80211: clean up debugging by Johannes Berg · 13 years ago
  51. d63e9ae net: mac80211: Add and use ht_vdbg debugging macro by Joe Perches · 13 years ago
  52. f0d2320 net: mac80211: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 13 years ago
  53. 9e73dee mac80211: fix TX aggregation session timer by Johannes Berg · 13 years ago
  54. 3a25a8c mac80211: add improved HW queue control by Johannes Berg · 13 years ago
  55. 12d3952f mac80211: optimize aggregation session timeout handling by Felix Fietkau · 13 years ago
  56. 84381b4 mac80211: split addba retries in time by Nikolay Martynov · 13 years ago
  57. cf6bb79 mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA frames by Helmut Schaa · 13 years ago
  58. 5d22df2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  59. 42624d4 mac80211: Purge A-MPDU TX queues before station destructions by Yogesh Ashok Powar · 13 years ago
  60. 15062e6 mac80211: fix another race in aggregation start by Johannes Berg · 13 years ago
  61. 13c40c5 mac80211: Add HT operation modes for IBSS by Alexander Simon · 13 years ago
  62. ff3cc5f mac80211: handle protection mode, RIFS and ADDBA for HT IBSS by Simon Wunderlich · 13 years ago
  63. d7a4858 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  64. bc192f8 mac80211: do not pass AP VLAN vif pointers to drivers by Felix Fietkau · 13 years ago
  65. 285fa69 mac80211: timeout tx agg sessions in way similar to rx agg sessions by Nikolay Martynov · 13 years ago
  66. 2a1e0fd mac80211: fix race between the AGG SM and the Tx data path by Emmanuel Grumbach · 13 years ago
  67. d305a65 mac80211: fix race condition caused by late addBA response by Nikolay Martynov · 13 years ago
  68. 24f50a9 mac80211: don't stop a single aggregation session twice by Johannes Berg · 13 years ago
  69. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 13 years ago
  70. ae2772b mac80211: allow frame aggregation for mesh by Thomas Pedersen · 13 years ago
  71. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  72. c2c98fd mac80211: optimise station flags by Johannes Berg · 13 years ago
  73. 8c77124 mac80211: make ieee80211_send_bar available for drivers by Felix Fietkau · 13 years ago
  74. edf6b78 mac80211: add flag to indicate HW only Tx-agg setup support by Arik Nemtsov · 13 years ago
  75. d15b845 mac80211: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  76. c1407b6 wireless: Introduce defines for BAR TID_INFO & MULTI_TID fields by Helmut Schaa · 13 years ago
  77. 3ca9788 mac80211: Stop TX BA session if buf_size is zero by Helmut Schaa · 13 years ago
  78. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  79. 40b275b mac80211: sparse RCU annotations by Johannes Berg · 14 years ago
  80. ec034b2 mac80211: fix TX a-MPDU locking by Johannes Berg · 14 years ago
  81. 0744371 net,rcu: convert call_rcu(kfree_tid_tx) to kfree_rcu() by Lai Jiangshan · 14 years ago
  82. 5dd36bc mac80211: allow advertising correct maximum aggregate size by Johannes Berg · 14 years ago
  83. 0b01f03 mac80211: track receiver's aggregation reorder buffer size by Johannes Berg · 14 years ago
  84. bd2ce6e mac80211: Add timeout to BA session start API by Sujith Manoharan · 14 years ago
  85. 53f73c0 mac80211: avoid transmitting delBA to old AP by Johannes Berg · 14 years ago
  86. 4427148 mac80211: delete AddBA response timer by Johannes Berg · 14 years ago
  87. 73a72a8 mac80211: update aggregation documentation by Johannes Berg · 15 years ago
  88. cfcdbde mac80211: change TX aggregation locking by Johannes Berg · 15 years ago
  89. 83a5cbf mac80211: defer TX agg session teardown to work by Johannes Berg · 15 years ago
  90. 67c282c mac80211: move BA session work by Johannes Berg · 15 years ago
  91. 0ab3370 mac80211: make TX aggregation start/stop request async by Johannes Berg · 15 years ago
  92. a6a67db mac80211: refcount aggregation queue stop by Johannes Berg · 15 years ago
  93. 5d22c89 mac80211: remove non-irqsafe aggregation callbacks by Johannes Berg · 15 years ago
  94. a622ab7 mac80211: use RCU for TX aggregation by Johannes Berg · 15 years ago
  95. c1475ca mac80211: move aggregation callback processing by Johannes Berg · 15 years ago
  96. 2a41905 mac80211: simplify station/aggregation code by Johannes Berg · 15 years ago
  97. 9d88477 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  98. 6a8579d mac80211: clean up ieee80211_stop_tx_ba_session by Johannes Berg · 15 years ago
  99. 51a0d38 mac80211: fix dialog token allocator by Johannes Berg · 15 years ago
  100. 3b51cc9 Merge branch 'master' into for-davem by John W. Linville · 15 years ago