aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-24cfg80211: rework key operationJohannes Berg1-19/+151
2009-07-24nl80211: introduce new key attributesJohannes Berg1-47/+156
2009-07-24cfg80211: fix two bugletsJohannes Berg1-4/+0
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2009-07-21nl80211: Memory leak fixedNiko Jokinen1-2/+3
2009-07-12genetlink: make netns awareJohannes Berg1-7/+7
2009-07-10cfg80211: clean up naming once and for allJohannes Berg1-170/+170
2009-07-10cfg80211: fix lockingJohannes Berg1-3/+5
2009-07-10cfg80211: fix MFP bug, sparse warningsJohannes Berg1-3/+3
2009-07-10cfg80211: properly name driver lockingJohannes Berg1-37/+37
2009-07-10cfg80211: let SME control reassociation vs. associationJohannes Berg1-3/+7
2009-07-10nl80211: limit to one pairwise cipher for associate()Johannes Berg1-4/+6
2009-07-10cfg80211: keep track of BSSesJohannes Berg1-76/+68
2009-07-10cfg80211: managed mode wext compatibilityJohannes Berg1-1/+1
2009-07-10cfg80211: emulate connect with auth/assocJohannes Berg1-2/+2
2009-07-10cfg80211: connect/disconnect APISamuel Ortiz1-7/+361
2009-07-10cfg80211: introduce nl80211 testmode commandJohannes Berg1-0/+136
2009-07-10cfg80211: use proper allocation flagsJohannes Berg1-21/+27
2009-07-10cfg80211: prohibit scanning the same channel more than onceJohannes Berg1-3/+30
2009-07-10cfg80211: issue netlink notification when scan startsJohannes Berg1-9/+30
2009-07-10cfg80211: pass netdev to change_virtual_intfJohannes Berg1-7/+5
2009-07-07Wireless: nl80211, fix lock imbalanceJiri Slaby1-0/+1
2009-06-19cfg80211: validate station settingsJohannes Berg1-16/+78
2009-06-19cfg80211: allow setting station parameters in meshAndrey Yurovsky1-1/+2
2009-06-19cfg80211: allow adding/deleting stations on meshAndrey Yurovsky1-2/+4
2009-06-03nl80211: use GFP_ATOMIC for michael mic failure messageBob Copeland1-2/+2
2009-06-03cfg80211: disallow interfering with stations on non-AP (part 2)Johannes Berg1-0/+6
2009-06-03nl80211: bounce scan request back to userspaceJohannes Berg1-5/+38