summaryrefslogtreecommitdiffstats
path: root/net/mac80211/debugfs_sta.c
AgeCommit message (Expand)AuthorLines
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-06-14mac80211: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-2/+0
2019-02-22mac80211: update HE IEs to D3.3Liad Kaufman-10/+25
2019-01-19mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen-3/+65
2018-11-09mac80211: debugfs: avoid variable shadowingJohannes Berg-7/+7
2018-09-05wireless: align to draft 11ax D3.0Shaul Triebitz-22/+55
2018-09-05mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg-2/+4
2018-09-05mac80211: Add he_capa debugfs entryIdo Yariv-0/+325
2018-01-31mac80211: Add txq flags to debugfsBen Greear-3/+7
2018-01-22debugfs_sta: Remove unneeded semicolonsChristopher Díaz Riveros-2/+2
2017-05-17mac80211: Dynamically set CoDel parameters per stationToke Høiland-Jørgensen-0/+6
2017-02-07mac80211: add back lost debugfs filesJohannes Berg-0/+1
2016-10-19mac80211: improve RX aggregation data in debugfsJohannes Berg-2/+7
2016-10-19mac80211: fix tid_agg_rx NULL dereferenceJohannes Berg-1/+1
2016-09-15mac80211: remove sta_remove_debugfs driver callbackJohannes Berg-4/+0
2016-09-13mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen-0/+52
2016-05-31mac80211: add vht cap decode to debugfsBen Greear-2/+76
2016-04-05mac80211: clean up station flags debugfsJohannes Berg-20/+43
2016-04-05mac80211: remove sta_info debugfs sub-structJohannes Berg-11/+11
2016-04-05mac80211: Remove unused variable in per STA debugfs structMohammed Shafi Shajakhan-2/+0
2016-04-05mac80211: enable starting BA session with custom timeoutSara Sharon-17/+30
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg-3/+3
2015-10-21mac80211: remove sta->last_ack_signalJohannes Berg-2/+0
2015-05-05mac80211: clean up station debugfsJohannes Berg-84/+0
2015-05-05mac80211: remove sta->tx_fragments counterJohannes Berg-1/+0
2015-02-28mac80211: remove TX latency measurement codeJohannes Berg-134/+0
2014-11-19mac80211: introduce TDLS channel switch opsArik Nemtsov-5/+5
2014-11-19mac80211: track AP and peer STA TDLS chan-switch supportArik Nemtsov-2/+3
2014-09-15Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm...John W. Linville-0/+1
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+1
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg-0/+1
2014-08-26mac80211: fix agg_status debugfs file alignmentJohannes Berg-1/+1
2014-08-15mac80211: don't duplicate station QoS capability dataJohannes Berg-1/+2
2014-06-23mac80211: Use ktime_get_ts()Thomas Gleixner-1/+1
2014-06-23mac80211: remove weak WEP IV accountingJohannes Berg-1/+0
2014-02-04mac80211: fix agg_status debugfs file writeJohannes Berg-1/+1
2013-12-02mac80211: Tx frame latency statisticsMatti Gottlieb-0/+134
2013-08-01mac80211: add debugfs for driver-buffered TID bitmapJohannes Berg-0/+9
2013-04-08mac80211: add beacon stats to debugfsBen Greear-0/+2
2013-03-06mac80211: add VHT capabilities station debugfs fileJohannes Berg-0/+31
2013-02-04mac80211: mesh power save basicsMarco Porsch-2/+3
2012-12-11net: remove obsolete simple_strto<foo>Abhijit Pawar-1/+0
2012-12-10net: remove obsolete simple_strto<foo>Abhijit Pawar-0/+3
2012-11-29mac80211: add debugfs file for last rx rateSaravana-0/+18
2012-11-29mac80211: add debugfs file for current tx rateSaravana-0/+16
2012-11-29mac80211: add debugfs file for last ack signalSaravana-0/+2
2012-11-21mac80211: Add debugfs callbacks for station addition/removalSujith Manoharan-0/+9
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg-5/+5
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-2/+2