aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2009-11-18mac80211: reduce the amount of unnecessary traffic on cooked monitor interfacesFelix Fietkau1-0/+5
2009-11-18mac80211: fix addba timer (again...)Johannes Berg1-10/+8
2009-11-16mac80211: Do not queue Probe Request frames for station MLMEJouni Malinen1-1/+0
2009-11-13mac80211: fix broadcast frame handling for 4-addr AP VLANsFelix Fietkau1-1/+1
2009-11-13mac80211: update copyrights to 2009Rui Paulo5-5/+5
2009-11-13mac80211: add nl80211/cfg80211 handling of the new mesh root mode option.Rui Paulo4-0/+23
2009-11-13mac80211: implement a timer to send RANN action framesRui Paulo4-0/+54
2009-11-13mac80211: replace "destination" with "target" to follow the specRui Paulo6-130/+133
2009-11-13mac80211: add the DS params to the beaconRui Paulo1-0/+7
2009-11-13mac80211: fix BSSID setup for beacon framesRui Paulo1-1/+1
2009-11-13mac80211: set the AID field correctly for mesh peer framesRui Paulo1-1/+2
2009-11-13mac80211: properly forward the RANN IERui Paulo1-1/+3
2009-11-13mac80211: update PERR frame formatRui Paulo3-13/+60
2009-11-13mac80211: implement RANN processing and forwardingRui Paulo3-8/+76
2009-11-11mac80211: fix max HT rate processing on mac80211Luis R. Rodriguez1-3/+15
2009-11-11mac80211: implement support for 4-address frames for AP and client modeFelix Fietkau6-11/+96
2009-11-11mac80211: improve peer link management debuggingRui Paulo1-2/+13
2009-11-11mac80211: improve HWMP debuggingRui Paulo1-6/+5
2009-11-11mac80211: allow processing of more than one HWMP IERui Paulo1-22/+25