summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-271-79/+20Star
* batman-adv: Drop license boilerplateSven Eckelmann2019-03-251-12/+0Star
* batman-adv: Update copyright years for 2019Sven Eckelmann2019-01-041-1/+1
* batman-adv: Add includes for deprecation warningSven Eckelmann2018-11-121-0/+2
* batman-adv: Mark debugfs functionality as deprecatedSven Eckelmann2018-09-141-0/+37
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-0/+40
|\
| * batman-adv: Fix debugfs path for renamed softifSven Eckelmann2018-06-231-0/+20
| * batman-adv: Fix debugfs path for renamed hardifSven Eckelmann2018-06-231-0/+20
* | batman-adv: fix checkpatch warning about misspelled "cache"Sven Eckelmann2018-07-051-1/+1
|/
* batman-adv: Update copyright years for 2018Sven Eckelmann2018-02-261-1/+1
* batman-adv: Add kernel-doc to externally visible functionsSven Eckelmann2017-12-151-0/+16
* batman-adv: Use parentheses in function kernel-docSven Eckelmann2017-12-151-6/+6
* batman-adv: Remove unused sched.h includeSven Eckelmann2017-12-151-1/+0Star
* batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann2017-12-151-0/+1
* batman-adv: Fix includes for IS_ERR/ERR_PTRSven Eckelmann2017-01-281-1/+1
* batman-adv: update copyright years for 2017Sven Eckelmann2017-01-261-1/+1
* batman-adv: Use octal permissions instead of macrosSven Eckelmann2016-10-191-14/+12Star
* batman-adv: Suppress debugfs entries for netns'sAndrew Lunn2016-08-091-0/+18
* batman-adv: Consolidate logging related functionsSven Eckelmann2016-06-301-215/+1Star
* batman-adv: move bat_algo functions into a separate fileSven Eckelmann2016-06-301-0/+1
* batman-adv: Add debugfs table for mcast flagsLinus Lüssing2016-06-301-0/+23
* batman-adv: Use bool as return type for boolean functionsSven Eckelmann2016-05-101-1/+1
* batman-adv: fix debuginfo macro style issueSimon Wunderlich2016-05-031-8/+11
* batman-adv: update copyright years for 2016Sven Eckelmann2016-02-021-1/+1
* batman-adv: Fix kerneldoc of main functionsSven Eckelmann2016-02-021-0/+6
* batman-adv: export single hop neighbor list via debugfsMarek Lindner2015-12-151-0/+9
* batman-adv: Add required includes to all filesSven Eckelmann2015-06-071-8/+29
* batman-adv: debugfs, avoid compiling for !DEBUG_FSMarkus Pargmann2015-05-291-8/+0Star
* batman-adv: update copyright years for 2015Sven Eckelmann2015-05-291-1/+1
* batman-adv: checkpatch - Please use a blank line after declarationsAntonio Quartulli2015-01-071-0/+1
* batman-adv: avoid useless return in void functionsAntonio Quartulli2015-01-071-1/+0Star
* batman-adv: remove semi-colon after macro definitionAntonio Quartulli2014-05-181-2/+2
* batman-adv: add blank line between declarations and the rest of the codeAntonio Quartulli2014-05-181-0/+9
* batman-adv: update copyright years for 2014Simon Wunderlich2014-01-121-1/+1
* batman-adv: add debugfs support to view multiif tablesSimon Wunderlich2014-01-121-0/+16
* batman-adv: add debugfs structure for information per interfaceSimon Wunderlich2014-01-121-0/+73
* batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli2014-01-081-3/+1Star
* batman-adv: remove vis functionalitySimon Wunderlich2013-10-091-9/+0Star
* batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll2013-03-131-0/+18
* batman-adv: update copyright yearsAntonio Quartulli2013-01-191-1/+1
* batman-adv: mark debug_log struct as bat_priv only structMarek Lindner2013-01-191-6/+7
* batman-adv: unbloat batadv_priv if debug is not enabledMarek Lindner2013-01-121-1/+0Star
* batman-adv: remove useless NULL checkAntonio Quartulli2013-01-121-4/+2Star
* batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli2013-01-121-1/+0Star
* batman-adv: support array of debugfs general attributesAntonio Quartulli2012-11-211-9/+25
* batman-adv: Distributed ARP Table - add compile optionAntonio Quartulli2012-11-071-1/+6
* batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli2012-11-071-0/+15
* batman-adv: Check return value of try_module_getSven Eckelmann2012-10-291-2/+4
* batman-adv: Add the backbone gateway list to debugfsSimon Wunderlich2012-08-231-0/+12
* batman-adv: Fix alignment after opened parenthesesSven Eckelmann2012-07-011-7/+11