summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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
2009-06-03cfg80211: validate AID of stations being addedJohannes Berg1-0/+4
2009-05-26nl80211: Eliminate reference to BUS_ID_SIZE.David S. Miller1-1/+1
2009-05-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-30/+36
2009-05-21wireless: Use genl_register_family_with_ops()Michał Mirosław1-8/+3
2009-05-20cfg80211: fix in nl80211_set_reg()Luis R. Rodriguez1-1/+4
2009-05-20cfg80211: cleanup return calls on nl80211_set_reg()Luis R. Rodriguez1-6/+13
2009-05-20cfg80211: return immediately if num reg rules > NL80211_MAX_SUPP_REG_RULESLuis R. Rodriguez1-1/+1
2009-05-20nl80211: Validate NL80211_ATTR_KEY_SEQ lengthJouni Malinen1-0/+1
2009-05-20cfg80211: check allowed channel type upon userspace requestsLuis R. Rodriguez1-22/+17
2009-05-19net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocationsPablo Neira Ayuso1-16/+16
2009-05-13nl80211: Add RSC configuration for new keysJouni Malinen1-0/+5
2009-05-13nl80211: Add IEEE 802.1X PAE control for station modeJouni Malinen1-0/+3
2009-05-13nl80211: improve station flags handlingJohannes Berg1-8/+30
2009-05-13nl80211: Validate MFP flag type when parsing STA flagsJouni Malinen1-0/+1
2009-05-13cfg80211: implement wext key handlingJohannes Berg1-38/+19
2009-05-11cfg80211: disallow interfering with stations on non-APJohannes Berg1-0/+12
2009-05-11nl80211 : Add support for configuring MFPJouni Malinen1-0/+12
2009-05-06cfg80211: make nl80211_send_mlme_timeout() staticLuis R. Rodriguez1-3/+3
2009-04-22nl80211: Add event for authentication/association timeoutJouni Malinen1-0/+49
2009-04-22nl80211: allow configuring IBSS beacon intervalJohannes Berg1-1/+11
2009-04-22cfg80211: clear WEXT SSID when clearing IBSSJohannes Berg1-2/+2
2009-04-22nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen1-0/+95
2009-04-22cfg80211/nl80211: add IBSS APIJohannes Berg1-12/+170
2009-04-22nl80211: send wiphy along with netdevJohannes Berg1-2/+5
2009-04-22cfg80211: add cipher capabilitiesJohannes Berg1-1/+13