aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-2/+2
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-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2009-12-09wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPECJohn W. Linville1-1/+2
2009-12-07mac80211: Fix bug in computing crc over dynamic IEs in beaconVasanthakumar Thiagarajan1-1/+1
2009-12-07mac80211: Fix dynamic power save for scanning.Vivek Natarajan2-4/+17
2009-12-07mac80211: recalculate idle later in MLMEJohannes Berg1-2/+8
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2009-12-04mac80211: fix reorder buffer releaseJohannes Berg1-1/+1
2009-12-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller5-298/+341
2009-12-04mac80211: Fix TX status reporting for injected data framesJouni Malinen1-1/+5
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-17/+13
2009-11-30mac80211: fix spurious delBA handlingJohannes Berg3-13/+12
2009-11-30mac80211: fix two remote exploitsJohannes Berg2-5/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches6-21/+21
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-20/+25
2009-11-28mac80211: log more data when tracingJohannes Berg1-2/+24
2009-11-28mac80211: correctly place aMPDU RX reorder codeJohannes Berg2-73/+96
2009-11-28mac80211: move aMPDU RX reorder codeJohannes Berg1-230/+229
2009-11-28mac80211: move cmntr flag out of rx flagsJohannes Berg2-4/+3
2009-11-25mac80211: Speedup ieee80211_remove_interfaces()Eric Dumazet1-9/+5
2009-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller31-706/+797
2009-11-23mac80211: Fix missing kernel-doc notationJaswinder Singh Rajput1-1/+1
2009-11-23mac80211: fix rcu lockingJohannes Berg1-1/+3
2009-11-23mac80211: remove dead struct memberJohannes Berg1-1/+0
2009-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller3-20/+25
2009-11-19mac80211: fix endianess on mesh_path_error_tx() callsRui Paulo1-2/+2
2009-11-19mac80211: add per-station HT capability fileJohannes Berg1-0/+29
2009-11-19mac80211: avoid spurious deauth frames/messagesJohannes Berg1-0/+17
2009-11-19mac80211: request TX status where neededJohannes Berg1-2/+2
2009-11-19cfg80211: introduce capability for 4addr modeJohannes Berg6-29/+33
2009-11-19cfg80211: convert bools into flagsJohannes Berg1-1/+1
2009-11-19mac80211: fix resumeJohannes Berg2-10/+17
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-18mac80211: use a structure to hold the mesh config information elementRui Paulo3-19/+11
2009-11-18mac80211: move TX status handlingJohannes Berg4-337/+351
2009-11-18mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg12-24/+27
2009-11-18mac80211: Fix panic in aggregation handlingSujith1-0/+2
2009-11-18mac80211: make software rate control optionalJohannes Berg5-13/+42
2009-11-18mac80211: use fixed broadcast addressJohannes Berg6-19/+27
2009-11-18mac80211: remove dev_hold/put callsJohannes Berg1-11/+5
2009-11-18mac80211: improve rate handlingJohannes Berg2-18/+18
2009-11-18mac80211: trim RX dataJohannes Berg4-54/+61
2009-11-18mac80211: cleanup reorder buffer handlingJohannes Berg1-81/+81
2009-11-18mac80211: push michael MIC report after DA checkJohannes Berg1-24/+23
2009-11-18mac80211: convert aggregation to operate on vifs/stasJohannes Berg7-72/+58
2009-11-18mac80211: let sta_info_get_by_idx get sta by sdataJohannes Berg3-7/+8