aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-04mac80211: FIF_PSPOLL filter flagIgor Perminov3-3/+20
2009-08-04mac80211: Increase timeouts for station pollingMaxim Levitsky1-2/+2
2009-08-04mac80211: Retry probe request few timesMaxim Levitsky2-12/+31
2009-08-04cfg80211: enable country IE support to all cfg80211 driversLuis R. Rodriguez1-5/+1
2009-08-04mac80211: fix powersaveJohannes Berg1-7/+6
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez11-49/+92
2009-08-04mac80211: fix sparse warnings/errorsJohannes Berg2-2/+5
2009-08-04mac80211: disable beacons before removing the associated interfaceBob Copeland3-1/+16
2009-08-04mac80211: disable software retry for nowJohannes Berg1-0/+26
2009-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller15-444/+376
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-10/+28
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg6-106/+0
2009-07-29cfg80211: combine IWESSID handlersJohannes Berg1-33/+2
2009-07-29cfg80211: combine IWAP handlersJohannes Berg1-39/+2
2009-07-29cfg80211: combine iwfreq implementationsJohannes Berg1-71/+2
2009-07-29mac80211: verify info->control.vif is not NULLJohannes Berg2-0/+18
2009-07-29mac80211: fix an oops in ieee80211_scan_state_set_channelHelmut Schaa1-1/+4
2009-07-29mac80211: fix receiving deauthJohannes Berg1-4/+17
2009-07-29mac80211: fix suspendJohannes Berg2-9/+27
2009-07-27mac80211: fix oops due to missing private dataLuis R. Rodriguez1-2/+4
2009-07-27mac80211: fix PS-poll response, raceJohannes Berg3-36/+7
2009-07-27mac80211: fix MLME issuing of probe requests while scanningLuis R. Rodriguez1-3/+3
2009-07-27mac80211: fix mlme timeoutsJohannes Berg1-0/+2
2009-07-27mac80211: rename scan_state to next_scan_stateHelmut Schaa2-11/+11
2009-07-27mac80211: implement basic background scanningHelmut Schaa4-13/+148
2009-07-27mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa9-29/+31
2009-07-27mac80211: introduce a new scan state "decision"Helmut Schaa2-15/+27
2009-07-27mac80211: advance the state machine immediately if no delay is neededHelmut Schaa1-9/+15
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-27mac80211: do not queue work after suspend in the dynamic ps timerLuis R. Rodriguez1-1/+1
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/net-2.6David S. Miller3-4/+10