Age | Commit message (Expand) | Author | Files | Lines |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-01-20 | mac80211: pid: replace open-coded msecs_to_jiffies | Bob Copeland | 1 | -6/+2 |
2010-01-18 | mac80211: fix sign error in pid controller | Bob Copeland | 1 | -1/+1 |
2009-08-20 | rc80211_pid_algo.c: remove unused variable declaration | John W. Linville | 1 | -1/+0 |
2009-08-20 | mac80211: Decouple fail_avg stats used by mesh from rate control algorithm. | Javier Cardona | 1 | -14/+1 |
2009-07-24 | mac80211: add helper for management / no-ack frame rate decision | Luis R. Rodriguez | 1 | -10/+1 |
2009-07-24 | mac80211: make minstrel/pid RC use ieee80211_is_data(fc) | Luis R. Rodriguez | 1 | -4/+3 |
2009-05-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2009-05-11 | mac80211: avoid NULL ptr deref when finding max_rates in PID and minstrel | John W. Linville | 1 | -1/+1 |
2009-05-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -3/+5 |
2009-05-06 | mac80211: Fix handling of retry count of NO_ACK frames in PID | Gábor Stefanik | 1 | -3/+5 |
2009-05-05 | mac80211: pid, fix memory corruption | Jiri Slaby | 1 | -34/+39 |
2008-11-26 | mac80211: Fix pid rate-setting algorithm to allow rate changes | Larry Finger | 1 | -1/+1 |
2008-11-21 | mac80211: rc80211_pid eliminate sparse warnings | Tomas Winkler | 1 | -3/+3 |
2008-11-01 | mac80211: remove rate_control_clear | Johannes Berg | 1 | -5/+0 |
2008-11-01 | mac80211/drivers: rewrite the rate control API | Johannes Berg | 1 | -9/+18 |
2008-09-25 | mac80211: clean up rate control API | Johannes Berg | 1 | -99/+59 |
2008-09-16 | mac80211: move txrate_idx into RC algorithms | Johannes Berg | 1 | -14/+19 |
2008-09-16 | mac80211: move last_txrate_idx into RC algorithms | Johannes Berg | 1 | -2/+0 |
2008-09-16 | mac80211: small rate control changes | Johannes Berg | 1 | -11/+0 |
2008-09-16 | mac80211: split off mesh handling entirely | Johannes Berg | 1 | -6/+1 |
2008-07-15 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -4/+4 |
2008-07-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -18/+13 |
2008-07-14 | mac80211: make master netdev handling sane | Johannes Berg | 1 | -4/+4 |
2008-07-10 | rc80211_pid: Fix fast_start parameter handling | Mattias Nissler | 1 | -18/+13 |
2008-07-01 | build algorithms into the mac80211 module | Adrian Bunk | 1 | -10/+0 |
2008-05-22 | mac80211: move TX info into skb->cb | Johannes Berg | 1 | -9/+9 |
2008-05-22 | mac80211: use rate index in TX control | Johannes Berg | 1 | -3/+3 |
2008-04-09 | mac80211: rename files | Johannes Berg | 1 | -1/+1 |
2008-03-06 | mac80211: RCU-ify STA info structure access | Johannes Berg | 1 | -11/+14 |
2008-03-06 | mac80211: clean up mesh code | Johannes Berg | 1 | -3/+0 |
2008-03-06 | mac80211: mesh data structures and first mesh changes | Luis Carlos Cobo | 1 | -0/+14 |
2008-02-29 | mac80211: remove STA infos last_ack stuff | Johannes Berg | 1 | -3/+0 |
2008-02-29 | rc80211-pid: fix rate adjustment | Stefano Brivio | 1 | -49/+44 |
2008-02-29 | cfg80211 API for channels/bitrates, mac80211 and driver conversion | Johannes Berg | 1 | -35/+41 |
2008-02-02 | mac80211 rate control: fix section mismatch | Johannes Berg | 1 | -1/+1 |
2008-01-29 | rc80211-pid: fix last_sample initialization | Stefano Brivio | 1 | -0/+2 |
2008-01-29 | mac80211: Fix rate reporting regression | Michael Wu | 1 | -3/+17 |
2008-01-29 | rc80211_pid should respect fixed rates. | Andrew Lutomirski | 1 | -4/+8 |
2008-01-29 | mac80211: better rate control algorithm selection | Johannes Berg | 1 | -2/+22 |
2008-01-29 | rc80211-pid: fix sta_info refcounting | Stefano Brivio | 1 | -1/+2 |
2008-01-29 | rc80211-pid: simplify and fix shift_adjust | Stefano Brivio | 1 | -18/+16 |
2008-01-29 | rc80211-pid: export human-readable target_pf value to debugfs | Stefano Brivio | 1 | -1/+1 |
2008-01-29 | rc80211-pid: export tuning parameters through debugfs | Mattias Nissler | 1 | -23/+89 |
2008-01-29 | rc80211-pid: add debugging | Mattias Nissler | 1 | -0/+444 |