summaryrefslogtreecommitdiff
path: root/net/mac80211/iface.c
AgeCommit message (Expand)Author
2020-03-20mac80211: handle no-preauth flag for control portMarkus Theil
2020-02-14mac80211: allow setting queue_len for drivers not using wake_tx_queueJohn Crispin
2020-02-14mac80211: Fix setting txpower to zeroBen Greear
2020-02-07mac80211: Remove support for changing AP SMPS modeIlan Peer
2020-02-07mac80211: allow changing TX-related netdev featuresJohannes Berg
2019-12-13mac80211: add 802.11 encapsulation offloading supportJohn Crispin
2019-09-11mac80211: allow drivers to set max MTUWen Gong
2019-07-30Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues"Johannes Berg
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-26mac80211: only allocate one queue when using iTXQsJohannes Berg
2019-04-26mac80211: set NETIF_F_LLTX when using intermediate tx queuesFelix Fietkau
2019-04-23mac80211: Fix kernel panic due to use of txq after freeBhagavathi Perumal S
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller
2018-12-18mac80211: never pass NULL params to ieee80211_if_add()Johannes Berg
2018-12-18mac80211: fix a kernel panic when TXing after TXQ teardownSara Sharon
2018-11-09mac80211: Clear beacon_int in ieee80211_do_stopBen Greear
2018-09-26mac80211: allocate TXQs for active monitor interfacesFelix Fietkau
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-03-29mac80211: Send control port frames over nl80211Denis Kenzior
2018-02-22mac80211: add get TID helperSara Sharon
2017-12-11mac80211: remove BUG() when interface type is invalidLuca Coelho
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-11mac80211: only remove AP VLAN frames from TXQJohannes Berg
2017-09-21mac80211: avoid allocating TXQs that won't be usedJohannes Berg
2017-09-05mac80211: Fix null pointer dereference with iTXQ supportChunho Lee
2017-09-05mac80211: fix VLAN handling with TXQsJohannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-09mac80211: free netdev on dev_alloc_name() errorJohannes Berg
2017-06-08mac80211: manage RX BA session offload without SKB queueJohannes Berg
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-05-30mac80211: fix TX aggregation start/stop callback raceJohannes Berg
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller
2017-04-18mac80211: keep a separate list of monitor interfaces that are upJohannes Berg
2017-03-29mac80211: unconditionally start new netdev queues with iTXQ supportJohannes Berg
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-11mac80211: recalculate min channel width on VHT opmode changesJohannes Berg
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-10-29Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/sc...David S. Miller
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson
2016-10-12mac80211: filter multicast data packets on AP / AP_VLANMichael Braun
2016-09-30mac80211: Implement add_nan_func and rm_nan_funcAyala Beker
2016-09-30mac80211: add boilerplate code for start / stop NANAyala Beker
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker
2016-09-12mac80211: add support for MU-MIMO air snifferAviya Erenfeld
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld
2016-06-09mac80211: implement fair queueing per txqMichal Kazior
2016-06-09mac80211: skip netdev queue control with software queuingMichal Kazior