summaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)Author
2009-05-11cfg80211: disallow interfering with stations on non-APJohannes Berg
2009-05-11cfg80211: put wext data into substructureJohannes Berg
2009-05-11cfg80211: fix wext iw_freq parsingJohannes Berg
2009-05-11nl80211 : Add support for configuring MFPJouni Malinen
2009-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-06cfg80211: make nl80211_send_mlme_timeout() staticLuis R. Rodriguez
2009-05-06cfg80211: Use the correct IE buffer pointerMichael Buesch
2009-05-06cfg80211: Remove unnecessary ksize() callMichael Buesch
2009-05-06cfg80211: remove superfluous !last_request check in reg_device_remove()Chris Wright
2009-05-04cfg80211: fix comment on regulatory hint processingLuis R. Rodriguez
2009-05-04cfg80211: fix bug while trying to process beacon hints on initLuis R. Rodriguez
2009-05-04cfg80211: fix race condition with wiphy_apply_custom_regulatory()Luis R. Rodriguez
2009-05-04cfg80211: fix truncated IEsJohannes Berg
2009-04-22nl80211: Add event for authentication/association timeoutJouni Malinen
2009-04-22nl80211: allow configuring IBSS beacon intervalJohannes Berg
2009-04-22cfg80211: mark all WEXT handlers _GPLJohannes 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: clean up includesJohannes Berg
2009-04-22cfg80211/nl80211: add IBSS APIJohannes Berg
2009-04-22cfg80211/mac80211: move wext SIWMLME into cfg80211Johannes Berg
2009-04-22nl80211: send wiphy along with netdevJohannes Berg
2009-04-22cfg80211: convert mutex assert to macroJohannes 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-22cfg80211: respect API on orig_flags on channel for beacon hintLuis R. Rodriguez
2009-04-22mac80211: pass all probe request IEs to driverJohannes Berg
2009-04-22cfg80211: introduce scan IE limit attributeJohannes Berg
2009-04-22cfg80211: add cfg80211_inform_bssJussi Kivilinna
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: remove duplicated #includeHuang Weiyi
2009-04-22nl80211: validate some input betterJohannes Berg
2009-04-20nl80211: Make nl80211_send_mlme_event() atomicJouni Malinen
2009-04-17cfg80211: do not replace BSS structsJohannes Berg
2009-04-17cfg80211: copy hold when replacing BSSJohannes Berg
2009-04-16cfg80211: fix NULL pointer deference in reg_device_remove()Luis R. Rodriguez
2009-03-27cfg80211: default CONFIG_WIRELESS_OLD_REGULATORY to nLuis R. Rodriguez
2009-03-27cfg80211: fix locking in nl80211_set_wiphyJohannes Berg
2009-03-27cfg80211: add feature to hold bssKalle Valo
2009-03-27cfg80211: accept no-op interface mode changesJohannes Berg
2009-03-27cfg80211: remove code about country IE support with OLD_REGLuis R. Rodriguez
2009-03-27cfg80211: make regdom module parameter available oustide of OLD_REGLuis R. Rodriguez
2009-03-27cfg80211: fix incorrect assumption on last_request for 11dLuis R. Rodriguez
2009-03-27cfg80211: force last_request to be set for OLD_REG if regdom is EULuis R. Rodriguez
2009-03-27nl80211: Check iftype in cfg80211 codeJouni Malinen
2009-03-27nl80211: Check that netif_runnin is true in cfg80211 codeJouni Malinen