summaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* wifi: mac80211: provide link ID in link_confJohannes Berg2022-07-151-0/+1
* wifi: mac80211: set up/tear down client vif links properlyJohannes Berg2022-07-151-138/+208
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-16/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-0/+2
|\
| * wifi: mac80211: do not wake queues on a vif that is being stoppedFelix Fietkau2022-06-291-0/+2
* | wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau2022-07-011-4/+0
* | wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-201-1/+2
* | wifi: mac80211: add vif link addition/removalJohannes Berg2022-06-201-3/+131
* | wifi: mac80211: make some SMPS code MLD-awareJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg2022-06-201-3/+3
* | wifi: mac80211: refactor some link setup codeJohannes Berg2022-06-201-11/+22
* | wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-7/+8
* | wifi: mac80211: add per-link configuration pointerJohannes Berg2022-06-201-2/+21
* | wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-2/+3
* | wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-20/+24
* | wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-4/+4
* | wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-101-6/+1
|/
* mac80211: add support for .ndo_fill_forward_pathFelix Fietkau2021-11-261-0/+59
* mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg2021-11-151-1/+3
* mac80211: use eth_hw_addr_set()Jakub Kicinski2021-10-211-5/+3
* mac80211: MBSSID support in interface handlingJohn Crispin2021-09-281-1/+30
* mac80211: introduce individual TWT support in AP modeLorenzo Bianconi2021-08-241-0/+41
* mac80211: add support for BSS color changeJohn Crispin2021-08-171-0/+2
* mac80211: Fix monitor MTU limit so that A-MSDUs get throughJohan Almbladh2021-08-131-2/+9
* mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen2021-06-231-0/+3
* mac80211: use sdata->skb_queue for TDLSJohannes Berg2021-06-231-1/+4