aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bat_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann1-405/+0
2012-07-01batman-adv: Transform BATADV_LOG_BUFF(idx) into functionSven Eckelmann1-4/+15
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-13/+14
2012-07-01batman-adv: Prefix local debugfs structs with batadv_Sven Eckelmann1-5/+5
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-1/+1
2012-06-28batman-adv: Prefix debugfs defines with BATADV_Sven Eckelmann1-1/+1
2012-06-28batman-adv: Prefix local defines with BATADV_Sven Eckelmann1-12/+14
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann1-2/+2
2012-06-24batman-adv: Prefix bat_debugfs local static functions with batadv_Sven Eckelmann1-71/+72
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-3/+1
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann1-1/+2
2012-06-20batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann1-5/+5
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann1-4/+7
2012-05-11batman-adv: replace HZ calculations with jiffies_to_msecs()Marek Lindner1-2/+2
2012-04-11batman-adv: add bridge loop avoidance compile optionSimon Wunderlich1-1/+6
2012-04-11batman-adv: export claim tables through debugfsSimon Wunderlich1-0/+10
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich1-8/+0
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner1-0/+22
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann1-1/+1
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-2/+2
2011-05-30batman-adv: Remove comparising < 0 for unsigned typeSven Eckelmann1-1/+1
2011-05-30batman-adv: Print jiffies as unsigned longSven Eckelmann1-1/+1
2011-05-30batman-adv: Annotate functions with format stringsSven Eckelmann1-0/+1
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli1-2/+2
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2011-01-31batman-adv: Remove unused variablesSven Eckelmann1-3/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+360