summaryrefslogtreecommitdiff
path: root/net/mac80211/iface.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11wifi: mac80211: fix TXQ error path and cleanupJohannes Berg1-2/+0
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-11/+0
2023-09-11wifi: mac80211: set wiphy for virtual monitorsJohannes Berg1-0/+1
2023-09-11wifi: mac80211: reduce iflist_mtxJohannes Berg1-16/+12
2023-09-11wifi: mac80211: remove local->mtxJohannes Berg1-25/+7
2023-09-11wifi: mac80211: remove chanctx_mtxJohannes Berg1-5/+2
2023-09-11wifi: mac80211: remove key_mtxJohannes Berg1-2/+2
2023-09-11wifi: mac80211: remove sta_mtxJohannes Berg1-6/+2
2023-09-11wifi: mac80211: take wiphy lock for MAC addr changeJohannes Berg1-3/+16
2023-09-11wifi: mac80211: extend wiphy lock in interface removalJohannes Berg1-1/+2
2023-09-11wifi: mac80211: hold wiphy_lock around concurrency checksJohannes Berg1-2/+3
2023-09-11wifi: mac80211: move color change finalize to wiphy workJohannes Berg1-2/+2
2023-09-11wifi: mac80211: move CSA finalize to wiphy workJohannes Berg1-1/+1
2023-09-11wifi: mac80211: move filter reconfig to wiphy workJohannes Berg1-1/+1
2023-09-11wifi: mac80211: move key tailroom work to wiphy workJohannes Berg1-2/+2
2023-09-11wifi: mac80211: move dynamic PS to wiphy workJohannes Berg1-1/+1
2023-09-11wifi: mac80211: move link activation work to wiphy workJohannes Berg1-4/+6
2023-09-11wifi: mac80211: lock wiphy in IP address notifierJohannes Berg1-0/+14
2023-09-11wifi: mac80211: move scan work to wiphy workJohannes Berg1-1/+1
2023-09-11wifi: mac80211: move DFS CAC work to wiphy workJohannes Berg1-1/+2
2023-09-11wifi: mac80211: fix SMPS status handlingJohannes Berg1-11/+0
2023-06-21wifi: mac80211: always hold sdata lock in chanctx assign/unassignJohannes Berg1-0/+7
2023-06-14wifi: mac80211: Add getter functions for vif MLD stateIlan Peer1-2/+2
2023-06-07wifi: mac80211: unregister netdevs through cfg80211Johannes Berg1-13/+7
2023-06-07wifi: mac80211: use wiphy work for sdata->workJohannes Berg1-5/+5
2023-06-06wifi: mac80211: stop warning after reconfig failuresJohannes Berg1-0/+3
2023-06-06wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu1-2/+2
2023-03-22wifi: mac80211: add support for letting drivers register tc offload supportFelix Fietkau1-0/+11
2023-01-16Revert "wifi: mac80211: fix memory leak in ieee80211_if_add()"Eric Dumazet1-1/+0
2023-01-10wifi: mac80211: fix MLO + AP_VLAN checkFelix Fietkau1-1/+3
2022-12-01wifi: mac80211: add support for restricting netdev features per vifFelix Fietkau1-0/+1
2022-12-01wifi: mac80211: remove unnecessary synchronize_net()Johannes Berg1-2/+1
2022-12-01wifi: mac80211: fix memory leak in ieee80211_if_add()Zhengchao Shao1-0/+1
2022-10-10wifi: mac80211: Drop support for TX push pathAlexander Wetzel1-66/+3
2022-10-07wifi: mac80211: netdev compatible TX stop for iTXQ driversAlexander Wetzel1-3/+3
2022-10-07wifi: mac80211: unlock on error in ieee80211_can_powered_addr_change()Dan Carpenter1-1/+1
2022-09-06wifi: mac80211: implement link switchingJohannes Berg1-0/+12
2022-09-03wifi: mac80211: move link code to a new fileJohannes Berg1-251/+0
2022-09-03wifi: mac80211: Support POWERED_ADDR_CHANGE featureJames Prestwood1-2/+69
2022-09-03wifi: mac80211: prevent VLANs on MLDsJohannes Berg1-0/+5
2022-08-26wifi: mac80211: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-25wifi: mac80211: properly implement MLO key handlingJohannes Berg1-0/+9
2022-08-25wifi: mac80211: set link BSSIDShaul Triebitz1-0/+2
2022-07-22wifi: mac80211: fix link data leakJohannes Berg1-10/+10
2022-07-22wifi: mac80211: verify link addresses are differentJohannes Berg1-4/+34
2022-07-18wifi: mac80211: do not abuse fq.lock in ieee80211_do_stop()Tetsuo Handa1-2/+1
2022-07-15wifi: mac80211: release channel context on link stopJohannes Berg1-0/+2
2022-07-15wifi: mac80211: fix link manipulationJohannes Berg1-18/+26
2022-07-15wifi: mac80211: don't set link address for stationJohannes Berg1-3/+0
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+1