aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-13wext: remove seq_start/stop sparse annotationsJohannes Berg1-2/+0
2009-05-13nl80211: Add RSC configuration for new keysJouni Malinen2-0/+10
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 Berg5-41/+330
2009-05-11wext: fix get_wireless_stats lockingJohannes Berg1-4/+18
2009-05-11cfg80211: disallow interfering with stations on non-APJohannes Berg1-0/+12
2009-05-11cfg80211: put wext data into substructureJohannes Berg2-32/+32
2009-05-11cfg80211: fix wext iw_freq parsingJohannes Berg1-6/+18
2009-05-11nl80211 : Add support for configuring MFPJouni Malinen1-0/+12
2009-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller3-13/+11
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+16
2009-05-06cfg80211: make nl80211_send_mlme_timeout() staticLuis R. Rodriguez1-3/+3
2009-05-06cfg80211: Use the correct IE buffer pointerMichael Buesch1-1/+1
2009-05-06cfg80211: Remove unnecessary ksize() callMichael Buesch1-5/+3
2009-05-06cfg80211: remove superfluous !last_request check in reg_device_remove()Chris Wright1-4/+4
2009-05-04cfg80211: fix comment on regulatory hint processingLuis R. Rodriguez1-1/+1
2009-05-04cfg80211: fix bug while trying to process beacon hints on initLuis R. Rodriguez1-1/+8
2009-05-04cfg80211: fix race condition with wiphy_apply_custom_regulatory()Luis R. Rodriguez1-0/+6
2009-05-04cfg80211: fix truncated IEsJohannes Berg1-0/+1
2009-04-22nl80211: Add event for authentication/association timeoutJouni Malinen3-0/+82
2009-04-22nl80211: allow configuring IBSS beacon intervalJohannes Berg2-1/+14
2009-04-22cfg80211: mark all WEXT handlers _GPLJohannes Berg2-14/+14
2009-04-22cfg80211: clear WEXT SSID when clearing IBSSJohannes Berg4-12/+19
2009-04-22nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen3-0/+256
2009-04-22cfg80211: clean up includesJohannes Berg6-8/+3
2009-04-22cfg80211/nl80211: add IBSS APIJohannes Berg7-13/+589
2009-04-22cfg80211/mac80211: move wext SIWMLME into cfg80211Johannes Berg1-1/+45
2009-04-22nl80211: send wiphy along with netdevJohannes Berg1-2/+5
2009-04-22cfg80211: convert mutex assert to macroJohannes Berg1-4/+1
2009-04-22cfg80211: add cipher capabilitiesJohannes Berg1-1/+13
2009-04-22cfg80211: send regulatory beacon hint events to userspaceLuis R. Rodriguez3-14/+73
2009-04-22cfg80211: add netlink channel put helperLuis R. Rodriguez1-14/+27
2009-04-22cfg80211: respect API on orig_flags on channel for beacon hintLuis R. Rodriguez1-2/+4
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-22cfg80211: add cfg80211_inform_bssJussi Kivilinna1-0/+49
2009-04-22nl80211: Add Michael MIC failure eventJouni Malinen3-0/+55
2009-04-22nl80211: Generate deauth/disassoc event for locally generated framesJouni Malinen3-19/+17
2009-04-22nl80211: Require auth type for NL80211_CMD_AUTHENTICATEJouni Malinen1-7/+7
2009-04-22nl80211: remove duplicated #includeHuang Weiyi1-1/+0
2009-04-22nl80211: validate some input betterJohannes Berg1-37/+77
2009-04-20nl80211: Make nl80211_send_mlme_event() atomicJouni Malinen1-2/+2
2009-04-17cfg80211: do not replace BSS structsJohannes Berg2-10/+34
2009-04-17cfg80211: copy hold when replacing BSSJohannes Berg1-0/+2
2009-04-16cfg80211: fix NULL pointer deference in reg_device_remove()Luis R. Rodriguez1-2/+3
2009-03-27cfg80211: default CONFIG_WIRELESS_OLD_REGULATORY to nLuis R. Rodriguez1-28/+9
2009-03-27cfg80211: fix locking in nl80211_set_wiphyJohannes Berg3-28/+33
2009-03-27cfg80211: add feature to hold bssKalle Valo2-1/+28