aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bat_debugfs.c
Commit message (Expand)AuthorAge
* batman-adv: Prefix debugfs defines with BATADV_Sven Eckelmann2012-06-28
* batman-adv: Prefix local defines with BATADV_Sven Eckelmann2012-06-28
* batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann2012-06-28
* batman-adv: Prefix bat_debugfs local static functions with batadv_Sven Eckelmann2012-06-24
* batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-20
* batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix icmp-socket non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix bat_debugfs non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Return error codes instead of -1 on failuresSven Eckelmann2012-06-18
* batman-adv: replace HZ calculations with jiffies_to_msecs()Marek Lindner2012-05-11
* batman-adv: add bridge loop avoidance compile optionSimon Wunderlich2012-04-11
* batman-adv: export claim tables through debugfsSimon Wunderlich2012-04-11
* batman-adv: remove old bridge loop avoidance codeSimon Wunderlich2012-04-11
* batman-adv: Update copyright yearsSven Eckelmann2012-02-16
* batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner2012-02-16
* batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann2011-05-30
* batman-adv: Add const type qualifier for pointersSven Eckelmann2011-05-30
* batman-adv: Remove comparising < 0 for unsigned typeSven Eckelmann2011-05-30
* batman-adv: Print jiffies as unsigned longSven Eckelmann2011-05-30
* batman-adv: Annotate functions with format stringsSven Eckelmann2011-05-30
* batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli2011-05-08
* batman-adv: Update copyright yearsSven Eckelmann2011-01-31
* batman-adv: Remove unused variablesSven Eckelmann2011-01-31
* net: Add batman-adv meshing protocolSven Eckelmann2010-12-16