summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2009-07-27mac80211: refactor the scan codeHelmut Schaa1-58/+78
2009-07-27mac80211: allow using network namespacesJohannes Berg2-0/+2
2009-07-27cfg80211: make aware of net namespacesJohannes Berg1-12/+2
2009-07-27mac80211: cooperate more with network namespacesJohannes Berg3-47/+46
2009-07-24mac80211: Fix regression in mesh forwarding path.Javier Cardona4-11/+20
2009-07-24mac80211: fix ieee80211_xmit call contextJohannes Berg1-0/+7
2009-07-24mac80211: remove master netdevJohannes Berg12-392/+192
2009-07-24mac80211: fix spare warnings in driver-trace.hChristian Lamparter1-2/+2
2009-07-24mac80211: do not monitor the connection while scanningChristian Lamparter1-0/+3
2009-07-24mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez3-31/+31
2009-07-24mac80211: make minstrel/pid RC use ieee80211_is_data(fc)Luis R. Rodriguez2-8/+6
2009-07-24mac80211: drop frames for sta with no valid rateLuis R. Rodriguez1-0/+20
2009-07-24mac80211: cancel the connection monitor timers/workJohannes Berg2-3/+8
2009-07-24mac80211: mesh: fix two small problemsJohannes Berg2-4/+7
2009-07-24mac80211: monitor the connectionJohannes Berg3-72/+227
2009-07-24mac80211: fix multi-use timerJohannes Berg1-7/+33
2009-07-24cfg80211: rework key operationJohannes Berg6-16/+37
2009-07-24mac80211: Assign next hop address to pending mesh framesJavier Cardona1-0/+18
2009-07-24mac80211: driver operation debuggingJohannes Berg5-22/+732
2009-07-24mac80211: fix sparse warningJohannes Berg1-1/+1
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-4/+10
2009-07-21mac80211: use correct address for mesh Path ErrorJavier Cardona1-3/+5
2009-07-21mac80211: fix injection in monitor modePavel Roskin1-1/+1
2009-07-21mac80211: disable meshJohannes Berg2-0/+4
2009-07-10cfg80211: fix lockingJohannes Berg3-15/+28
2009-07-10cfg80211: mlme API must be able to sleepJohannes Berg1-17/+9
2009-07-10mac80211: refactor the WEP code to be directly usableJohannes Berg2-33/+23
2009-07-10mac80211: rework MLME for multiple authenticationsJohannes Berg7-891/+750
2009-07-10mac80211: remove dead code from mlmeJohannes Berg3-8/+1
2009-07-10cfg80211: let SME control reassociation vs. associationJohannes Berg2-7/+6
2009-07-10mac80211: shorten the passive dwell time for sw scansHelmut Schaa1-1/+1
2009-07-10cfg80211: keep track of BSSesJohannes Berg2-18/+10
2009-07-10cfg80211: assimilate and export ieee80211_bss_get_ieJohannes Berg1-22/+3
2009-07-10mac80211: remove dead code, clean upJohannes Berg5-264/+54
2009-07-10mac80211: remove auth algorithm retryJohannes Berg4-62/+4
2009-07-10mac80211: re-add HT disablingJohannes Berg1-1/+9
2009-07-10cfg80211: implement get_wireless_statsJohannes Berg1-68/+1
2009-07-10cfg80211: implement IWRATEJohannes Berg2-74/+45
2009-07-10cfg80211: implement IWAP for WDSJohannes Berg2-22/+15
2009-07-10cfg80211: implement iwpowerJohannes Berg4-89/+28
2009-07-10cfg80211: managed mode wext compatibilityJohannes Berg2-264/+20
2009-07-10cfg80211: connect/disconnect APISamuel Ortiz1-1/+1
2009-07-10mac80211: remove an unused function declarationJohannes Berg1-3/+0
2009-07-10cfg80211: introduce nl80211 testmode commandJohannes Berg1-0/+13
2009-07-10mac80211: tell SME about real auth stateJohannes Berg1-1/+7
2009-07-10cfg80211: use proper allocation flagsJohannes Berg5-16/+28
2009-07-10mac80211: fix todo lockJohannes Berg1-13/+15
2009-07-10cfg80211: send wext MLME-MICHAELMICFAILURE.indicationJohannes Berg1-17/+1
2009-07-10mac80211: improve per-sta debugfsJohannes Berg2-36/+79
2009-07-10mac80211: push rx status into skb->cbJohannes Berg8-66/+43