summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-12-28mac80211: Generalize off-channel operation helpers from scan codeJouni Malinen4-152/+178
2009-12-28mac80211: proper bss private data handlingJohannes Berg7-72/+82
2009-12-28mac80211: split up and insert custom IEs correctlyJohannes Berg3-27/+154
2009-12-28mac80211: refactor associationJohannes Berg2-109/+137
2009-12-28mac80211: rewrite a few work messagesJohannes Berg1-10/+10
2009-12-28mac80211: generalise work handlingJohannes Berg9-835/+1112
2009-12-28mac80211: generalise management work a bitJohannes Berg2-107/+172
2009-12-28mac80211: let cfg80211 manage auth stateJohannes Berg2-103/+73
2009-12-28mac80211: introduce flush operationJohannes Berg4-2/+41
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg15-37/+40
2009-12-28wireless: remove CONFIG_WIRELESS_OLD_REGULATORYJohn W. Linville3-108/+2
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville26-120/+236
2009-12-22mac80211: only bother printing highest data rate on debugfs if its setLuis R. Rodriguez1-2/+10
2009-12-22mac80211: parse the HT capabilities info through debugfsLuis R. Rodriguez1-1/+47
2009-12-22mac80211: make debugfs mcs set entry reflect 16 bitsLuis R. Rodriguez1-1/+1
2009-12-22mac80211: disallow fixing bitrates with hw rate controlJohannes Berg1-14/+22
2009-12-22mac80211: dont try to use existing sta for APJohannes Berg1-33/+24
2009-12-22cfg80211: avoid sending spurious deauth to userspaceJohannes Berg1-2/+9
2009-12-22mac80211: allow disabling 40MHz on 2.4GHzJohannes Berg4-3/+25
2009-12-22mac80211: enable spatial multiplexing powersaveJohannes Berg9-7/+415
2009-12-22wireless: add ieee80211_amsdu_to_8023sZhu Yi2-88/+117
2009-12-22mac80211 : fix a race with update_tkip_keygregor kowski2-19/+27
2009-12-21wireless: support internal statically compiled regulatory databaseJohn W. Linville7-24/+261
2009-12-21mac80211: remove payload alignment warningKalle Valo2-32/+7
2009-12-21mac80211: trace interface nameJohannes Berg10-50/+49
2009-12-21mac80211: reduce reliance on netdevJohannes Berg27-207/+221
2009-12-21mac80211: make station management completely depend on vifJohannes Berg13-101/+134
2009-12-21mac80211: fix WMM AP settings applicationJohannes Berg1-0/+8
2009-12-21mac80211: fix peer HT capabilitiesJohannes Berg1-3/+22
2009-12-21wireless: report reasonable bitrate for MCS rates through wextJohn W. Linville4-39/+38
2009-12-14mac80211: Add define for TX headroom reserved by mac80211 itself.Gertjan van Wingerde1-0/+2
2009-12-10wireless: update old static regulatory domain rulesJohn W. Linville1-50/+25
2009-12-10mac80211: Revert 'Use correct sign for mesh active path refresh'Javier Cardona2-3/+4
2009-12-10mac80211: Fixed bug in mesh portal pathsJavier Cardona1-1/+0
2009-12-10net/mac80211: Correct size given to memsetJulia Lawall1-1/+1
2009-12-09wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPECJohn W. Linville1-1/+2
2009-12-09cfg80211: Clear encryption privacy when key off is done.Vivek Natarajan1-0/+1
2009-12-08tcp: fix retrans_stamp advancing in error casesIlpo Järvinen1-3/+32
2009-12-08tcp: Stalling connections: Move timeout calculation routineDamian Lukowski1-0/+29
2009-12-08atm: [br2684] allow routed mode operation againchas williams - CONTRACTOR1-3/+8
2009-12-08atm: [lec] initialize .netdev_ops before calling register_netdev()chas williams - CONTRACTOR1-9/+1
2009-12-08[PATCH] tcp: documents timewait refcnt tricks Eric Dumazet1-14/+24
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet2-8/+23
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet6-13/+29
2009-12-08tcp: Remove runtime check that can never be true.David S. Miller1-5/+0
2009-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller5-9/+28
2009-12-08sctp: fix compile error due to sysctl mismergeLinus Torvalds1-1/+0
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds346-8345/+13381
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds60-1172/+207
2009-12-07mac80211: Fix bug in computing crc over dynamic IEs in beaconVasanthakumar Thiagarajan1-1/+1