summaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mac80211: receive and process S1G beaconsThomas Pedersen2020-09-281-0/+5
* mac80211: reorganize code to remove a forward declarationFelix Fietkau2020-09-181-473/+471
* mac80211: rework tx encapsulation offload APIFelix Fietkau2020-09-181-56/+113
* mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef2020-07-311-4/+11
* mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-311-5/+5
* mac80211: fix drv_config_iface_filter() behaviourJohannes Berg2020-04-241-0/+5
* mac80211: handle no-preauth flag for control portMarkus Theil2020-03-201-0/+4
* mac80211: allow setting queue_len for drivers not using wake_tx_queueJohn Crispin2020-02-141-0/+4
* mac80211: Fix setting txpower to zeroBen Greear2020-02-141-0/+1
* mac80211: Remove support for changing AP SMPS modeIlan Peer2020-02-071-7/+1
* mac80211: allow changing TX-related netdev featuresJohannes Berg2020-02-071-1/+3
* mac80211: add 802.11 encapsulation offloading supportJohn Crispin2019-12-131-0/+67
* mac80211: allow drivers to set max MTUWen Gong2019-09-111-1/+1
* Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues"Johannes Berg2019-07-301-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-0/+3
|\
| * mac80211: Fix kernel panic due to use of txq after freeBhagavathi Perumal S2019-04-231-0/+3
* | mac80211: only allocate one queue when using iTXQsJohannes Berg2019-04-261-5/+5
* | mac80211: set NETIF_F_LLTX when using intermediate tx queuesFelix Fietkau2019-04-261-0/+1
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-4/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-0/+3
|\
| * mac80211: fix a kernel panic when TXing after TXQ teardownSara Sharon2018-12-181-0/+3
* | Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller2018-12-191-6/+4
|\ \ | |/ |/|
| * mac80211: never pass NULL params to ieee80211_if_add()Johannes Berg2018-12-181-6/+4
* | mac80211: Clear beacon_int in ieee80211_do_stopBen Greear2018-11-091-0/+2
|/