summaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-15wifi: mac80211: provide link ID in link_confJohannes Berg1-0/+1
2022-07-15wifi: mac80211: set up/tear down client vif links properlyJohannes Berg1-138/+208
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-16/+20
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau1-4/+0
2022-06-29wifi: mac80211: do not wake queues on a vif that is being stoppedFelix Fietkau1-0/+2
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg1-1/+2
2022-06-20wifi: mac80211: add vif link addition/removalJohannes Berg1-3/+131
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg1-1/+1
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg1-3/+3
2022-06-20wifi: mac80211: refactor some link setup codeJohannes Berg1-11/+22
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-7/+8
2022-06-20wifi: mac80211: add per-link configuration pointerJohannes Berg1-2/+21
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-2/+3
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg1-20/+24
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-4/+4
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg1-6/+1
2021-11-26mac80211: add support for .ndo_fill_forward_pathFelix Fietkau1-0/+59
2021-11-15mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg1-1/+3
2021-10-21mac80211: use eth_hw_addr_set()Jakub Kicinski1-5/+3
2021-09-28mac80211: MBSSID support in interface handlingJohn Crispin1-1/+30
2021-08-24mac80211: introduce individual TWT support in AP modeLorenzo Bianconi1-0/+41
2021-08-17mac80211: add support for BSS color changeJohn Crispin1-0/+2
2021-08-13mac80211: Fix monitor MTU limit so that A-MSDUs get throughJohan Almbladh1-2/+9
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen1-0/+3
2021-06-23mac80211: use sdata->skb_queue for TDLSJohannes Berg1-1/+4
2021-06-23mac80211: refactor SKB queue processing a bitJohannes Berg1-109/+119