aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-08mac80211: check for allocation failure in debugfs codeDan Carpenter1-2/+9
2017-02-07mac80211: add back lost debugfs filesJohannes Berg1-0/+1
2016-12-13mac80211: Show pending txqlen in debugfs.Ben Greear1-0/+27
2016-10-19mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon1-0/+1
2016-09-30mac80211: Export fq memory limit information in debugfsToke Høiland-Jørgensen1-0/+8
2016-09-15mac80211: allow driver to handle packet-loss mechanismRajkumar Manoharan1-0/+1
2016-09-13mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen1-125/+26
2016-06-09mac80211: add debug knobs for fair queuingMichal Kazior1-0/+173
2016-04-06mac80211: add A-MSDU tx supportFelix Fietkau1-0/+2
2016-04-06mac80211: enable collecting station statistics per-CPUJohannes Berg1-0/+1
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-0/+1
2016-02-24mac80211: support hw managing reorder logicSara Sharon1-0/+1
2016-01-20net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=yAndrey Ryabinin1-5/+2
2015-12-04mac80211: allow driver to prevent two stations w/ same addressJohannes Berg1-0/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-10-13mac80211: Fix hwflags debugfs file formatMohammed Shafi Shajakhan1-1/+1
2015-09-29mac80211: Copy tx'ed beacons to monitor modeHelmut Schaa1-0/+1
2015-09-22mac80211: allow the driver to advertise A-MSDU within A-MPDU Rx supportEmmanuel Grumbach1-0/+1
2015-07-17mac80211: define TDLS wider BW support bitsArik Nemtsov1-0/+1
2015-07-17mac80211: remove short frame test and counterJohannes Berg1-1/+0
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-43/+53
2015-06-02mac80211: remove short slot/short preamble incapable flagsJohannes Berg1-7/+0
2015-05-05mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERSJohannes Berg1-1/+1
2015-05-05mac80211: clean up global debugfs statisticsJohannes Berg1-48/+26
2015-03-20mac80211: remove drop_unencrypted codeJohannes Berg1-2/+0
2015-02-28mac80211: remove TX latency measurement codeJohannes Berg1-168/+0
2014-12-15mac80211: move U-APSD enablement to vif flagsJohannes Berg1-2/+0
2014-09-11mac80211: replace SMPS hw flags with wiphy feature bitsEliad Peller1-5/+0
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-04-09mac80211: use RCU_INIT_POINTERMonam Agarwal1-1/+1
2013-12-02mac80211: Tx frame latency statisticsMatti Gottlieb1-0/+168
2013-10-01mac80211: fix some snprintf misusesEliad Peller1-26/+29
2013-02-11mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEJohannes Berg1-2/+0
2013-01-31mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach1-2/+2
2012-09-19mac80211: make reset debugfs depend on CONFIG_PMJohannes Berg1-0/+4
2012-08-20mac80211: remove freq/chantype from debugfsJohannes Berg1-32/+0
2012-07-12mac80211: redesign scan RXJohannes Berg1-2/+0
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-9/+3
2012-03-15mac80211: make uapsd_* keys per-vifEliad Peller1-81/+0
2012-02-06mac80211: support hw scan while idleEliad Peller1-0/+2
2012-01-27mac80211: make CQM RSSI support per virtual interfaceJohannes Berg1-2/+0
2012-01-27mac80211: make beacon filtering per virtual interfaceJohannes Berg1-2/+0
2011-11-28mac80211: remove debugfs noack testSimon Wunderlich1-35/+0
2011-11-09net/mac80211/debugfs.c: use kstrtoul, etcJulia Lawall1-1/+1
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller1-52/+0
2011-09-13mac80211: add flag to indicate HW only Tx-agg setup supportArik Nemtsov1-0/+2
2011-09-13mac80211: Remove unnecessary OOM logging messagesJoe Perches1-0/+3
2011-08-29net/mac80211/debugfs: Convert to kstrou8_from_userPeter Huewe1-11/+3
2011-05-05mac80211: add basic support for WoWLANJohannes Berg1-1/+1
2011-04-04wifi: Add hwflags to debugfs.Ben Greear1-13/+76