1. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  2. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  3. 1e87fec mac80211: call rate_control_send_low() internally by Johannes Berg · 6 years ago
  4. c2b1794 mac80211: minstrel_ht: automatically calculate rate duration shift by Felix Fietkau · 6 years ago
  5. 7f2e12e mac80211: minstrel_ht: add support for rates with 4 spatial streams by Felix Fietkau · 6 years ago
  6. 77f7ffd mac80211: minstrel_ht: add flag to indicate missing/inaccurate tx A-MPDU length by Felix Fietkau · 6 years ago
  7. f4ec7cb mac80211: minstrel: do not sample rates 3 times slower than max_prob_rate by Felix Fietkau · 6 years ago
  8. 972b66b mac80211: minstrel: fix sampling/reporting of CCK rates in HT mode by Felix Fietkau · 6 years ago
  9. 80df9be mac80211: minstrel: fix CCK rate group streams value by Felix Fietkau · 6 years ago
  10. 37439f2 mac80211: minstrel: fix using short preamble CCK rates on HT clients by Felix Fietkau · 6 years ago
  11. 202df50 mac80211: minstrel: reduce minstrel_mcs_groups size by Felix Fietkau · 6 years ago
  12. b1c4f68 mac80211: minstrel: merge with minstrel_ht, always enable VHT support by Felix Fietkau · 6 years ago
  13. 5b5e873 mac80211: minstrel: remove unnecessary debugfs cleanup code by Felix Fietkau · 6 years ago
  14. f458e83 mac80211: minstrel: Enable STBC and LDPC for VHT Rates by Chaitanya T K · 6 years ago
  15. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  16. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  17. a1f2ba04c mac80211: add get TID helper by Sara Sharon · 7 years ago
  18. 18fb84d mac80211: make rate control tx status API more extensible by Felix Fietkau · 8 years ago
  19. 73b1658 mac80211: minstrel_ht: remove obsolete #if for >= 3 streams by Felix Fietkau · 8 years ago
  20. 782dda0 mac80211: minstrel_ht: move short preamble check out of get_rate by Felix Fietkau · 8 years ago
  21. 41d0858 mac80211: minstrel_ht: move supported bitrate mask out of group data by Felix Fietkau · 8 years ago
  22. 57fbcce cfg80211: remove enum ieee80211_band by Johannes Berg · 9 years ago
  23. 918fe04 mac80211: minstrel_ht: set A-MSDU tx limits based on selected max_prob_rate by Felix Fietkau · 9 years ago
  24. 06171e9 mac80211: minstrel_ht: improve sample rate skip logic by Felix Fietkau · 9 years ago
  25. c36dd3e mac80211: minstrel_ht: fix a logic error in RTS/CTS handling by Felix Fietkau · 9 years ago
  26. 7a36b93 mac80211: minstrel_ht: set default tx aggregation timeout to 0 by Felix Fietkau · 9 years ago
  27. 212c5a5 mac80211: minstrel: Change expected throughput unit back to Kbps by Sven Eckelmann · 9 years ago
  28. f84a937 mac80211: minstrel_ht: fix out-of-bound in minstrel_ht_set_best_prob_rate by Konstantin Khlebnikov · 9 years ago
  29. a3ebb4e mac80211: minstrel_ht: handle peers in dynamic SMPS by Krishna Chaitanya · 10 years ago
  30. 30686bf mac80211: convert HW flags to unsigned long bitmap by Johannes Berg · 10 years ago
  31. 50e55a8 mac80211: add max lossless throughput per rate by Thomas Huehn · 10 years ago
  32. 6a27b2c40 mac80211: restructure per-rate throughput calculation into function by Thomas Huehn · 10 years ago
  33. 9134073 mac80211: improve Minstrel variable & function naming by Thomas Huehn · 10 years ago
  34. f62838b mac80211: unify Minstrel & Minstrel-HTs calculation of rate statistics by Thomas Huehn · 10 years ago
  35. d66c258 mac80211: minstrel_ht: fix rounding issue in MCS duration calculation by Felix Fietkau · 10 years ago
  36. 81c4126 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  37. 63558a6 mac80211: minstrel_ht: switch to .tx_status_noskb by Felix Fietkau · 10 years ago
  38. 9594342 mac80211: minstrel_ht: move aggregation check to .get_rate() by Felix Fietkau · 10 years ago
  39. 75769c8 mac80211: minstrel_ht: add a small optimization to minstrel_aggr_check by Felix Fietkau · 10 years ago
  40. 280ba51 mac80211: minstrel_ht: fix a crash in rate sorting by Felix Fietkau · 10 years ago
  41. 9ffe904 mac80211: minstrel_ht: do not always skip ht rates vht_only is true by Karl Beldan · 10 years ago
  42. 9208247 mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHz by Karl Beldan · 10 years ago
  43. 3ec373c mac80211: minstrel_ht: include type (cck/ht) in rates flag by Karl Beldan · 10 years ago
  44. 8a0ee4f mac80211: minstrel_ht: macros adjustments for future VHT_GROUPs by Karl Beldan · 10 years ago
  45. d4d141c mac80211: minstrel_ht: Increase the range of handled rate indexes by Karl Beldan · 10 years ago
  46. cc61d8d mac80211: minstrel_ht: fix MCS_GROUP_RATES usage by Karl Beldan · 10 years ago
  47. 5935839 mac80211: improve minstrel_ht rate sorting by throughput & probability by Thomas Huehn · 10 years ago
  48. cca674d mac80211: export the expected throughput by Antonio Quartulli · 11 years ago
  49. 00591ce mac80211: minstrel-ht: small clarifications by Johannes Berg · 11 years ago
  50. f6e1a73 mac80211: minstrel_ht: sample_table can be __read_mostly by Johannes Berg · 11 years ago
  51. 631ad70 mac80211: make rate control ops const by Johannes Berg · 11 years ago
  52. f359d3f mac80211: fix checkpatch errors by Weilong Chen · 11 years ago
  53. e08fd97 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  54. f12140c mac80211: minstrel_ht: do not sample unsupported rates by Karl Beldan · 11 years ago
  55. f7d8ad8 mac80211: minstrels: spare numerous useless calls to get_random_bytes by Karl Beldan · 11 years ago
  56. 7a5e3fa mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATES by Karl Beldan · 11 years ago
  57. 5664da4 mac80211: use capped prob when computing throughputs by Karl Beldan · 11 years ago
  58. 351df09 mac80211: minstrel_ht: fix rates selection by Karl Beldan · 11 years ago
  59. 37feb7e mac80211: do not override fixed_rate_idx in minstrel_ht_update_stats by Lorenzo Bianconi · 11 years ago
  60. f3e979a Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  61. b35c809 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  62. e133fae mac80211: minstrel_ht: don't use control.flags in TX status path by Johannes Berg · 11 years ago
  63. 2dfca31 mac80211: add a flag to indicate CCK support for HT clients by Felix Fietkau · 11 years ago
  64. d074666 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  65. af61a16 mac80211: add control port protocol TX control flag by Johannes Berg · 12 years ago
  66. 7546ff9 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  67. 438b61b mac80211: fix timing for 5 MHz and 10 MHz channels by Simon Wunderlich · 12 years ago
  68. 3de805c mac80211/rc80211: add chandef to rate initialization by Simon Wunderlich · 12 years ago
  69. 1cd1585 mac80211/minstrel_ht: fix cck rate sampling by Felix Fietkau · 12 years ago
  70. a856666 mac80211/minstrel_ht: use the new rate control API by Felix Fietkau · 12 years ago
  71. a364736 mac80211: minstrel_ht: initialize rates selection by Karl Beldan · 12 years ago
  72. c2eb5b0 mac80211: minstrel_ht: pick only supported rates for sta and group max*rates by Karl Beldan · 12 years ago
  73. a0ca796 mac80211/minstrel_ht: do not sample actively used rates by Felix Fietkau · 12 years ago
  74. bc96f24 mac80211/minstrel_ht: avoid useless sampling of high-probability slower rates by Felix Fietkau · 12 years ago
  75. 3e8b1eb mac80211/minstrel_ht: improve rate selection stability by Felix Fietkau · 12 years ago
  76. f744bf8 mac80211: add lowest rate into minstrel's random rate sampling table by Thomas Huehn · 12 years ago
  77. a512d4b mac80211: merge EWMA calculation of minstrel_ht and minstrel by Thomas Huehn · 12 years ago
  78. 52c00a3 mac80211/minstrel_ht: disable multiple consecutive sample attempts by Felix Fietkau · 12 years ago
  79. 098b8af mac80211/minstrel_ht: fix spacing between sample attempts by Felix Fietkau · 12 years ago
  80. 965237a mac80211/minstrel_ht: increase sampling frequency of some slower rates by Felix Fietkau · 12 years ago
  81. 96d4ac3 minstrel_ht: increase sampling frequency by Felix Fietkau · 12 years ago
  82. a299c6d mac80211/minstrel_ht: improve max_prob_rate selection by Felix Fietkau · 12 years ago
  83. ed97a13 mac80211/minstrel_ht: improve accuracy of throughput metric at high data rates by Felix Fietkau · 12 years ago
  84. af0ed69 mac80211: stop modifying HT SMPS capability by Johannes Berg · 12 years ago
  85. e1a0c6b mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40 by Johannes Berg · 12 years ago
  86. a0497f9 mac80211/minstrel_ht: add support for using CCK rates by Felix Fietkau · 12 years ago
  87. df15a6c mac80211/minstrel_ht: remove the sampling bypass check for the lowest rate by Felix Fietkau · 12 years ago
  88. a544ab7 mac80211: simplify loop in minstrel_ht by Johannes Berg · 12 years ago
  89. d07d152 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 13 years ago
  90. 2a9e6c5 minstrel_ht: enable frame aggregation for fixed rate by Sylvain Roger Rieunier · 13 years ago
  91. 472dd35 mac80211: correct size the argument to kzalloc in minstrel_ht by Thomas Huehn · 13 years ago
  92. 4ee73f3 mac80211: remove hw.conf.channel usage where possible by Michal Kazior · 13 years ago
  93. 64f68e5 mac80211: remove channel type argument from rate_update by Johannes Berg · 13 years ago
  94. ba6fa29 mac80211: Don't sample max throughput rate in minstrel_ht by Helmut Schaa · 13 years ago
  95. e921977 mac80211: Disable MCS > 7 in minstrel_ht when STA uses static SMPS by Helmut Schaa · 13 years ago
  96. 6048d763 minstrel_ht: Remove unused function parameters by Patrick Kelle · 13 years ago
  97. a5f69d94 mac80211: Get rid of search loop for rate group index by Helmut Schaa · 13 years ago
  98. b79296b mac80211: Check rate->idx before rate->count by Helmut Schaa · 13 years ago
  99. 89888e3 mac80211: max_tp_rate2 management of minstrel_ht by Lorenzo Bianconi · 13 years ago
  100. 64ed5cf minstrel_ht: fix Open BA session request floods by Christian Lamparter · 13 years ago