summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-04-24wireless: remove some (bogus?) 'may be used uninitialized' warningsJohn W. Linville1-1/+1
2009-04-23nl80211: Add event for authentication/association timeoutJouni Malinen4-2/+84
2009-04-23mac80211: calculate maximum sleep intervalJohannes Berg1-4/+16
2009-04-23nl80211: allow configuring IBSS beacon intervalJohannes Berg2-1/+14
2009-04-23mac80211: remove IEEE80211_CONF_CHANGE_DYNPS_TIMEOUTJohannes Berg1-2/+1
2009-04-23mac80211: fix variable truncation on 32-bitJohannes Berg1-6/+6
2009-04-23mac80211: fix IBSS code to not sleep while atomicJohannes Berg1-3/+3
2009-04-23mac80211: validate TIM IE length (redux)Johannes Berg3-28/+7
2009-04-23cfg80211: mark all WEXT handlers _GPLJohannes Berg2-14/+14
2009-04-23cfg80211: clear WEXT SSID when clearing IBSSJohannes Berg4-12/+19
2009-04-23nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen10-149/+300
2009-04-23cfg80211: clean up includesJohannes Berg9-11/+4
2009-04-23mac80211: convert to cfg80211 IBSS APIJohannes Berg10-330/+228
2009-04-23cfg80211/nl80211: add IBSS APIJohannes Berg7-13/+589
2009-04-23cfg80211/mac80211: move wext SIWMLME into cfg80211Johannes Berg4-39/+50
2009-04-23nl80211: send wiphy along with netdevJohannes Berg1-2/+5
2009-04-23mac80211: set CLEAR_PS for pspolled framesChristian Lamparter1-1/+17
2009-04-23mac80211: Allow scan to be requested in AP modeJouni Malinen1-1/+2
2009-04-23mac80211: enable PS by defaultJohannes Berg2-0/+24
2009-04-23mac80211: implement beacon filtering in softwareJohannes Berg3-14/+66
2009-04-23mac80211: disable powersave if pm_qos asks for low latencyJohannes Berg5-15/+63
2009-04-23mac80211: improve powersave implementationJohannes Berg5-121/+165
2009-04-23mac80211: add hardware restart functionJohannes Berg4-107/+158
2009-04-23cfg80211: convert mutex assert to macroJohannes Berg1-4/+1
2009-04-23rfkill: Fix broken rfkill LED in 2.6.30-rc1Larry Finger1-1/+8
2009-04-23mac80211: re-upload keys only after telling driver about associationJohannes Berg1-5/+5
2009-04-23cfg80211: add cipher capabilitiesJohannes Berg2-1/+27
2009-04-23cfg80211: send regulatory beacon hint events to userspaceLuis R. Rodriguez3-14/+73
2009-04-23cfg80211: add netlink channel put helperLuis R. Rodriguez1-14/+27
2009-04-23cfg80211: respect API on orig_flags on channel for beacon hintLuis R. Rodriguez1-2/+4
2009-04-23mac80211: Report rejected association to user space SMEJouni Malinen1-0/+5
2009-04-23mac80211: include HT capabilities in probe requestJohannes Berg2-0/+21
2009-04-23mac80211: pass all probe request IEs to driverJohannes Berg5-50/+114
2009-04-23cfg80211: introduce scan IE limit attributeJohannes Berg3-1/+21
2009-04-23cfg80211: add cfg80211_inform_bssJussi Kivilinna1-0/+49
2009-04-23mac80211: move ieee80211_enable_ht function to mlme.cJohannes Berg3-86/+83
2009-04-23nl80211: Add Michael MIC failure eventJouni Malinen7-11/+67
2009-04-23nl80211: Generate deauth/disassoc event for locally generated framesJouni Malinen4-21/+23
2009-04-23nl80211: Require auth type for NL80211_CMD_AUTHENTICATEJouni Malinen1-7/+7
2009-04-23nl80211: remove duplicated #includeHuang Weiyi1-1/+0
2009-04-23rfkill-input: remove unused codeJohannes Berg1-69/+0
2009-04-23rfkill: remove user_claim stuffJohannes Berg2-43/+3
2009-04-23rfkill: remove deprecated state constantsJohannes Berg1-4/+4
2009-04-23nl80211: validate some input betterJohannes Berg1-37/+77
2009-04-23mac80211: Don't access managed mode bits in non-managed modeVasanthakumar Thiagarajan1-1/+1
2009-04-21tun: fix tun_chr_aio_write so that aio worksMichael S. Tsirkin2-9/+18
2009-04-21net: skb_copy_datagram_const_iovec()Michael S. Tsirkin2-0/+118
2009-04-21net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy1-20/+3
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller20-69/+181
2009-04-21mac80211: fix basic rate bitmap calculationJohannes Berg1-1/+1