aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-29mac80211: Send control port frames over nl80211Denis Kenzior1-0/+2
2018-02-22mac80211: add get TID helperSara Sharon1-2/+1
2017-12-11mac80211: remove BUG() when interface type is invalidLuca Coelho1-1/+1
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2017-10-11mac80211: only remove AP VLAN frames from TXQJohannes Berg1-22/+3
2017-09-21mac80211: avoid allocating TXQs that won't be usedJohannes Berg1-1/+3
2017-09-05mac80211: Fix null pointer dereference with iTXQ supportChunho Lee1-1/+2
2017-09-05mac80211: fix VLAN handling with TXQsJohannes Berg1-2/+15
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2017-06-09mac80211: free netdev on dev_alloc_name() errorJohannes Berg1-0/+1
2017-06-08mac80211: manage RX BA session offload without SKB queueJohannes Berg1-23/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-3/+3
2017-05-30mac80211: fix TX aggregation start/stop callback raceJohannes Berg1-10/+1
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-2/+17
2017-04-18mac80211: keep a separate list of monitor interfaces that are upJohannes Berg1-2/+17
2017-03-29mac80211: unconditionally start new netdev queues with iTXQ supportJohannes Berg1-1/+2
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+21
2017-01-11mac80211: recalculate min channel width on VHT opmode changesJohannes Berg1-0/+21
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+1
2016-10-29Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-0/+16
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson1-11/+4
2016-10-12mac80211: filter multicast data packets on AP / AP_VLANMichael Braun1-0/+16
2016-09-30mac80211: Implement add_nan_func and rm_nan_funcAyala Beker1-2/+18
2016-09-30mac80211: add boilerplate code for start / stop NANAyala Beker1-2/+6
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker1-0/+4
2016-09-12mac80211: add support for MU-MIMO air snifferAviya Erenfeld1-0/+5
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld1-8/+8
2016-06-09mac80211: implement fair queueing per txqMichal Kazior1-7/+5
2016-06-09mac80211: skip netdev queue control with software queuingMichal Kazior1-3/+15
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-04-27mac80211: fix statistics leak if dev_alloc_name() failsJohannes Berg1-2/+2
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-1/+1
2016-04-05mac80211: mesh: fix cleanup for mesh pathtableBob Copeland1-1/+1
2016-02-24mac80211: expose txq queue depth and size to driversMichal Kazior1-0/+1
2016-02-24mac80211: fix txq queue related crashesMichal Kazior1-0/+3