summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-02-08mac80211: fix deauth raceJohannes Berg1-3/+9
2010-02-08mac80211: fix bss_conf.dtim_periodJohannes Berg1-0/+2
2010-02-08mac80211: Added a new debugfs file for reading channel_typeBenoit Papillault1-0/+33
2010-02-08mac80211: tear down all agg queues when restart/reconfig hwWey-Yi Guy1-0/+8
2010-02-08mac80211: allow station add/remove to sleepJohannes Berg13-464/+511
2010-02-08mac80211: don't probe if we have probe responseJohannes Berg1-5/+5
2010-02-08wireless: update radiotap parserJohannes Berg2-111/+203
2010-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-10/+21
2010-02-08mac80211: fix deferred hardware scan requestsJohannes Berg1-8/+10
2010-02-08mac80211: Fix probe request filtering in IBSS modeBenoit Papillault1-1/+1
2010-02-02lib80211: Introduce TKIP_HDR_LEN define for code clarityAndriy Tkachuk1-10/+10
2010-02-02lib80211: Cosmetics - make room for MIC/CRC near the actual calculationAndriy Tkachuk2-3/+2
2010-02-01mac80211: Don't call rate control when HW handles itVasanthakumar1-0/+4
2010-02-01mac80211: fix sta lookup with AP VLAN interfaces and injected framesFelix Fietkau1-0/+2
2010-02-01mac80211: fix monitor mode tx radiotap header handlingFelix Fietkau1-2/+4
2010-02-01mac80211: fix sta lookup for received action frames on an AP VLANFelix Fietkau1-2/+2
2010-02-01mac80211: reduce stack usage in sta_agg_status_read()Pavel Roskin1-11/+13
2010-02-01mac80211: reduce stack usage in sta_ht_capa_read()Pavel Roskin1-1/+1
2010-02-01cfg80211: add regulatory hint disconnect supportLuis R. Rodriguez3-3/+212
2010-02-01cfg80211: avoid flushing the global workqueue for core reg hintsLuis R. Rodriguez1-3/+1
2010-01-27cfg80211: fix wext-compat for setting rate to 'auto'John W. Linville1-1/+1
2010-01-26mac80211: wait for beacon before enabling powersaveJohannes Berg2-7/+24
2010-01-26cfg80211: export cfg80211_find_ieJohannes Berg1-18/+20
2010-01-26mac80211: fix NULL pointer dereference when ftrace is enabledZhu Yi1-1/+1
2010-01-25mac80211: fill jiffies/vif on filtered framesJohannes Berg1-0/+3
2010-01-25mac80211: track work started through callbacksJohannes Berg2-8/+10
2010-01-25mac80211: fix sw cryptoJohannes Berg1-1/+1
2010-01-25mac80211: fix WARN_ON in the new work codeFelix Fietkau1-2/+0
2010-01-25mac80211: fix update_tkip_key() documentation about the contextKalle Valo1-2/+0
2010-01-23mac80211: fix tx select key null pointer crash with hostapdKalle Valo1-3/+4
2010-01-22mac80211: add missing key checkJohannes Berg1-1/+1
2010-01-22mac80211: fix rx data handling for non-data frames on multiple vifsFelix Fietkau1-17/+28
2010-01-22mac80211: Account HT Control field in Data frame hdrlen according to 802.11n-...Andriy Tkachuk1-1/+4
2010-01-22cfg80211: export multiple MAC addresses in sysfsJohannes Berg2-0/+32
2010-01-22mac80211: pass vif and station to update_tkip_keyJohannes Berg3-17/+24
2010-01-22mac80211: avoid NULL ptr deref when using WEPJohn W. Linville1-3/+2
2010-01-19nl80211: Allow association to change channels during reassociationJouni Malinen1-1/+3
2010-01-19mac80211: Fixed a bug in IBSS mergeBenoit Papillault1-5/+1
2010-01-19mac80211: removed useless code in IBSS managementBenoit Papillault1-7/+9
2010-01-19cfg80211: rcu-ify rdev and wdevJohannes Berg2-12/+17
2010-01-19mac80211: re-enable re-transmission of filtered framesJohannes Berg2-28/+11
2010-01-19mac80211: move control.hw_key assignmentJohannes Berg4-49/+46
2010-01-19mac80211: remove useless setting of IEEE80211_TX_INTFL_DONT_ENCRYPTJohannes Berg1-3/+0
2010-01-19mac80211: clear TX control on filtered framesJohannes Berg1-0/+8
2010-01-19mac80211: move and rename misc tx handlerJohannes Berg1-12/+12
2010-01-19mac80211: pid: replace open-coded msecs_to_jiffiesBob Copeland1-6/+2
2010-01-19mac80211: fix WMM AC default for non-QoS data framesFelix Fietkau1-1/+5
2010-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville7-7/+21
2010-01-18mac80211: fix sign error in pid controllerBob Copeland1-1/+1
2010-01-15mac80211: fix memory leak in ieee80211_send_probe_reqMing Lei1-0/+1