summaryrefslogtreecommitdiffstats
path: root/net/mac80211/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: indicate support for multiple BSSIDSara Sharon2019-02-081-1/+3
* mac80211: minstrel_ht: add flag to indicate missing/inaccurate tx A-MPDU lengthFelix Fietkau2019-01-191-0/+1
* mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen2019-01-191-0/+3
* mac80211: add an option for station management TXQSara Sharon2018-09-051-0/+1
* mac80211: introduce capability flags for VHT EXT NSS supportJohannes Berg2018-09-051-0/+1
* mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg2018-09-051-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-0/+1
|\
| * mac80211: add ieee80211_hw flag for QoS NDP supportBen Caradoc-Davies2018-03-211-0/+1
* | mac80211: Call mgd_prep_tx before transmitting deauthenticationIlan Peer2018-02-221-0/+1
|/
* Revert "mac80211: Add airtime account and scheduling to TXQs"Johannes Berg2017-12-191-1/+0
* mac80211: Add airtime account and scheduling to TXQsToke Høiland-Jørgensen2017-12-111-0/+1
* mac80211: enable TDLS peer buffer STA featureYingying Tang2017-12-111-0/+1
* mac80211: check for allocation failure in debugfs codeDan Carpenter2017-02-081-2/+9
* mac80211: add back lost debugfs filesJohannes Berg2017-02-071-0/+1
* mac80211: Show pending txqlen in debugfs.Ben Greear2016-12-131-0/+27
* mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon2016-10-191-0/+1
* mac80211: Export fq memory limit information in debugfsToke Høiland-Jørgensen2016-09-301-0/+8
* mac80211: allow driver to handle packet-loss mechanismRajkumar Manoharan2016-09-151-0/+1
* mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen2016-09-131-125/+26
* mac80211: add debug knobs for fair queuingMichal Kazior2016-06-091-0/+173
* mac80211: add A-MSDU tx supportFelix Fietkau2016-04-061-0/+2
* mac80211: enable collecting station statistics per-CPUJohannes Berg2016-04-061-0/+1
* Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller2016-03-011-0/+1
|\
| * mac80211: support hw managing reorder logicSara Sharon2016-02-241-0/+1
* | net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=yAndrey Ryabinin2016-01-201-5/+2
|/
* mac80211: allow driver to prevent two stations w/ same addressJohannes Berg2015-12-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-1/+1
|\
| * mac80211: Fix hwflags debugfs file formatMohammed Shafi Shajakhan2015-10-131-1/+1
* | mac80211: Copy tx'ed beacons to monitor modeHelmut Schaa2015-09-291-0/+1
* | mac80211: allow the driver to advertise A-MSDU within A-MPDU Rx supportEmmanuel Grumbach2015-09-221-0/+1
|/
* mac80211: define TDLS wider BW support bitsArik Nemtsov2015-07-171-0/+1
* mac80211: remove short frame test and counterJohannes Berg2015-07-171-1/+0
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-43/+53
* mac80211: remove short slot/short preamble incapable flagsJohannes Berg2015-06-021-7/+0
* mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERSJohannes Berg2015-05-051-1/+1
* mac80211: clean up global debugfs statisticsJohannes Berg2015-05-051-48/+26
* mac80211: remove drop_unencrypted codeJohannes Berg2015-03-201-2/+0
* mac80211: remove TX latency measurement codeJohannes Berg2015-02-281-168/+0
* mac80211: move U-APSD enablement to vif flagsJohannes Berg2014-12-151-2/+0
* mac80211: replace SMPS hw flags with wiphy feature bitsEliad Peller2014-09-111-5/+0
* mac80211: add Intel Mobile Communications copyrightJohannes Berg2014-09-051-0/+1
* mac80211: use RCU_INIT_POINTERMonam Agarwal2014-04-091-1/+1
* mac80211: Tx frame latency statisticsMatti Gottlieb2013-12-021-0/+168
* mac80211: fix some snprintf misusesEliad Peller2013-10-011-26/+29
* mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEJohannes Berg2013-02-111-2/+0
* mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach2013-01-311-2/+2
* mac80211: make reset debugfs depend on CONFIG_PMJohannes Berg2012-09-191-0/+4
* mac80211: remove freq/chantype from debugfsJohannes Berg2012-08-201-32/+0
* mac80211: redesign scan RXJohannes Berg2012-07-121-2/+0
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-9/+3