summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorLines
2009-05-04cfg80211: fix truncated IEsJohannes Berg-0/+1
2009-04-22nl80211: Add event for authentication/association timeoutJouni Malinen-0/+82
2009-04-22nl80211: allow configuring IBSS beacon intervalJohannes Berg-1/+14
2009-04-22cfg80211: mark all WEXT handlers _GPLJohannes Berg-14/+14
2009-04-22cfg80211: clear WEXT SSID when clearing IBSSJohannes Berg-12/+19
2009-04-22nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen-0/+256
2009-04-22cfg80211: clean up includesJohannes Berg-8/+3
2009-04-22cfg80211/nl80211: add IBSS APIJohannes Berg-13/+589
2009-04-22cfg80211/mac80211: move wext SIWMLME into cfg80211Johannes Berg-1/+45
2009-04-22nl80211: send wiphy along with netdevJohannes Berg-2/+5
2009-04-22cfg80211: convert mutex assert to macroJohannes Berg-4/+1
2009-04-22cfg80211: add cipher capabilitiesJohannes Berg-1/+13
2009-04-22cfg80211: send regulatory beacon hint events to userspaceLuis R. Rodriguez-14/+73
2009-04-22cfg80211: add netlink channel put helperLuis R. Rodriguez-14/+27
2009-04-22cfg80211: respect API on orig_flags on channel for beacon hintLuis R. Rodriguez-2/+4
2009-04-22mac80211: pass all probe request IEs to driverJohannes Berg-1/+2
2009-04-22cfg80211: introduce scan IE limit attributeJohannes Berg-0/+7
2009-04-22cfg80211: add cfg80211_inform_bssJussi Kivilinna-0/+49
2009-04-22nl80211: Add Michael MIC failure eventJouni Malinen-0/+55
2009-04-22nl80211: Generate deauth/disassoc event for locally generated framesJouni Malinen-19/+17
2009-04-22nl80211: Require auth type for NL80211_CMD_AUTHENTICATEJouni Malinen-7/+7
2009-04-22nl80211: remove duplicated #includeHuang Weiyi-1/+0
2009-04-22nl80211: validate some input betterJohannes Berg-37/+77
2009-04-20nl80211: Make nl80211_send_mlme_event() atomicJouni Malinen-2/+2
2009-04-17cfg80211: do not replace BSS structsJohannes Berg-10/+34
2009-04-17cfg80211: copy hold when replacing BSSJohannes Berg-0/+2
2009-04-16cfg80211: fix NULL pointer deference in reg_device_remove()Luis R. Rodriguez-2/+3
2009-03-27cfg80211: default CONFIG_WIRELESS_OLD_REGULATORY to nLuis R. Rodriguez-28/+9
2009-03-27cfg80211: fix locking in nl80211_set_wiphyJohannes Berg-28/+33
2009-03-27cfg80211: add feature to hold bssKalle Valo-1/+28
2009-03-27cfg80211: accept no-op interface mode changesJohannes Berg-9/+30
2009-03-27cfg80211: remove code about country IE support with OLD_REGLuis R. Rodriguez-28/+11
2009-03-27cfg80211: make regdom module parameter available oustide of OLD_REGLuis R. Rodriguez-1/+6
2009-03-27cfg80211: fix incorrect assumption on last_request for 11dLuis R. Rodriguez-1/+7
2009-03-27cfg80211: force last_request to be set for OLD_REG if regdom is EULuis R. Rodriguez-4/+7
2009-03-27nl80211: Check iftype in cfg80211 codeJouni Malinen-2/+56
2009-03-27nl80211: Check that netif_runnin is true in cfg80211 codeJouni Malinen-0/+40
2009-03-27nl80211: Add more through validation of MLME command parametersJouni Malinen-6/+26
2009-03-27nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IEJouni Malinen-47/+0
2009-03-27nl80211: Add MLME primitives to support external SMEJouni Malinen-0/+255
2009-03-27nl80211: Event notifications for MLME eventsJouni Malinen-1/+131
2009-03-27nl80211: rework lockingJohannes Berg-105/+166
2009-03-27nl80211: export supported commandsJohannes Berg-0/+27
2009-03-27cfg80211/nl80211: remove usage of CONFIG_NL80211Reinette Chatre-41/+1
2009-03-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+11
2009-03-20nl80211: Check that function pointer != NULL before using itJouni Malinen-0/+11
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-46/+153
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+16
2009-03-16cfg80211: add regulatory netlink multicast groupLuis R. Rodriguez-1/+90
2009-03-16cfg80211: move enum reg_set_by to nl80211.hLuis R. Rodriguez-39/+48