summaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* wifi: mac80211: Add getter functions for vif MLD stateIlan Peer2023-06-141-2/+2
* wifi: mac80211: unregister netdevs through cfg80211Johannes Berg2023-06-071-13/+7
* wifi: mac80211: use wiphy work for sdata->workJohannes Berg2023-06-071-5/+5
* wifi: mac80211: stop warning after reconfig failuresJohannes Berg2023-06-061-0/+3
* wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu2023-06-061-2/+2
* wifi: mac80211: add support for letting drivers register tc offload supportFelix Fietkau2023-03-221-0/+11
* Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"Eric Dumazet2023-01-161-1/+0
* wifi: mac80211: fix MLO + AP_VLAN checkFelix Fietkau2023-01-101-1/+3
* wifi: mac80211: add support for restricting netdev features per vifFelix Fietkau2022-12-011-0/+1
* wifi: mac80211: remove unnecessary synchronize_net()Johannes Berg2022-12-011-2/+1
* wifi: mac80211: fix memory leak in ieee80211_if_add()Zhengchao Shao2022-12-011-0/+1
* wifi: mac80211: Drop support for TX push pathAlexander Wetzel2022-10-101-66/+3
* wifi: mac80211: netdev compatible TX stop for iTXQ driversAlexander Wetzel2022-10-071-3/+3
* wifi: mac80211: unlock on error in ieee80211_can_powered_addr_change()Dan Carpenter2022-10-071-1/+1
* wifi: mac80211: implement link switchingJohannes Berg2022-09-061-0/+12
* wifi: mac80211: move link code to a new fileJohannes Berg2022-09-031-251/+0
* wifi: mac80211: Support POWERED_ADDR_CHANGE featureJames Prestwood2022-09-031-2/+69
* wifi: mac80211: prevent VLANs on MLDsJohannes Berg2022-09-031-0/+5
* wifi: mac80211: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-261-1/+1
* wifi: mac80211: properly implement MLO key handlingJohannes Berg2022-08-251-0/+9
* wifi: mac80211: set link BSSIDShaul Triebitz2022-08-251-0/+2
* wifi: mac80211: fix link data leakJohannes Berg2022-07-221-10/+10
* wifi: mac80211: verify link addresses are differentJohannes Berg2022-07-221-4/+34
* wifi: mac80211: do not abuse fq.lock in ieee80211_do_stop()Tetsuo Handa2022-07-181-2/+1
* wifi: mac80211: release channel context on link stopJohannes Berg2022-07-151-0/+2
* wifi: mac80211: fix link manipulationJohannes Berg2022-07-151-18/+26
* wifi: mac80211: don't set link address for stationJohannes Berg2022-07-151-3/+0
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+1