summaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov2024-09-091-1/+16
* wifi: cfg80211: handle DFS per linkAditya Kumar Singh2024-09-061-1/+1
* wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh2024-09-061-1/+1
* Revert "wifi: mac80211: move radar detect work to sdata"Aditya Kumar Singh2024-09-061-3/+1
* wifi: mac80211: extend ifcomb check functions for multi-radioFelix Fietkau2024-07-091-1/+1
* wifi: mac80211: clear vif drv_priv after remove_interface when stoppingFelix Fietkau2024-07-081-2/+6
* Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-271-28/+27
|\
| * wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach2024-06-261-2/+2
| * wifi: mac80211: refactor CSA queue block/unblockJohannes Berg2024-06-261-5/+24
| * wifi: mac80211: Remove generic .ndo_get_stats64Breno Leitao2024-06-121-9/+0
| * wifi: mac80211: Move stats allocation to coreBreno Leitao2024-06-121-12/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-201-12/+10
|\ \ | |/ |/|
| * wifi: mac80211: fix monitor channel with chanctx emulationJohannes Berg2024-06-141-12/+9
| * wifi: mac80211: Recalc offload when monitor stopRemi Pommarel2024-06-121-0/+1
* | wifi: mac80211: collect some CSA data into sub-structsJohannes Berg2024-05-231-2/+2
* | wifi: mac80211: move radar detect work to sdataJohannes Berg2024-05-231-1/+3
|/
* wifi: mac80211: defer link switch work in reconfigMiri Korenblit2024-04-191-0/+5
* wifi: mac80211: transmit deauth only if link is availableJohannes Berg2024-04-191-2/+2
* wifi: mac80211: introduce a feature flag for quiet in CSAJohannes Berg2024-03-041-3/+3
* wifi: mac80211: flush only stations using requests linksAditya Kumar Singh2024-02-121-1/+1
* wifi: mac80211: introduce 'channel request'Johannes Berg2024-02-081-3/+3
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-3/+3
* Merge wireless into wireless-nextJohannes Berg2024-02-081-1/+1
|\
| * wifi: mac80211: fix driver debugfs for vif type changeJohannes Berg2024-02-021-1/+1
* | wifi: mac80211: add support for negotiated TTLM requestAyala Beker2024-01-261-0/+4
* | wifi: mac80211: process and save negotiated TID to Link mapping requestAyala Beker2024-01-261-0/+12
|/
* wifi: mac80211: fix change_address deadlock during unregisterJohannes Berg2023-10-231-0/+8
* wifi: mac80211: handle debugfs when switching to/from MLOMiri Korenblit2023-10-231-1/+1
* wifi: mac80211: fix TXQ error path and cleanupJohannes Berg2023-09-111-2/+0
* wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-11/+0
* wifi: mac80211: set wiphy for virtual monitorsJohannes Berg2023-09-111-0/+1
* wifi: mac80211: reduce iflist_mtxJohannes Berg2023-09-111-16/+12
* wifi: mac80211: remove local->mtxJohannes Berg2023-09-111-25/+7
* wifi: mac80211: remove chanctx_mtxJohannes Berg2023-09-111-5/+2
* wifi: mac80211: remove key_mtxJohannes Berg2023-09-111-2/+2
* wifi: mac80211: remove sta_mtxJohannes Berg2023-09-111-6/+2
* wifi: mac80211: take wiphy lock for MAC addr changeJohannes Berg2023-09-111-3/+16
* wifi: mac80211: extend wiphy lock in interface removalJohannes Berg2023-09-111-1/+2
* wifi: mac80211: hold wiphy_lock around concurrency checksJohannes Berg2023-09-111-2/+3
* wifi: mac80211: move color change finalize to wiphy workJohannes Berg2023-09-111-2/+2
* wifi: mac80211: move CSA finalize to wiphy workJohannes Berg2023-09-111-1/+1
* wifi: mac80211: move filter reconfig to wiphy workJohannes Berg2023-09-111-1/+1
* wifi: mac80211: move key tailroom work to wiphy workJohannes Berg2023-09-111-2/+2
* wifi: mac80211: move dynamic PS to wiphy workJohannes Berg2023-09-111-1/+1
* wifi: mac80211: move link activation work to wiphy workJohannes Berg2023-09-111-4/+6
* wifi: mac80211: lock wiphy in IP address notifierJohannes Berg2023-09-111-0/+14
* wifi: mac80211: move scan work to wiphy workJohannes Berg2023-09-111-1/+1
* wifi: mac80211: move DFS CAC work to wiphy workJohannes Berg2023-09-111-1/+2
* wifi: mac80211: fix SMPS status handlingJohannes Berg2023-09-111-11/+0
* wifi: mac80211: always hold sdata lock in chanctx assign/unassignJohannes Berg2023-06-211-0/+7