Age | Commit message (Expand) | Author | Files | Lines |
2013-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -22/+49 |
2013-03-28 | net: add ETH_P_802_3_MIN | Simon Horman | 1 | -1/+1 |
2013-03-25 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 5 | -22/+48 |
2013-03-24 | mac80211: Don't restart sta-timer if not associated. | Ben Greear | 2 | -3/+6 |
2013-03-21 | mac80211: fix virtual monitor interface locking | Johannes Berg | 1 | -16/+19 |
2013-03-11 | mac80211: fix crash with P2P Device returning action frames | Johannes Berg | 1 | -1/+13 |
2013-03-07 | mac80211: always synchronize_net() during station removal | Johannes Berg | 1 | -2/+10 |
2013-03-06 | mac80211: init mesh timer for user authed STAs | Thomas Pedersen | 2 | -1/+5 |
2013-03-06 | mac80211: disallow changing auto_open_plinks | Thomas Pedersen | 1 | -1/+4 |
2013-03-06 | mac80211: support userspace MPM | Thomas Pedersen | 6 | -6/+14 |
2013-03-06 | cfg80211: rename mesh station types | Thomas Pedersen | 1 | -2/+2 |
2013-03-06 | mac80211: improve minstrels rate sorting by means of throughput & probability | Thomas Huehn | 3 | -36/+49 |
2013-03-06 | mac80211: treat minstrel success probabilities below 10% as implausible | Thomas Huehn | 1 | -1/+6 |
2013-03-06 | mac80211: add lowest rate into minstrel's random rate sampling table | Thomas Huehn | 3 | -15/+10 |
2013-03-06 | mac80211: extend minstrel's rate sampling to avoid unsampled rates | Thomas Huehn | 2 | -4/+10 |
2013-03-06 | mac80211: add documentation and verbose variable names in | Thomas Huehn | 2 | -33/+50 |
2013-03-06 | mac80211: merge value scaling macros of minstrel_ht and minstrel | Thomas Huehn | 4 | -13/+12 |
2013-03-06 | mac80211: merge EWMA calculation of minstrel_ht and minstrel | Thomas Huehn | 3 | -21/+17 |
2013-03-06 | mac80211/minstrel_ht: disable multiple consecutive sample attempts | Felix Fietkau | 1 | -1/+1 |
2013-03-06 | mac80211: add VHT capabilities station debugfs file | Johannes Berg | 1 | -0/+31 |
2013-03-06 | mac80211: restrict peer's VHT capabilities to own | Johannes Berg | 1 | -1/+113 |
2013-03-06 | mac80211: fix HT capability overrides for AP station | Johannes Berg | 1 | -23/+25 |
2013-03-06 | mac80211: don't apply HT overrides to TDLS peers | Johannes Berg | 1 | -9/+5 |
2013-03-06 | mac80211: simplify AP interface stop | Johannes Berg | 1 | -2/+4 |
2013-03-06 | mac80211: flush keys when stopping AP | Johannes Berg | 2 | -2/+5 |
2013-03-06 | mac80211: defer tailroom counter manipulation when roaming | Johannes Berg | 6 | -11/+68 |
2013-03-06 | mac80211: remove IEEE80211_KEY_FLAG_WMM_STA | Johannes Berg | 1 | -26/+0 |
2013-03-06 | mac80211: merge reconfig assign chanctx code | Stanislaw Gruszka | 1 | -25/+22 |
2013-03-06 | mac80211: cleanup suspend/resume on mesh mode | Stanislaw Gruszka | 5 | -97/+3 |
2013-03-06 | mac80211: cleanup suspend/resume on ibss mode | Stanislaw Gruszka | 2 | -32/+1 |
2013-03-06 | mac80211: cleanup suspend/resume on managed mode | Stanislaw Gruszka | 2 | -89/+2 |
2013-03-06 | mac80211: cleanup generic suspend/resume procedures | Stanislaw Gruszka | 5 | -154/+6 |
2013-03-06 | cfg80211/mac80211: disconnect on suspend | Stanislaw Gruszka | 1 | -1/+1 |
2013-03-06 | mac80211: remove napi | Stanislaw Gruszka | 3 | -39/+0 |
2013-03-06 | mac80211/minstrel_ht: fix spacing between sample attempts | Felix Fietkau | 1 | -1/+1 |
2013-03-06 | mac80211/minstrel_ht: increase sampling frequency of some slower rates | Felix Fietkau | 2 | -8/+13 |
2013-03-06 | minstrel_ht: increase sampling frequency | Felix Fietkau | 1 | -2/+2 |
2013-03-06 | mac80211/minstrel_ht: improve max_prob_rate selection | Felix Fietkau | 1 | -8/+19 |
2013-03-06 | mac80211/minstrel_ht: improve accuracy of throughput metric at high data rates | Felix Fietkau | 1 | -10/+13 |
2013-03-06 | mac80211: Allow drivers to differentiate between ROC types | Ilan Peer | 5 | -14/+28 |
2013-03-06 | mac80211: support VHT capability overrides | Johannes Berg | 4 | -1/+135 |
2013-03-06 | wireless: move sequence number arithmetic to ieee80211.h | Johannes Berg | 1 | -32/+21 |
2013-03-06 | mac80211: clarify alignment comment | Johannes Berg | 1 | -2/+4 |
2013-03-06 | cfg80211: comprehensively check station changes | Johannes Berg | 1 | -47/+78 |
2013-03-06 | cfg80211: clean up mesh plink station change API | Johannes Berg | 1 | -3/+11 |
2013-03-06 | Merge remote-tracking branch 'mac80211/master' into HEAD | Johannes Berg | 4 | -35/+92 |
2013-03-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 4 | -14/+44 |
2013-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 3 | -32/+59 |
2013-03-03 | mac80211: another fix for idle handling in monitor mode | Felix Fietkau | 1 | -0/+6 |
2013-03-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -32/+59 |