1. 57fbcce cfg80211: remove enum ieee80211_band by Johannes Berg · 8 years ago
  2. 212c5a5 mac80211: minstrel: Change expected throughput unit back to Kbps by Sven Eckelmann · 8 years ago
  3. f5eeb5f mac80211: fix invalid read in minstrel_sort_best_tp_rates() by Adrien Schildknecht · 9 years ago
  4. 5f919ab mac80211: add standard deviation to Minstrel stats by Thomas Huehn · 9 years ago
  5. 50e55a8 mac80211: add max lossless throughput per rate by Thomas Huehn · 9 years ago
  6. 6a27b2c mac80211: restructure per-rate throughput calculation into function by Thomas Huehn · 9 years ago
  7. 9134073 mac80211: improve Minstrel variable & function naming by Thomas Huehn · 9 years ago
  8. f62838b mac80211: unify Minstrel & Minstrel-HTs calculation of rate statistics by Thomas Huehn · 9 years ago
  9. 17dce15 mac80211/minstrel: fix !x!=0 confusion by Jiri Slaby · 9 years ago
  10. 8d819a9 mac80211: minstrel: reduce size of struct minstrel_rate_stats by Felix Fietkau · 9 years ago
  11. fb7acfb mac80211: minstrel: switch to .tx_status_noskb by Felix Fietkau · 10 years ago
  12. d070f91 mac80211: fix spelling errors by Stephen Hemminger · 10 years ago
  13. ca12c0c mac80211: Unify rate statistic variables between Minstrel & Minstrel_HT by Thomas Huehn · 10 years ago
  14. cca674d mac80211: export the expected throughput by Antonio Quartulli · 10 years ago
  15. 631ad70 mac80211: make rate control ops const by Johannes Berg · 10 years ago
  16. f359d3f mac80211: fix checkpatch errors by Weilong Chen · 10 years ago
  17. f7d8ad8 mac80211: minstrels: spare numerous useless calls to get_random_bytes by Karl Beldan · 11 years ago
  18. 45966ae mac80211: add fixed_rate management to minstrel rc by Lorenzo Bianconi · 11 years ago
  19. 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
  20. 5c9fc93 mac80211/minstrel: fix NULL pointer dereference issue by Felix Fietkau · 11 years ago
  21. 438b61b mac80211: fix timing for 5 MHz and 10 MHz channels by Simon Wunderlich · 11 years ago
  22. 3de805c mac80211/rc80211: add chandef to rate initialization by Simon Wunderlich · 11 years ago
  23. 06d961a mac80211/minstrel: use the new rate control API by Felix Fietkau · 11 years ago
  24. 991fec0 mac80211: fix CTS protection handling by Felix Fietkau · 11 years ago
  25. 2ff2b69 mac80211: improve minstrels rate sorting by means of throughput & probability by Thomas Huehn · 11 years ago
  26. db8c5ee mac80211: treat minstrel success probabilities below 10% as implausible by Thomas Huehn · 11 years ago
  27. f744bf8 mac80211: add lowest rate into minstrel's random rate sampling table by Thomas Huehn · 11 years ago
  28. 1e9c27d mac80211: extend minstrel's rate sampling to avoid unsampled rates by Thomas Huehn · 11 years ago
  29. 8f15761 mac80211: add documentation and verbose variable names in by Thomas Huehn · 11 years ago
  30. c8ca8c2 mac80211: merge value scaling macros of minstrel_ht and minstrel by Thomas Huehn · 11 years ago
  31. a512d4b mac80211: merge EWMA calculation of minstrel_ht and minstrel by Thomas Huehn · 11 years ago
  32. a0497f9 mac80211/minstrel_ht: add support for using CCK rates by Felix Fietkau · 11 years ago
  33. 8acbcdd minstrel: update stats after processing status by Johannes Berg · 12 years ago
  34. 4ee73f3 mac80211: remove hw.conf.channel usage where possible by Michal Kazior · 12 years ago
  35. 868a5f7 minstrel: Remove unused function parameter in calc_rate_durations() by Patrick Kelle · 13 years ago
  36. 24f7580 minstrel_ht: fixed rate mode through debugfs by Zefir Kurtisi · 13 years ago
  37. 8fddddf mac80211: fix contention time computation in minstrel, minstrel_ht by Daniel Halperin · 13 years ago
  38. ea65145 minstrel: don't complain about feedback for unrequested rates by John W. Linville · 14 years ago
  39. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  40. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  41. eae4475 minstrel: make the rate control ops reusable from another rc implementation by Felix Fietkau · 14 years ago
  42. 8c6c03f rc80211_minstrel: fix contention window calculation by Pavel Roskin · 15 years ago
  43. bfc32e6 mac80211: Decouple fail_avg stats used by mesh from rate control algorithm. by Javier Cardona · 15 years ago
  44. 5815814 mac80211: Early detection of broken mesh paths when using minstrel. by Javier Cardona · 15 years ago
  45. d403a1c mac80211: Update the station failed frames average when minstrel is used. by Javier Cardona · 15 years ago
  46. 4c6d4f5 mac80211: add helper for management / no-ack frame rate decision by Luis R. Rodriguez · 15 years ago
  47. e898643 mac80211: make minstrel/pid RC use ieee80211_is_data(fc) by Luis R. Rodriguez · 15 years ago
  48. 3938b45 mac80211: minstrel: avoid accessing negative indices in rix_to_ndx() by Luciano Coelho · 15 years ago
  49. 5ee58d7 mac80211: fix minstrel single-rate memory corruption by Bob Copeland · 15 years ago
  50. bb803cf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  51. 621ad7c mac80211: avoid NULL ptr deref when finding max_rates in PID and minstrel by John W. Linville · 15 years ago
  52. a8679be Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  53. 4edf040 mac80211: Fix handling of retry count of NO_ACK frames in minstrel by Gábor Stefanik · 15 years ago
  54. 8e53217 mac80211: minstrel, fix memory corruption by Jiri Slaby · 15 years ago
  55. d57854b minstrel: fix warning if lowest supported rate index is not 0 by Christian Lamparter · 15 years ago
  56. 2df7816 wireless: fix a few sparse warnings by Johannes Berg · 16 years ago
  57. 50fb2e4 mac80211: remove rate_control_clear by Johannes Berg · 16 years ago
  58. f4a8cd9 minstrel: improve performance for non-MRR drivers by Felix Fietkau · 16 years ago
  59. e6a9854 mac80211/drivers: rewrite the rate control API by Johannes Berg · 16 years ago
  60. cccf129 mac80211: add the 'minstrel' rate control algorithm by Felix Fietkau · 16 years ago