summaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Send control port frames over nl80211Denis Kenzior2018-03-291-0/+2
* mac80211: add get TID helperSara Sharon2018-02-221-2/+1
* mac80211: remove BUG() when interface type is invalidLuca Coelho2017-12-111-1/+1
* mac80211: mark expected switch fall-throughsGustavo A. R. Silva2017-12-111-1/+1
* mac80211: only remove AP VLAN frames from TXQJohannes Berg2017-10-111-22/+3
* mac80211: avoid allocating TXQs that won't be usedJohannes Berg2017-09-211-1/+3
* mac80211: Fix null pointer dereference with iTXQ supportChunho Lee2017-09-051-1/+2
* mac80211: fix VLAN handling with TXQsJohannes Berg2017-09-051-2/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-3/+4
|\
| * mac80211: free netdev on dev_alloc_name() errorJohannes Berg2017-06-091-0/+1
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-3/+3
* | mac80211: manage RX BA session offload without SKB queueJohannes Berg2017-06-081-23/+2
|/
* mac80211: fix TX aggregation start/stop callback raceJohannes Berg2017-05-301-10/+1
* Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-201-2/+17
|\
| * mac80211: keep a separate list of monitor interfaces that are upJohannes Berg2017-04-181-2/+17
* | mac80211: unconditionally start new netdev queues with iTXQ supportJohannes Berg2017-03-291-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-0/+21
|\
| * mac80211: recalculate min channel width on VHT opmode changesJohannes Berg2017-01-111-0/+21
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+1
|/
* Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/sc...David S. Miller2016-10-291-0/+16
|\
| * mac80211: filter multicast data packets on AP / AP_VLANMichael Braun2016-10-121-0/+16
* | net: use core MTU range checking in wireless driversJarod Wilson2016-10-201-11/+4
|/
* mac80211: Implement add_nan_func and rm_nan_funcAyala Beker2016-09-301-2/+18
* mac80211: add boilerplate code for start / stop NANAyala Beker2016-09-301-2/+6
* cfg80211: add start / stop NAN commandsAyala Beker2016-09-301-0/+4
* mac80211: add support for MU-MIMO air snifferAviya Erenfeld2016-09-121-0/+5
* mac80211: refactor monitor representation in sdataAviya Erenfeld2016-09-121-8/+8
* mac80211: implement fair queueing per txqMichal Kazior2016-06-091-7/+5
* mac80211: skip netdev queue control with software queuingMichal Kazior2016-06-091-3/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-2/+2
|\
| * mac80211: fix statistics leak if dev_alloc_name() failsJohannes Berg2016-04-271-2/+2
* | cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-1/+1
* | mac80211: mesh: fix cleanup for mesh pathtableBob Copeland2016-04-051-1/+1
|/
* mac80211: expose txq queue depth and size to driversMichal Kazior2016-02-241-0/+1
* mac80211: fix txq queue related crashesMichal Kazior2016-02-241-0/+3
* mac80211: process and save VHT MU-MIMO group frameSara Sharon2016-01-141-0/+10
* mac80211: don't teardown sdata on sdata stopEliad Peller2015-12-021-1/+1
* mac80211: ensure we don't update tx power on a non-running sdataEmmanuel Grumbach2015-11-201-1/+2
* mac80211: make enable_qos parameter to ieee80211_set_wmm_default()Johannes Berg2015-11-031-3/+5
* mac80211: remove PM-QoS listenerJohannes Berg2015-10-141-2/+2
* mac80211: process skb_queue while scanning in HWAndrei Otcheretianski2015-09-221-1/+1
* mac80211: add rate mask logic for vht ratesLorenzo Bianconi2015-08-141-2/+12
* mac80211: TDLS: handle chan-switch in RTNL locked workArik Nemtsov2015-07-171-2/+0
* mac80211: shut down interfaces before destroying interface listJohannes Berg2015-07-171-11/+14
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-0/+6
|\
| * mac80211: fix AP_VLAN crypto tailroom calculationMichal Kazior2015-05-201-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-5/+7
|\ \ | |/
| * mac80211: don't warn when stopping VLAN with stationsJohannes Berg2015-04-201-5/+7
* | mac80211: use per-CPU TX/RX statisticsJohannes Berg2015-04-241-1/+44
OpenPOWER on IntegriCloud