aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/offchannel.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-08wifi: mac80211: simplify non-chanctx driversGravatar Johannes Berg 1-9/+12
2023-10-23wifi: mac80211: fix a expired vs. cancel race in rocGravatar Emmanuel Grumbach 1-0/+17
2023-09-11wifi: mac80211: Do not force off-channel for management Tx with MLOGravatar Ilan Peer 1-1/+6
2023-09-11wifi: cfg80211: remove wdev mutexGravatar Johannes Berg 1-2/+0
2023-09-11wifi: mac80211: reduce iflist_mtxGravatar Johannes Berg 1-4/+4
2023-09-11wifi: mac80211: remove local->mtxGravatar Johannes Berg 1-29/+19
2023-09-11wifi: mac80211: move dynamic PS to wiphy workGravatar Johannes Berg 1-1/+1
2023-09-11wifi: mac80211: move offchannel works to wiphy workGravatar Johannes Berg 1-18/+18
2023-06-14wifi: mac80211: pass roc->sdata to drv_cancel_remain_on_channel()Gravatar Anjaneyulu 1-2/+2
2022-07-22wifi: mac80211: expand ieee80211_mgmt_tx() for MLOGravatar Johannes Berg 1-14/+33
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersGravatar Johannes Berg 1-5/+10
2022-07-15wifi: mac80211: Consider MLO links in offchannel logicGravatar Andrei Otcheretianski 1-2/+16
2022-06-20wifi: mac80211: split bss_info_changed methodGravatar Johannes Berg 1-4/+4
2022-06-20wifi: mac80211: reorg some iface data structs for MLDGravatar Johannes Berg 1-3/+3
2022-06-20wifi: mac80211: move interface config to new structGravatar Johannes Berg 1-1/+1
2022-06-20wifi: mac80211: move some future per-link data to bss_confGravatar Johannes Berg 1-3/+3
2022-05-16mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidGravatar Johannes Berg 1-1/+1
2020-09-28mac80211: Inform AP when returning operating channelGravatar Loic Poulain 1-29/+9
2020-08-27mac80211: rename csa counters to countdown countersGravatar John Crispin 1-1/+1
2020-07-31mac80211: remove unused flags argument in transmit functionsGravatar Mathy Vanhoef 1-1/+1
2020-07-31mac80211: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-04-24mac80211: handle channel frequency offsetGravatar Thomas Pedersen 1-0/+4
2019-07-26mac80211: pass the vif to cancel_remain_on_channelGravatar Emmanuel Grumbach 1-2/+3
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-14mac80211: notify offchannel expire on mgmt_txGravatar James Prestwood 1-0/+4
2018-06-15mac80211: support scan features for improved scan privacyGravatar Johannes Berg 1-1/+1
2017-12-11mac80211: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-2/+2
2017-09-05mac80211: flush hw_roc_start work before cancelling the ROCGravatar Avraham Stern 1-0/+2
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-2/+1
2016-10-12mac80211: fix CMD_FRAME for AP_VLANGravatar Michael Braun 1-1/+1
2016-09-30mac80211: add boilerplate code for start / stop NANGravatar Ayala Beker 1-1/+2
2016-09-30cfg80211: add start / stop NAN commandsGravatar Ayala Beker 1-0/+1
2016-01-14mac80211: avoid ROC during hw restartGravatar Eliad Peller 1-0/+4
2016-01-14mac80211: fix remain-on-channel cancellationGravatar Johannes Berg 1-2/+4
2016-01-14mac80211: recalculate SW ROC only when neededGravatar Johannes Berg 1-5/+1
2015-12-07mac80211: handle HW ROC expired properlyGravatar Ilan Peer 1-1/+5
2015-12-04mac80211: reject zero cookie in mgmt-tx/roc cancelGravatar Johannes Berg 1-0/+3
2015-12-04mac80211: rewrite remain-on-channel logicGravatar Johannes Berg 1-286/+313
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