summaryrefslogtreecommitdiffstats
path: root/net/mac80211/offchannel.c
AgeCommit message (Expand)AuthorLines
2015-01-14mac80211: let flush() drop packets when possibleEmmanuel Grumbach-2/+2
2014-06-23mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho-2/+4
2014-05-14mac80211: fix on-channel remain-on-channelJohannes Berg-7/+20
2014-04-09mac80211: fix software remain-on-channel implementationJohannes Berg-0/+1
2013-09-30mac80211: Run deferred scan if last roc_list item is not startedJouni Malinen-0/+2
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-3/+3
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-6/+17
2013-04-08mac80211: purge remain-on-channel items when suspendingJohannes Berg-3/+3
2013-03-25mac80211: fix remain-on-channel cancel crashJohannes Berg-6/+17
2013-03-18mac80211: stop queues temporarily for flushingJohannes Berg-2/+2
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg-2/+2
2013-03-06mac80211: Allow drivers to differentiate between ROC typesIlan Peer-1/+1
2013-02-11mac80211: Add flushes before going off-channelSeth Forshee-0/+5
2013-02-11mac80211: Fix tx queue handling during scansSeth Forshee-20/+10
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-12/+7
2013-01-16mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka-12/+7
2013-01-03mac80211: track enable_beacon explicitlyJohannes Berg-6/+9
2012-12-06Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-2/+0
2012-11-26mac80211: fix remain-on-channel (non-)cancellingJohannes Berg-2/+0
2012-11-26cfg80211: remove remain-on-channel channel typeJohannes Berg-5/+3
2012-11-19mac80211: make remain_on_channel() op pass vif paramEliad Peller-1/+1
2012-10-30mac80211: use a counter for remain-on-channel cookieJohannes Berg-4/+3
2012-10-17mac80211: use channel contextsJohannes Berg-1/+2
2012-10-16mac80211: track whether to use channel contextsJohannes Berg-0/+6
2012-09-06mac80211: use list_move instead of list_del/list_addWei Yongjun-2/+1
2012-08-20mac80211: support P2P Device abstractionJohannes Berg-0/+6
2012-07-13mac80211: fix use after freeAlan Cox-2/+4
2012-07-09cfg80211: use wdev in mgmt-tx/ROC APIsJohannes Berg-3/+3
2012-06-24mac80211: rename driver-trace fileJohannes Berg-1/+0
2012-06-20mac80211: fix double-start of remain-on-channelJohannes Berg-1/+5
2012-06-20mac80211: cleanup offchannel_ps_enable argumentRajkumar Manoharan-5/+4
2012-06-11mac80211: remove unneeded ieee80211_run_deferred_scan()Johannes Berg-5/+0
2012-06-06mac80211: unify SW/offload remain-on-channelJohannes Berg-42/+238
2012-06-06mac80211: do remain-on-channel while idleJohannes Berg-4/+0
2012-06-04mac80211: clean up remain-on-channel on interface stopJohannes Berg-0/+16
2012-01-04mac80211: remove dead codeMohammed Shafi Shajakhan-17/+0
2012-01-04mac80211: always clear SDATA_STATE_OFFCHANNEL flagEliad Peller-1/+3
2011-11-30mac80211: revert on-channel work optimisationsJohannes Berg-6/+3
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville-0/+1
2011-11-17mac80211: call ieee80211_recalc_idle() after sending packetsFelix Fietkau-2/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+1
2011-02-04mac80211: Optimize scans on current operating channel.Ben Greear-31/+37
2011-01-05mac80211: implement off-channel TX using hw r-o-c offloadJohannes Berg-10/+20
2011-01-05mac80211: implement hardware offload for remain-on-channelJohannes Berg-0/+75
2010-09-16mac80211: disable beacon monitor while going offchannelLuis R. Rodriguez-0/+2
2010-09-16mac80211: reset connection idle when going offchannelLuis R. Rodriguez-0/+5
2010-08-27mac80211: fix offchannel queue stopJohannes Berg-2/+17
2010-01-15mac80211: Fixed netif_tx_wake_all_queues in IBSS modeBenoit Papillault-1/+3
2010-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville-3/+3
2009-12-28mac80211: support remain-on-channel commandJohannes Berg-2/+6