summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/debugfs.c
AgeCommit message (Expand)AuthorLines
2019-06-27batman-adv: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-79/+20
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann-12/+0
2019-01-04batman-adv: Update copyright years for 2019Sven Eckelmann-1/+1
2018-11-12batman-adv: Add includes for deprecation warningSven Eckelmann-0/+2
2018-09-14batman-adv: Mark debugfs functionality as deprecatedSven Eckelmann-0/+37
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller-0/+40
2018-07-05batman-adv: fix checkpatch warning about misspelled "cache"Sven Eckelmann-1/+1
2018-06-23batman-adv: Fix debugfs path for renamed softifSven Eckelmann-0/+20
2018-06-23batman-adv: Fix debugfs path for renamed hardifSven Eckelmann-0/+20
2018-02-26batman-adv: Update copyright years for 2018Sven Eckelmann-1/+1
2017-12-15batman-adv: Add kernel-doc to externally visible functionsSven Eckelmann-0/+16
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann-6/+6
2017-12-15batman-adv: Remove unused sched.h includeSven Eckelmann-1/+0
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann-0/+1
2017-01-28batman-adv: Fix includes for IS_ERR/ERR_PTRSven Eckelmann-1/+1
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann-1/+1
2016-10-19batman-adv: Use octal permissions instead of macrosSven Eckelmann-14/+12
2016-08-09batman-adv: Suppress debugfs entries for netns'sAndrew Lunn-0/+18
2016-06-30batman-adv: Consolidate logging related functionsSven Eckelmann-215/+1
2016-06-30batman-adv: move bat_algo functions into a separate fileSven Eckelmann-0/+1
2016-06-30batman-adv: Add debugfs table for mcast flagsLinus Lüssing-0/+23
2016-05-10batman-adv: Use bool as return type for boolean functionsSven Eckelmann-1/+1
2016-05-04batman-adv: fix debuginfo macro style issueSimon Wunderlich-8/+11
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann-1/+1
2016-02-02batman-adv: Fix kerneldoc of main functionsSven Eckelmann-0/+6
2015-12-16batman-adv: export single hop neighbor list via debugfsMarek Lindner-0/+9
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann-8/+29
2015-05-29batman-adv: debugfs, avoid compiling for !DEBUG_FSMarkus Pargmann-8/+0
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann-1/+1
2015-01-07batman-adv: checkpatch - Please use a blank line after declarationsAntonio Quartulli-0/+1
2015-01-07batman-adv: avoid useless return in void functionsAntonio Quartulli-1/+0
2014-05-18batman-adv: remove semi-colon after macro definitionAntonio Quartulli-2/+2
2014-05-18batman-adv: add blank line between declarations and the rest of the codeAntonio Quartulli-0/+9
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich-1/+1
2014-01-12batman-adv: add debugfs support to view multiif tablesSimon Wunderlich-0/+16
2014-01-12batman-adv: add debugfs structure for information per interfaceSimon Wunderlich-0/+73
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli-3/+1
2013-10-09batman-adv: remove vis functionalitySimon Wunderlich-9/+0
2013-03-13batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll-0/+18
2013-01-19batman-adv: update copyright yearsAntonio Quartulli-1/+1
2013-01-19batman-adv: mark debug_log struct as bat_priv only structMarek Lindner-6/+7
2013-01-12batman-adv: unbloat batadv_priv if debug is not enabledMarek Lindner-1/+0
2013-01-12batman-adv: remove useless NULL checkAntonio Quartulli-4/+2
2013-01-12batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli-1/+0
2012-11-21batman-adv: support array of debugfs general attributesAntonio Quartulli-9/+25
2012-11-07batman-adv: Distributed ARP Table - add compile optionAntonio Quartulli-1/+6
2012-11-07batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli-0/+15
2012-10-29batman-adv: Check return value of try_module_getSven Eckelmann-2/+4
2012-08-23batman-adv: Add the backbone gateway list to debugfsSimon Wunderlich-0/+12
2012-07-01batman-adv: Fix alignment after opened parenthesesSven Eckelmann-7/+11