summaryrefslogtreecommitdiffstats
path: root/net/mac80211/offchannel.c
AgeCommit message (Expand)AuthorLines
2022-07-22wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg-14/+33
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg-5/+10
2022-07-15wifi: mac80211: Consider MLO links in offchannel logicAndrei Otcheretianski-2/+16
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg-4/+4
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg-3/+3
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg-1/+1
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg-3/+3
2022-05-16mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg-1/+1
2020-09-28mac80211: Inform AP when returning operating channelLoic Poulain-29/+9
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin-1/+1
2020-07-31mac80211: remove unused flags argument in transmit functionsMathy Vanhoef-1/+1
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-04-24mac80211: handle channel frequency offsetThomas Pedersen-0/+4
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach-2/+3
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-06-14mac80211: notify offchannel expire on mgmt_txJames Prestwood-0/+4
2018-06-15mac80211: support scan features for improved scan privacyJohannes Berg-1/+1
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva-2/+2
2017-09-05mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern-0/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-2/+1
2016-10-12mac80211: fix CMD_FRAME for AP_VLANMichael Braun-1/+1
2016-09-30mac80211: add boilerplate code for start / stop NANAyala Beker-1/+2
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker-0/+1
2016-01-14mac80211: avoid ROC during hw restartEliad Peller-0/+4
2016-01-14mac80211: fix remain-on-channel cancellationJohannes Berg-2/+4
2016-01-14mac80211: recalculate SW ROC only when neededJohannes Berg-5/+1
2015-12-07mac80211: handle HW ROC expired properlyIlan Peer-1/+5
2015-12-04mac80211: reject zero cookie in mgmt-tx/roc cancelJohannes Berg-0/+3
2015-12-04mac80211: rewrite remain-on-channel logicJohannes Berg-286/+313
2015-12-04mac80211: simplify ack_skb handlingJohannes Berg-5/+3
2015-12-04mac80211: move off-channel/mgmt-tx code to offchannel.cJohannes Berg-3/+471
2015-12-04mac80211: fix mgmt-tx abort cookie and leakJohannes Berg-3/+2
2015-09-29mac80211: use bool argument to ieee80211_send_nullfuncJohannes Berg-3/+3
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg-1/+1
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