aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/nl80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linville/wireless-next-2.6David 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
2009-04-22cfg80211: send regulatory beacon hint events to userspaceLuis R. Rodriguez1-0/+54
2009-04-22cfg80211: add netlink channel put helperLuis R. Rodriguez1-14/+27
2009-04-22mac80211: pass all probe request IEs to driverJohannes Berg1-1/+2
2009-04-22cfg80211: introduce scan IE limit attributeJohannes Berg1-0/+7
2009-04-22nl80211: Add Michael MIC failure eventJouni Malinen1-0/+40
2009-04-22nl80211: Generate deauth/disassoc event for locally generated framesJouni Malinen1-6/+5
2009-04-22nl80211: Require auth type for NL80211_CMD_AUTHENTICATEJouni Malinen1-7/+7
2009-04-22nl80211: validate some input betterJohannes Berg1-37/+77
2009-04-20nl80211: Make nl80211_send_mlme_event() atomicJouni Malinen1-2/+2
2009-03-27cfg80211: fix locking in nl80211_set_wiphyJohannes Berg1-8/+20
2009-03-27cfg80211: accept no-op interface mode changesJohannes Berg1-7/+21
2009-03-27nl80211: Check iftype in cfg80211 codeJouni Malinen1-2/+56
2009-03-27nl80211: Check that netif_runnin is true in cfg80211 codeJouni Malinen1-0/+40
2009-03-27nl80211: Add more through validation of MLME command parametersJouni Malinen1-6/+26
2009-03-27nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IEJouni Malinen1-47/+0
2009-03-27nl80211: Add MLME primitives to support external SMEJouni Malinen1-0/+255
2009-03-27nl80211: Event notifications for MLME eventsJouni Malinen1-0/+72
2009-03-27nl80211: rework lockingJohannes Berg1-105/+166
2009-03-27nl80211: export supported commandsJohannes Berg1-0/+27
2009-03-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+11
2009-03-20nl80211: Check that function pointer != NULL before using itJouni Malinen1-0/+11
2009-03-16cfg80211: add regulatory netlink multicast groupLuis R. Rodriguez1-0/+62
2009-02-27nl80211: Avoid AP mode BUG_ON hang with invalid lock assertJouni Malinen1-2/+0
2009-02-27cfg80211: move all regulatory hints to workqueueLuis R. Rodriguez1-20/+10
2009-02-27cfg80211: add assert_cfg80211_lock() to ensure proper protectionLuis R. Rodriguez1-1/+2