aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21cfg80211: add missing bracesJohannes Berg1-2/+4
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-39/+132
2010-05-07cfg80211/mac80211: better channel handlingJohannes Berg1-39/+132
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+4
2010-04-27cfg80211: add ap isolation supportFelix Fietkau1-0/+4
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-4/+18
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-07cfg80211: Add local-state-change-only auth/deauth/disassocJouni Malinen1-3/+16
2010-03-31nl80211: reenable station del for meshMarco Porsch1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24cfg80211: Add connection quality monitoring support to nl80211Juuso Oikarinen1-0/+131
2010-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-37/+403
2010-02-19nl80211: add power save commandsKalle Valo1-0/+131
2010-02-18const: struct nla_policyAlexey Dobriyan1-9/+5
2010-02-15cfg80211/mac80211: allow registering for and sending action framesJouni Malinen1-1/+259
2010-02-15nl80211: does not allow NEW_STATION and DEL_STATION for meshThadeu Lima de Souza Cascardo1-36/+13
2010-01-19nl80211: Allow association to change channels during reassociationJouni Malinen1-1/+3
2010-01-12cfg80211: Store IEs from both Beacon and Probe Response framesJouni Malinen1-0/+4
2010-01-12nl80211: New command for setting TX rate mask for rate controlJouni Malinen1-0/+111
2010-01-12nl80211: Add new WIPHY attribute COVERAGE_CLASSLukáš Turek1-0/+15
2009-12-28mac80211/cfg80211: add station eventsJohannes Berg1-1/+20
2009-12-28cfg80211: add remain-on-channel commandJouni Malinen1-1/+217
2009-12-28wireless: remove CONFIG_WIRELESS_OLD_REGULATORYJohn W. Linville1-6/+0
2009-12-21wireless: report reasonable bitrate for MCS rates through wextJohn W. Linville1-35/+2
2009-11-28nl80211: PMKSA caching supportSamuel Ortiz1-0/+120
2009-11-19cfg80211: disallow bridging managed/adhoc interfacesJohannes Berg1-4/+8
2009-11-19cfg80211: introduce capability for 4addr modeJohannes Berg1-1/+33
2009-11-19cfg80211: convert bools into flagsJohannes Berg1-1/+1
2009-11-13nl80211: only allow adding stations to running vlan interfacesFelix Fietkau1-1/+3
2009-11-13cfg80211: return channel noise via survey APIHolger Schurig1-0/+105
2009-11-13cfg80211: introduce nl80211_get_ifidx()Holger Schurig1-43/+33
2009-11-13mac80211: add nl80211/cfg80211 handling of the new mesh root mode option.Rui Paulo1-0/+6
2009-11-13mac80211: replace "destination" with "target" to follow the specRui Paulo1-3/+3
2009-11-11nl80211: add a parameter for using 4-address frames on virtual interfacesFelix Fietkau1-0/+11
2009-11-02cfg80211: validate scan channelsJohannes Berg1-7/+27
2009-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2009-10-08cfg80211: fix netns error unwinding bugJohannes Berg1-1/+2
2009-10-07wext: refactorJohannes Berg1-2/+2
2009-10-07nl80211: report age of scan resultsHolger Schurig1-0/+2
2009-08-28nl80211: jump to out_err upon unsupported iftypeRoel Kluin1-1/+1
2009-08-28cfg80211: clean up properly on interface type changeJohannes Berg1-15/+1
2009-08-14cfg80211: fix locking for SIWFREQJohannes Berg1-1/+1
2009-08-14cfg80211: fix alignment problem in scan requestJohannes Berg1-2/+1
2009-08-14nl80211: add generation number to all dumpsJohannes Berg1-10/+21
2009-08-14cfg80211: validate channel settings across interfacesJohannes Berg1-41/+13
2009-07-29cfg80211: combine iwfreq implementationsJohannes Berg1-0/+2
2009-07-29nl80211: add missing parameter clearingJohannes Berg1-0/+2
2009-07-29cfg80211: fix circular lock dependency (1)Johannes Berg1-3/+3
2009-07-27cfg80211: make aware of net namespacesJohannes Berg1-61/+141
2009-07-24nl80211: report BSS statusJohannes Berg1-17/+48