summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-01-16mac80211: check that ieee80211_set_power_mgmt only handles STA interfaces.Benoit Papillault1-0/+3
2010-01-15cfg80211: fix channel setting for wextAbhijeet Kolekar1-0/+1
2010-01-12cfg80211: fix refcount imbalance when wext is disabledJohannes Berg1-2/+2
2010-01-12mac80211: fix queue selection for data frames on monitor interfacesFelix Fietkau1-2/+5
2010-01-08mac80211: fix endian errorJohannes Berg1-2/+2
2010-01-08mac80211: add missing sanity checks for action framesFelix Fietkau2-1/+7
2010-01-08mac80211: fix queue selection for packets injected via monitor interfaceLennert Buytenhek1-0/+1
2010-01-07Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues"John W. Linville3-9/+9
2010-01-06mac80211: fix-up build breakage in 2.6.33John W. Linville1-1/+1
2010-01-06mac80211: fix skb buffering issueJohannes Berg6-32/+132
2010-01-05cfg80211: fix syntax error on user regulatory hintsLuis R. Rodriguez1-1/+1
2009-12-29mac80211: fix propagation of failed hardware reconfigurationsLuis R. Rodriguez1-0/+12
2009-12-29mac80211: fix race with suspend and dynamic_ps_disable_workLuis R. Rodriguez1-0/+4
2009-12-29cfg80211: fix error path in cfg80211_wext_siwscanJohannes Berg1-4/+9
2009-12-29cfg80211: fix race between deauth and assoc responseJohannes Berg1-1/+12
2009-12-28mac80211: fix ibss join with fixed-bssidFelix Fietkau1-0/+4
2009-12-21mac80211: fix WMM AP settings applicationJohannes Berg1-0/+8
2009-12-21mac80211: fix peer HT capabilitiesJohannes Berg1-3/+22
2009-12-14mac80211: Add define for TX headroom reserved by mac80211 itself.Gertjan van Wingerde1-0/+2
2009-12-11wireless: update old static regulatory domain rulesJohn W. Linville1-50/+25
2009-12-11mac80211: Revert 'Use correct sign for mesh active path refresh'Javier Cardona2-3/+4
2009-12-11mac80211: Fixed bug in mesh portal pathsJavier Cardona1-1/+0
2009-12-11net/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-09tcp: fix retrans_stamp advancing in error casesIlpo Järvinen1-3/+32
2009-12-09tcp: Stalling connections: Move timeout calculation routineDamian Lukowski1-0/+29
2009-12-09atm: [br2684] allow routed mode operation againchas williams - CONTRACTOR1-3/+8
2009-12-09atm: [lec] initialize .netdev_ops before calling register_netdev()chas williams - CONTRACTOR1-9/+1
2009-12-09[PATCH] tcp: documents timewait refcnt tricks Eric Dumazet1-14/+24
2009-12-09tcp: Fix a connect() race with timewait socketsEric Dumazet2-8/+23
2009-12-09tcp: Fix a connect() race with timewait socketsEric Dumazet6-13/+29
2009-12-09tcp: Remove runtime check that can never be true.David S. Miller1-5/+0
2009-12-09Merge 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-08mac80211: Fix bug in computing crc over dynamic IEs in beaconVasanthakumar Thiagarajan1-1/+1
2009-12-08net/rfkill/core.c: work around gcc-4.0.2 sillinessAndrew Morton1-2/+2
2009-12-08mac80211: Fix dynamic power save for scanning.Vivek Natarajan2-4/+17
2009-12-08mac80211: recalculate idle later in MLMEJohannes Berg1-2/+8
2009-12-06Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-0/+4
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+4
2009-12-05mac80211: fix reorder buffer releaseJohannes Berg1-1/+1
2009-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller14-308/+526
2009-12-04cfg80211: indent regulatory messages with spacesKalle Valo1-3/+3
2009-12-04mac80211: Fix TX status reporting for injected data framesJouni Malinen1-1/+5
2009-12-04WE: Fix set events not propagatedJean Tourrilhes1-1/+2
2009-12-04tcp: fix a timewait refcnt raceEric Dumazet1-3/+16
2009-12-04tcp: connect() race with timewait reuseEric Dumazet3-18/+45