summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: fix netns error unwinding bugJohannes Berg2009-10-081-1/+2
* nl80211: jump to out_err upon unsupported iftypeRoel Kluin2009-08-281-1/+1
* cfg80211: clean up properly on interface type changeJohannes Berg2009-08-281-15/+1
* cfg80211: fix locking for SIWFREQJohannes Berg2009-08-141-1/+1
* cfg80211: fix alignment problem in scan requestJohannes Berg2009-08-141-2/+1
* nl80211: add generation number to all dumpsJohannes Berg2009-08-141-10/+21
* cfg80211: validate channel settings across interfacesJohannes Berg2009-08-141-41/+13
* cfg80211: combine iwfreq implementationsJohannes Berg2009-07-291-0/+2
* nl80211: add missing parameter clearingJohannes Berg2009-07-291-0/+2
* cfg80211: fix circular lock dependency (1)Johannes Berg2009-07-291-3/+3
* cfg80211: make aware of net namespacesJohannes Berg2009-07-271-61/+141
* nl80211: report BSS statusJohannes Berg2009-07-241-17/+48
* cfg80211: rework key operationJohannes Berg2009-07-241-19/+151
* nl80211: introduce new key attributesJohannes Berg2009-07-241-47/+156
* cfg80211: fix two bugletsJohannes Berg2009-07-241-4/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-231-2/+3
|\
| * nl80211: Memory leak fixedNiko Jokinen2009-07-211-2/+3
* | genetlink: make netns awareJohannes Berg2009-07-121-7/+7
* | cfg80211: clean up naming once and for allJohannes Berg2009-07-101-170/+170
* | cfg80211: fix lockingJohannes Berg2009-07-101-3/+5
* | cfg80211: fix MFP bug, sparse warningsJohannes Berg2009-07-101-3/+3
* | cfg80211: properly name driver lockingJohannes Berg2009-07-101-37/+37
* | cfg80211: let SME control reassociation vs. associationJohannes Berg2009-07-101-3/+7
* | nl80211: limit to one pairwise cipher for associate()Johannes Berg2009-07-101-4/+6
* | cfg80211: keep track of BSSesJohannes Berg2009-07-101-76/+68
* | cfg80211: managed mode wext compatibilityJohannes Berg2009-07-101-1/+1
* | cfg80211: emulate connect with auth/assocJohannes Berg2009-07-101-2/+2
* | cfg80211: connect/disconnect APISamuel Ortiz2009-07-101-7/+361
* | cfg80211: introduce nl80211 testmode commandJohannes Berg2009-07-101-0/+136
* | cfg80211: use proper allocation flagsJohannes Berg2009-07-101-21/+27
* | cfg80211: prohibit scanning the same channel more than onceJohannes Berg2009-07-101-3/+30
* | cfg80211: issue netlink notification when scan startsJohannes Berg2009-07-101-9/+30
* | cfg80211: pass netdev to change_virtual_intfJohannes Berg2009-07-101-7/+5
|/
* Wireless: nl80211, fix lock imbalanceJiri Slaby2009-07-071-0/+1
* cfg80211: validate station settingsJohannes Berg2009-06-191-16/+78
* cfg80211: allow setting station parameters in meshAndrey Yurovsky2009-06-191-1/+2
* cfg80211: allow adding/deleting stations on meshAndrey Yurovsky2009-06-191-2/+4
* nl80211: use GFP_ATOMIC for michael mic failure messageBob Copeland2009-06-031-2/+2
* cfg80211: disallow interfering with stations on non-AP (part 2)Johannes Berg2009-06-031-0/+6
* nl80211: bounce scan request back to userspaceJohannes Berg2009-06-031-5/+38
* cfg80211: validate AID of stations being addedJohannes Berg2009-06-031-0/+4
* nl80211: Eliminate reference to BUS_ID_SIZE.David S. Miller2009-05-261-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-05-251-30/+36
|\
| * cfg80211: fix in nl80211_set_reg()Luis R. Rodriguez2009-05-201-1/+4
| * cfg80211: cleanup return calls on nl80211_set_reg()Luis R. Rodriguez2009-05-201-6/+13
| * cfg80211: return immediately if num reg rules > NL80211_MAX_SUPP_REG_RULESLuis R. Rodriguez2009-05-201-1/+1
| * nl80211: Validate NL80211_ATTR_KEY_SEQ lengthJouni Malinen2009-05-201-0/+1
| * cfg80211: check allowed channel type upon userspace requestsLuis R. Rodriguez2009-05-201-22/+17
* | wireless: Use genl_register_family_with_ops()Michał Mirosław2009-05-211-8/+3
|/
* net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocationsPablo Neira Ayuso2009-05-191-16/+16
OpenPOWER on IntegriCloud