aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-1/+2
2010-04-19mac80211: pass HT changes to driver when off channelReinette Chatre1-0/+2
2010-04-19mac80211: remove bogus TX agg state assignmentJohannes Berg1-1/+0
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller24-1/+24
2010-04-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller4-9/+23
2010-04-06mac80211: annotate station rcu dereferencesJohannes Berg2-6/+18
2010-04-06mac80211: Handle mesh action frames in ieee80211_rx_h_actionJavier Cardona2-3/+5
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-11/+17
2010-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller3-11/+17
2010-03-30mac80211: move netdev queue enabling to correct spotJohannes Berg2-6/+12
2010-03-30mac80211: fix PREQ processing and one small bugPorsch, Marco1-2/+2
2010-03-30mac80211: correct typos in "unavailable upon resume" warningJohn W. Linville1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo24-1/+24
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-13/+35
2010-03-10mac80211: Fix memory leak in ieee80211_if_write()Eric Dumazet1-3/+7
2010-03-10mac80211: Fix (dynamic) power save entryJuuso Oikarinen1-5/+8
2010-03-10mac80211: Fix sta_mtx unlocking on insert STA failure pathJouni Malinen1-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-03mac80211: Fix HT rate control configurationSujith2-3/+5
2010-03-02mac80211: Fix reassociation processing (within ESS roaming)Jouni Malinen1-2/+14
2010-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-1/+6
2010-02-26mac80211: fix direct probe loop on ieee80211_work_purgeJuuso Oikarinen1-0/+1
2010-02-26mac80211: use listen interval 5 as defaultHelmut Schaa1-1/+5
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+3
2010-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller6-45/+157
2010-02-16mac80211: split ieee80211_drop_unencryptedJohannes Berg1-4/+18
2010-02-15cfg80211/mac80211: allow registering for and sending action framesJouni Malinen5-14/+88
2010-02-15mac80211: reject unhandled action framesJohannes Berg1-33/+57
2010-02-15mac80211: fix netdev renameJohannes Berg1-1/+1
2010-02-14mac80211: Fix error introduced in netdev_mc_count() changes.David S. Miller1-1/+1
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller19-529/+649
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-0/+3
2010-02-12mac80211: fix handling of null-rate control in rate_control_get_rateJuuso Oikarinen1-0/+3
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-02-10mac80211: Deny TX BA session requests during disassociationSujith3-1/+15
2010-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-9/+11
2010-02-09mac80211: Retry null data frame for power save.Vivek Natarajan3-7/+31
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-08mac80211: Reset dynamic ps timer in Rx path.Vivek Natarajan1-0/+8
2010-02-08mac80211: make rate_control_alloc staticAndres Salomon2-6/+3
2010-02-08mac80211: remove get_tx_stats() driver opKalle Valo2-31/+0
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 Berg1-4/+5
2010-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville3-10/+21