summaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c
AgeCommit message (Expand)Author
2009-07-21nl80211: Memory leak fixedNiko Jokinen
2009-07-07Wireless: nl80211, fix lock imbalanceJiri Slaby
2009-06-19cfg80211: validate station settingsJohannes Berg
2009-06-19cfg80211: allow setting station parameters in meshAndrey Yurovsky
2009-06-19cfg80211: allow adding/deleting stations on meshAndrey Yurovsky
2009-06-03nl80211: use GFP_ATOMIC for michael mic failure messageBob Copeland
2009-06-03cfg80211: disallow interfering with stations on non-AP (part 2)Johannes Berg
2009-06-03nl80211: bounce scan request back to userspaceJohannes Berg
2009-06-03cfg80211: validate AID of stations being addedJohannes Berg
2009-05-26nl80211: Eliminate reference to BUS_ID_SIZE.David S. Miller
2009-05-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-05-21wireless: Use genl_register_family_with_ops()Michał Mirosław
2009-05-20cfg80211: fix in nl80211_set_reg()Luis R. Rodriguez
2009-05-20cfg80211: cleanup return calls on nl80211_set_reg()Luis R. Rodriguez
2009-05-20cfg80211: return immediately if num reg rules > NL80211_MAX_SUPP_REG_RULESLuis R. Rodriguez
2009-05-20nl80211: Validate NL80211_ATTR_KEY_SEQ lengthJouni Malinen
2009-05-20cfg80211: check allowed channel type upon userspace requestsLuis R. Rodriguez
2009-05-19net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocationsPablo Neira Ayuso
2009-05-13nl80211: Add RSC configuration for new keysJouni Malinen
2009-05-13nl80211: Add IEEE 802.1X PAE control for station modeJouni Malinen
2009-05-13nl80211: improve station flags handlingJohannes Berg
2009-05-13nl80211: Validate MFP flag type when parsing STA flagsJouni Malinen
2009-05-13cfg80211: implement wext key handlingJohannes Berg
2009-05-11cfg80211: disallow interfering with stations on non-APJohannes Berg
2009-05-11nl80211 : Add support for configuring MFPJouni Malinen
2009-05-06cfg80211: make nl80211_send_mlme_timeout() staticLuis R. Rodriguez
2009-04-22nl80211: Add event for authentication/association timeoutJouni Malinen
2009-04-22nl80211: allow configuring IBSS beacon intervalJohannes Berg
2009-04-22cfg80211: clear WEXT SSID when clearing IBSSJohannes Berg
2009-04-22nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen
2009-04-22cfg80211/nl80211: add IBSS APIJohannes Berg
2009-04-22nl80211: send wiphy along with netdevJohannes Berg
2009-04-22cfg80211: add cipher capabilitiesJohannes Berg
2009-04-22cfg80211: send regulatory beacon hint events to userspaceLuis R. Rodriguez
2009-04-22cfg80211: add netlink channel put helperLuis R. Rodriguez
2009-04-22mac80211: pass all probe request IEs to driverJohannes Berg
2009-04-22cfg80211: introduce scan IE limit attributeJohannes Berg
2009-04-22nl80211: Add Michael MIC failure eventJouni Malinen
2009-04-22nl80211: Generate deauth/disassoc event for locally generated framesJouni Malinen
2009-04-22nl80211: Require auth type for NL80211_CMD_AUTHENTICATEJouni Malinen
2009-04-22nl80211: validate some input betterJohannes Berg
2009-04-20nl80211: Make nl80211_send_mlme_event() atomicJouni Malinen
2009-03-27cfg80211: fix locking in nl80211_set_wiphyJohannes Berg
2009-03-27cfg80211: accept no-op interface mode changesJohannes Berg
2009-03-27nl80211: Check iftype in cfg80211 codeJouni Malinen
2009-03-27nl80211: Check that netif_runnin is true in cfg80211 codeJouni Malinen
2009-03-27nl80211: Add more through validation of MLME command parametersJouni Malinen
2009-03-27nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IEJouni Malinen
2009-03-27nl80211: Add MLME primitives to support external SMEJouni Malinen
2009-03-27nl80211: Event notifications for MLME eventsJouni Malinen