summaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mac80211: refactor SKB queue processing a bitJohannes Berg2021-06-231-109/+119
* mac80211: fix deadlock in AP/VLAN handlingJohannes Berg2021-06-081-7/+12
* mac80211: add fragment cache to sta_infoJohannes Berg2021-05-111-8/+3
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-1/+2
|\
| * mac80211: Allow concurrent monitor iface and ethernet rx decapSriram R2021-04-081-1/+2
* | kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior2021-03-061-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-281-0/+6
|\
| * mac80211: pause TX while changing interface typeJohannes Berg2021-01-261-0/+6
* | cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-3/+11
* | cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-221-5/+4
* | mac80211: add rx decapsulation offload supportFelix Fietkau2021-01-211-3/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-0/+2
|\
| * mac80211: set SDATA_STATE_RUNNING for monitor interfacesBorwankar, Antara2020-12-041-0/+2
* | mac80211: remove WDS-related codeJohannes Berg2020-11-111-46/+6
* | mac80211: add KCOV remote annotations to incoming frame processingAleksandr Nogikh2020-11-021-0/+2
|/
* mac80211: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-131-22/+1