aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-27drop_monitor: Update netlink protocol to include netlink attribute header in alert messageNeil Horman1-3/+10
2009-04-27snmp: add missing counters for RFC 4293Neil Horman9-32/+54
2009-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller34-1186/+2383
2009-04-24wireless: remove some (bogus?) 'may be used uninitialized' warningsJohn W. Linville1-1/+1
2009-04-23af_iucv: Fix merge.Ursula Braun1-4/+0
2009-04-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-30/+49
2009-04-23af_iucv: New socket option for setting IUCV MSGLIMITsHendrik Brueckner1-2/+25
2009-04-23af_iucv: cleanup and refactor recvmsg() EFAULT handlingHendrik Brueckner1-7/+3
2009-04-23af_iucv: Provide new socket type SOCK_SEQPACKETHendrik Brueckner1-17/+56
2009-04-23af_iucv: Modify iucv msg target class using control msghdrHendrik Brueckner1-4/+75
2009-04-23af_iucv: Support data in IUCV msg parameter lists (IPRMDATA)Hendrik Brueckner2-20/+103
2009-04-23af_iucv: add sockopt() to enable/disable use of IPRM_DATA msgsHendrik Brueckner1-3/+76
2009-04-23af_iucv: sync sk shutdown flag if iucv path is quiescedHendrik Brueckner1-1/+18
2009-04-23iucv: provide second per-cpu IUCV command parameter blockUrsula Braun1-10/+31
2009-04-22nl80211: Add event for authentication/association timeoutJouni Malinen4-2/+84
2009-04-22mac80211: calculate maximum sleep intervalJohannes Berg1-4/+16
2009-04-22nl80211: allow configuring IBSS beacon intervalJohannes Berg2-1/+14
2009-04-22mac80211: remove IEEE80211_CONF_CHANGE_DYNPS_TIMEOUTJohannes Berg1-2/+1
2009-04-22mac80211: fix variable truncation on 32-bitJohannes Berg1-6/+6
2009-04-22mac80211: fix IBSS code to not sleep while atomicJohannes Berg1-3/+3
2009-04-22mac80211: validate TIM IE length (redux)Johannes Berg3-28/+7
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 Malinen10-149/+300
2009-04-22cfg80211: clean up includesJohannes Berg9-11/+4
2009-04-22mac80211: convert to cfg80211 IBSS APIJohannes Berg10-330/+228
2009-04-22cfg80211/nl80211: add IBSS APIJohannes Berg7-13/+589
2009-04-22cfg80211/mac80211: move wext SIWMLME into cfg80211Johannes Berg4-39/+50
2009-04-22nl80211: send wiphy along with netdevJohannes Berg1-2/+5
2009-04-22mac80211: set CLEAR_PS for pspolled framesChristian Lamparter1-1/+17
2009-04-22mac80211: Allow scan to be requested in AP modeJouni Malinen1-1/+2
2009-04-22mac80211: enable PS by defaultJohannes Berg2-0/+24
2009-04-22mac80211: implement beacon filtering in softwareJohannes Berg3-14/+66
2009-04-22mac80211: disable powersave if pm_qos asks for low latencyJohannes Berg5-15/+63
2009-04-22mac80211: improve powersave implementationJohannes Berg5-121/+165
2009-04-22mac80211: add hardware restart functionJohannes Berg4-107/+158
2009-04-22cfg80211: convert mutex assert to macroJohannes Berg1-4/+1
2009-04-22rfkill: Fix broken rfkill LED in 2.6.30-rc1Larry Finger1-1/+8
2009-04-22mac80211: re-upload keys only after telling driver about associationJohannes Berg1-5/+5
2009-04-22cfg80211: add cipher capabilitiesJohannes Berg2-1/+27
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: Report rejected association to user space SMEJouni Malinen1-0/+5
2009-04-22mac80211: include HT capabilities in probe requestJohannes Berg2-0/+21
2009-04-22mac80211: pass all probe request IEs to driverJohannes Berg5-50/+114
2009-04-22cfg80211: introduce scan IE limit attributeJohannes Berg3-1/+21
2009-04-22cfg80211: add cfg80211_inform_bssJussi Kivilinna1-0/+49
2009-04-22mac80211: move ieee80211_enable_ht function to mlme.cJohannes Berg3-86/+83
2009-04-22nl80211: Add Michael MIC failure eventJouni Malinen7-11/+67