summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* nl80211: Memory leak fixedNiko Jokinen2009-07-211-2/+3
* 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-271-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/+17Star
* | wireless: Use genl_register_family_with_ops()Michał Mirosław2009-05-221-8/+3Star
|/
* net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocationsPablo Neira Ayuso2009-05-201-16/+16
* nl80211: Add RSC configuration for new keysJouni Malinen2009-05-131-0/+5
* nl80211: Add IEEE 802.1X PAE control for station modeJouni Malinen2009-05-131-0/+3
* nl80211: improve station flags handlingJohannes Berg2009-05-131-8/+30
* nl80211: Validate MFP flag type when parsing STA flagsJouni Malinen2009-05-131-0/+1
* cfg80211: implement wext key handlingJohannes Berg2009-05-131-38/+19Star
* cfg80211: disallow interfering with stations on non-APJohannes Berg2009-05-111-0/+12
* nl80211 : Add support for configuring MFPJouni Malinen2009-05-111-0/+12
* cfg80211: make nl80211_send_mlme_timeout() staticLuis R. Rodriguez2009-05-061-3/+3
* nl80211: Add event for authentication/association timeoutJouni Malinen2009-04-221-0/+49
* nl80211: allow configuring IBSS beacon intervalJohannes Berg2009-04-221-1/+11
* cfg80211: clear WEXT SSID when clearing IBSSJohannes Berg2009-04-221-2/+2
* nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen2009-04-221-0/+95
* cfg80211/nl80211: add IBSS APIJohannes Berg2009-04-221-12/+170
* nl80211: send wiphy along with netdevJohannes Berg2009-04-221-2/+5
* cfg80211: add cipher capabilitiesJohannes Berg2009-04-221-1/+13
* cfg80211: send regulatory beacon hint events to userspaceLuis R. Rodriguez2009-04-221-0/+54
* cfg80211: add netlink channel put helperLuis R. Rodriguez2009-04-221-14/+27
* mac80211: pass all probe request IEs to driverJohannes Berg2009-04-221-1/+2
* cfg80211: introduce scan IE limit attributeJohannes Berg2009-04-221-0/+7
* nl80211: Add Michael MIC failure eventJouni Malinen2009-04-221-0/+40
* nl80211: Generate deauth/disassoc event for locally generated framesJouni Malinen2009-04-221-6/+5Star
* nl80211: Require auth type for NL80211_CMD_AUTHENTICATEJouni Malinen2009-04-221-7/+7
* nl80211: validate some input betterJohannes Berg2009-04-221-37/+77
* nl80211: Make nl80211_send_mlme_event() atomicJouni Malinen2009-04-201-2/+2
* cfg80211: fix locking in nl80211_set_wiphyJohannes Berg2009-03-281-8/+20
* cfg80211: accept no-op interface mode changesJohannes Berg2009-03-281-7/+21
* nl80211: Check iftype in cfg80211 codeJouni Malinen2009-03-281-2/+56
* nl80211: Check that netif_runnin is true in cfg80211 codeJouni Malinen2009-03-281-0/+40
* nl80211: Add more through validation of MLME command parametersJouni Malinen2009-03-281-6/+26
* nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IEJouni Malinen2009-03-281-47/+0Star
* nl80211: Add MLME primitives to support external SMEJouni Malinen2009-03-281-0/+255
* nl80211: Event notifications for MLME eventsJouni Malinen2009-03-281-0/+72