aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/offchannel.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-04mac80211: simplify ack_skb handlingGravatar Johannes Berg 1-5/+3
2015-12-04mac80211: move off-channel/mgmt-tx code to offchannel.cGravatar Johannes Berg 1-3/+471
2015-12-04mac80211: fix mgmt-tx abort cookie and leakGravatar Johannes Berg 1-3/+2
2015-09-29mac80211: use bool argument to ieee80211_send_nullfuncGravatar Johannes Berg 1-3/+3
2015-06-10mac80211: convert HW flags to unsigned long bitmapGravatar Johannes Berg 1-1/+1
2015-01-14mac80211: let flush() drop packets when possibleGravatar Emmanuel Grumbach 1-2/+2
2014-06-23mac80211: introduce refcount for queue_stop_reasonsGravatar Luciano Coelho 1-2/+4
2014-05-14mac80211: fix on-channel remain-on-channelGravatar Johannes Berg 1-7/+20
2014-04-09mac80211: fix software remain-on-channel implementationGravatar Johannes Berg 1-0/+1
2013-09-30mac80211: Run deferred scan if last roc_list item is not startedGravatar Jouni Malinen 1-0/+2
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 1-3/+3
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-6/+17
2013-04-08mac80211: purge remain-on-channel items when suspendingGravatar Johannes Berg 1-3/+3
2013-03-25mac80211: fix remain-on-channel cancel crashGravatar Johannes Berg 1-6/+17
2013-03-18mac80211: stop queues temporarily for flushingGravatar Johannes Berg 1-2/+2
2013-03-18mac80211: pass queue bitmap to flush operationGravatar Johannes Berg 1-2/+2
2013-03-06mac80211: Allow drivers to differentiate between ROC typesGravatar Ilan Peer 1-1/+1
2013-02-11mac80211: Add flushes before going off-channelGravatar Seth Forshee 1-0/+5
2013-02-11mac80211: Fix tx queue handling during scansGravatar Seth Forshee 1-20/+10
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-12/+7
2013-01-16mac80211: synchronize scan off/on-channel and PS statesGravatar Stanislaw Gruszka 1-12/+7
2013-01-03mac80211: track enable_beacon explicitlyGravatar Johannes Berg 1-6/+9
2012-12-06Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar John W. Linville 1-2/+0
2012-11-26mac80211: fix remain-on-channel (non-)cancellingGravatar Johannes Berg 1-2/+0
2012-11-26cfg80211: remove remain-on-channel channel typeGravatar Johannes Berg 1-5/+3
2012-11-19mac80211: make remain_on_channel() op pass vif paramGravatar Eliad Peller 1-1/+1
2012-10-30mac80211: use a counter for remain-on-channel cookieGravatar Johannes Berg 1-4/+3
2012-10-17mac80211: use channel contextsGravatar Johannes Berg 1-1/+2
2012-10-16mac80211: track whether to use channel contextsGravatar Johannes Berg 1-0/+6
2012-09-06mac80211: use list_move instead of list_del/list_addGravatar Wei Yongjun 1-2/+1
2012-08-20mac80211: support P2P Device abstractionGravatar Johannes Berg 1-0/+6
2012-07-13mac80211: fix use after freeGravatar Alan Cox 1-2/+4
2012-07-09cfg80211: use wdev in mgmt-tx/ROC APIsGravatar Johannes Berg 1-3/+3
2012-06-24mac80211: rename driver-trace fileGravatar Johannes Berg 1-1/+0
2012-06-20mac80211: fix double-start of remain-on-channelGravatar Johannes Berg 1-1/+5
2012-06-20mac80211: cleanup offchannel_ps_enable argumentGravatar Rajkumar Manoharan 1-5/+4
2012-06-11mac80211: remove unneeded ieee80211_run_deferred_scan()Gravatar Johannes Berg 1-5/+0
2012-06-06mac80211: unify SW/offload remain-on-channelGravatar Johannes Berg 1-42/+238
2012-06-06mac80211: do remain-on-channel while idleGravatar Johannes Berg 1-4/+0
2012-06-04mac80211: clean up remain-on-channel on interface stopGravatar Johannes Berg 1-0/+16
2012-01-04mac80211: remove dead codeGravatar Mohammed Shafi Shajakhan 1-17/+0
2012-01-04mac80211: always clear SDATA_STATE_OFFCHANNEL flagGravatar Eliad Peller 1-1/+3
2011-11-30mac80211: revert on-channel work optimisationsGravatar Johannes Berg 1-6/+3
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar John W. Linville 1-0/+1
2011-11-17mac80211: call ieee80211_recalc_idle() after sending packetsGravatar Felix Fietkau 1-2/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 1-0/+1
2011-02-04mac80211: Optimize scans on current operating channel.Gravatar Ben Greear 1-31/+37
2011-01-05mac80211: implement off-channel TX using hw r-o-c offloadGravatar Johannes Berg 1-10/+20
2011-01-05mac80211: implement hardware offload for remain-on-channelGravatar Johannes Berg 1-0/+75
2010-09-16mac80211: disable beacon monitor while going offchannelGravatar Luis R. Rodriguez 1-0/+2