aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-08mac80211: fix deadlock in AP/VLAN handlingJohannes Berg1-7/+12
2021-05-11mac80211: add fragment cache to sta_infoJohannes Berg1-8/+3
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+2
2021-04-08mac80211: Allow concurrent monitor iface and ethernet rx decapSriram R1-1/+2
2021-03-06kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior1-0/+1
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2021-01-26mac80211: pause TX while changing interface typeJohannes Berg1-0/+6
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-3/+11
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg1-5/+4
2021-01-21mac80211: add rx decapsulation offload supportFelix Fietkau1-3/+14
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-12-04mac80211: set SDATA_STATE_RUNNING for monitor interfacesBorwankar, Antara1-0/+2
2020-11-11mac80211: remove WDS-related codeJohannes Berg1-46/+6
2020-11-02mac80211: add KCOV remote annotations to incoming frame processingAleksandr Nogikh1-0/+2
2020-10-13mac80211: use new function dev_fetch_sw_netstatsHeiner Kallweit1-22/+1
2020-09-28mac80211: receive and process S1G beaconsThomas Pedersen1-0/+5
2020-09-18mac80211: reorganize code to remove a forward declarationFelix Fietkau1-473/+471
2020-09-18mac80211: rework tx encapsulation offload APIFelix Fietkau1-56/+113
2020-07-31mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef1-4/+11
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+5
2020-04-24mac80211: fix drv_config_iface_filter() behaviourJohannes Berg1-0/+5
2020-03-20mac80211: handle no-preauth flag for control portMarkus Theil1-0/+4
2020-02-14mac80211: allow setting queue_len for drivers not using wake_tx_queueJohn Crispin1-0/+4
2020-02-14mac80211: Fix setting txpower to zeroBen Greear1-0/+1
2020-02-07mac80211: Remove support for changing AP SMPS modeIlan Peer1-7/+1
2020-02-07mac80211: allow changing TX-related netdev featuresJohannes Berg1-1/+3
2019-12-13mac80211: add 802.11 encapsulation offloading supportJohn Crispin1-0/+67
2019-09-11mac80211: allow drivers to set max MTUWen Gong1-1/+1
2019-07-30Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues"Johannes Berg1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-04-26mac80211: only allocate one queue when using iTXQsJohannes Berg1-5/+5
2019-04-26mac80211: set NETIF_F_LLTX when using intermediate tx queuesFelix Fietkau1-0/+1
2019-04-23mac80211: Fix kernel panic due to use of txq after freeBhagavathi Perumal S1-0/+3
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-4/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-6/+4
2018-12-18mac80211: never pass NULL params to ieee80211_if_add()Johannes Berg1-6/+4
2018-12-18mac80211: fix a kernel panic when TXing after TXQ teardownSara Sharon1-0/+3
2018-11-09mac80211: Clear beacon_int in ieee80211_do_stopBen Greear1-0/+2
2018-09-26mac80211: allocate TXQs for active monitor interfacesFelix Fietkau1-1/+2
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-2/+2