aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/offchannel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15mac80211: support scan features for improved scan privacyJohannes Berg1-1/+1
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2017-09-05mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern1-0/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2016-10-12mac80211: fix CMD_FRAME for AP_VLANMichael Braun1-1/+1
2016-09-30mac80211: add boilerplate code for start / stop NANAyala Beker1-1/+2
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker1-0/+1
2016-01-14mac80211: avoid ROC during hw restartEliad Peller1-0/+4
2016-01-14mac80211: fix remain-on-channel cancellationJohannes Berg1-2/+4
2016-01-14mac80211: recalculate SW ROC only when neededJohannes Berg1-5/+1
2015-12-07mac80211: handle HW ROC expired properlyIlan Peer1-1/+5
2015-12-04mac80211: reject zero cookie in mgmt-tx/roc cancelJohannes Berg1-0/+3
2015-12-04mac80211: rewrite remain-on-channel logicJohannes Berg1-286/+313
2015-12-04mac80211: simplify ack_skb handlingJohannes Berg1-5/+3
2015-12-04mac80211: move off-channel/mgmt-tx code to offchannel.cJohannes Berg1-3/+471
2015-12-04mac80211: fix mgmt-tx abort cookie and leakJohannes Berg1-3/+2
2015-09-29mac80211: use bool argument to ieee80211_send_nullfuncJohannes Berg1-3/+3
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-1/+1
2015-01-14mac80211: let flush() drop packets when possibleEmmanuel Grumbach1-2/+2
2014-06-23mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho1-2/+4
2014-05-14mac80211: fix on-channel remain-on-channelJohannes Berg1-7/+20
2014-04-09mac80211: fix software remain-on-channel implementationJohannes Berg1-0/+1
2013-09-30mac80211: Run deferred scan if last roc_list item is not startedJouni Malinen1-0/+2
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-3/+3
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-6/+17
2013-04-08mac80211: purge remain-on-channel items when suspendingJohannes Berg1-3/+3
2013-03-25mac80211: fix remain-on-channel cancel crashJohannes Berg1-6/+17
2013-03-18mac80211: stop queues temporarily for flushingJohannes Berg1-2/+2
2013-03-18mac80211: pass queue bitmap to flush operationJohannes Berg1-2/+2
2013-03-06mac80211: Allow drivers to differentiate between ROC typesIlan Peer1-1/+1
2013-02-11mac80211: Add flushes before going off-channelSeth Forshee1-0/+5
2013-02-11mac80211: Fix tx queue handling during scansSeth Forshee1-20/+10
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-12/+7
2013-01-16mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka1-12/+7
2013-01-03mac80211: track enable_beacon explicitlyJohannes Berg1-6/+9
2012-12-06Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0John W. Linville1-2/+0
2012-11-26mac80211: fix remain-on-channel (non-)cancellingJohannes Berg1-2/+0
2012-11-26cfg80211: remove remain-on-channel channel typeJohannes Berg1-5/+3
2012-11-19mac80211: make remain_on_channel() op pass vif paramEliad Peller1-1/+1
2012-10-30mac80211: use a counter for remain-on-channel cookieJohannes Berg1-4/+3
2012-10-17mac80211: use channel contextsJohannes Berg1-1/+2
2012-10-16mac80211: track whether to use channel contextsJohannes Berg1-0/+6
2012-09-06mac80211: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2012-08-20mac80211: support P2P Device abstractionJohannes Berg1-0/+6
2012-07-13mac80211: fix use after freeAlan Cox1-2/+4
2012-07-09cfg80211: use wdev in mgmt-tx/ROC APIsJohannes Berg1-3/+3
2012-06-24mac80211: rename driver-trace fileJohannes Berg1-1/+0
2012-06-20mac80211: fix double-start of remain-on-channelJohannes Berg1-1/+5
2012-06-20mac80211: cleanup offchannel_ps_enable argumentRajkumar Manoharan1-5/+4
2012-06-11mac80211: remove unneeded ieee80211_run_deferred_scan()Johannes Berg1-5/+0