summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| * | cfg80211: make nl80211_send_mlme_timeout() staticLuis R. Rodriguez2009-05-061-3/+3
| * | cfg80211: Use the correct IE buffer pointerMichael Buesch2009-05-061-1/+1
| * | cfg80211: Remove unnecessary ksize() callMichael Buesch2009-05-061-5/+3Star
| * | cfg80211: remove superfluous !last_request check in reg_device_remove()Chris Wright2009-05-061-4/+4
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-082-2/+16
|\ \ \ | |/ / |/| / | |/
| * cfg80211: fix comment on regulatory hint processingLuis R. Rodriguez2009-05-041-1/+1
| * cfg80211: fix bug while trying to process beacon hints on initLuis R. Rodriguez2009-05-041-1/+8
| * cfg80211: fix race condition with wiphy_apply_custom_regulatory()Luis R. Rodriguez2009-05-041-0/+6
| * cfg80211: fix truncated IEsJohannes Berg2009-05-041-0/+1
* | nl80211: Add event for authentication/association timeoutJouni Malinen2009-04-223-0/+82
* | nl80211: allow configuring IBSS beacon intervalJohannes Berg2009-04-222-1/+14
* | cfg80211: mark all WEXT handlers _GPLJohannes Berg2009-04-222-14/+14
* | cfg80211: clear WEXT SSID when clearing IBSSJohannes Berg2009-04-224-12/+19
* | nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen2009-04-223-0/+256
* | cfg80211: clean up includesJohannes Berg2009-04-226-8/+3Star
* | cfg80211/nl80211: add IBSS APIJohannes Berg2009-04-227-13/+589
* | cfg80211/mac80211: move wext SIWMLME into cfg80211Johannes Berg2009-04-221-1/+45
* | nl80211: send wiphy along with netdevJohannes Berg2009-04-221-2/+5
* | cfg80211: convert mutex assert to macroJohannes Berg2009-04-221-4/+1Star
* | cfg80211: add cipher capabilitiesJohannes Berg2009-04-221-1/+13
* | cfg80211: send regulatory beacon hint events to userspaceLuis R. Rodriguez2009-04-223-14/+73
* | cfg80211: add netlink channel put helperLuis R. Rodriguez2009-04-221-14/+27
* | cfg80211: respect API on orig_flags on channel for beacon hintLuis R. Rodriguez2009-04-221-2/+4
* | mac80211: pass all probe request IEs to driverJohannes Berg2009-04-221-1/+2
* | cfg80211: introduce scan IE limit attributeJohannes Berg2009-04-221-0/+7
* | cfg80211: add cfg80211_inform_bssJussi Kivilinna2009-04-221-0/+49
* | nl80211: Add Michael MIC failure eventJouni Malinen2009-04-223-0/+55
* | nl80211: Generate deauth/disassoc event for locally generated framesJouni Malinen2009-04-223-19/+17Star
* | nl80211: Require auth type for NL80211_CMD_AUTHENTICATEJouni Malinen2009-04-221-7/+7
* | nl80211: remove duplicated #includeHuang Weiyi2009-04-221-1/+0Star
* | nl80211: validate some input betterJohannes Berg2009-04-221-37/+77
|/
* nl80211: Make nl80211_send_mlme_event() atomicJouni Malinen2009-04-201-2/+2
* cfg80211: do not replace BSS structsJohannes Berg2009-04-172-10/+34
* cfg80211: copy hold when replacing BSSJohannes Berg2009-04-171-0/+2
* cfg80211: fix NULL pointer deference in reg_device_remove()Luis R. Rodriguez2009-04-161-2/+3
* cfg80211: default CONFIG_WIRELESS_OLD_REGULATORY to nLuis R. Rodriguez2009-03-281-28/+9Star
* cfg80211: fix locking in nl80211_set_wiphyJohannes Berg2009-03-283-28/+33
* cfg80211: add feature to hold bssKalle Valo2009-03-282-1/+28
* cfg80211: accept no-op interface mode changesJohannes Berg2009-03-282-9/+30
* cfg80211: remove code about country IE support with OLD_REGLuis R. Rodriguez2009-03-281-28/+11Star
* cfg80211: make regdom module parameter available oustide of OLD_REGLuis R. Rodriguez2009-03-281-1/+6
* cfg80211: fix incorrect assumption on last_request for 11dLuis R. Rodriguez2009-03-281-1/+7
* cfg80211: force last_request to be set for OLD_REG if regdom is EULuis R. Rodriguez2009-03-281-4/+7
* 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-284-1/+131
* nl80211: rework lockingJohannes Berg2009-03-281-105/+166