aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-14mac80211: process and save VHT MU-MIMO group frameSara Sharon1-0/+10
2015-12-02mac80211: don't teardown sdata on sdata stopEliad Peller1-1/+1
2015-11-20mac80211: ensure we don't update tx power on a non-running sdataEmmanuel Grumbach1-1/+2
2015-11-03mac80211: make enable_qos parameter to ieee80211_set_wmm_default()Johannes Berg1-3/+5
2015-10-14mac80211: remove PM-QoS listenerJohannes Berg1-2/+2
2015-09-22mac80211: process skb_queue while scanning in HWAndrei Otcheretianski1-1/+1
2015-08-14mac80211: add rate mask logic for vht ratesLorenzo Bianconi1-2/+12
2015-07-17mac80211: TDLS: handle chan-switch in RTNL locked workArik Nemtsov1-2/+0