summaryrefslogtreecommitdiff
path: root/net/batman-adv/bat_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann1-787/+0
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-21/+24
2012-07-01batman-adv: Prefix local sysfs struct with batadv_Sven Eckelmann1-6/+6
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann1-6/+6
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann1-9/+15
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-11/+16
2012-07-01batman-adv: Prefix gateway enum with BATADV_Sven Eckelmann1-7/+7
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-3/+4
2012-06-28batman-adv: Prefix gateway defines with BATADV_Sven Eckelmann1-11/+15
2012-06-28batman-adv: Prefix sysfs defines with BATADV_Sven Eckelmann1-7/+7
2012-06-28batman-adv: Prefix local defines with BATADV_Sven Eckelmann1-56/+58
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann1-37/+44
2012-06-25batman-adv: Prefix bat_sysfs local static functions with batadv_Sven Eckelmann1-117/+138
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-4/+4
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann1-8/+8
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-6/+7
2012-06-20batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann1-9/+11
2012-06-20batman-adv: Prefix gateway-common non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann1-6/+6
2012-06-18batman-adv: use DBG_ALL in log_level sysfs definitionAntonio Quartulli1-1/+1
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann1-1/+1
2012-05-11batman-adv: Adding hard_iface specific sysfs wrapper macros for UINTLinus Luessing1-0/+43
2012-05-11batman-adv: rename sysfs macros to reflect the soft-interface dependencyMarek Lindner1-28/+29
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+3
2012-04-11batman-adv: add bridge loop avoidance compile optionSimon Wunderlich1-0/+4
2012-04-11batman-adv: make bridge loop avoidance switchableSimon Wunderlich1-0/+2
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich1-1/+1
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-8/+8
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann1-2/+2
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: export used routing algorithm via sysfsMarek Lindner1-0/+9
2011-11-20batman-adv: Replace obsolete strict_strto<foo> with kstrto<foo>Sven Eckelmann1-2/+2
2011-08-22batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli1-0/+2
2011-06-20batman-adv: add wrapper function to throw uevent in userspaceAntonio Quartulli1-0/+71
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli1-1/+1
2011-06-09batman-adv: Rewrite debugfs kobj_to_* helpers as functionsSven Eckelmann1-3/+11
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-8/+7
2011-05-08batman-adv: Avoid deadlock between rtnl_lock and s_activeSven Eckelmann1-9/+9
2011-05-08batman-adv: Remove unnecessary hardif_list_lockSven Eckelmann1-0/+2
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner1-19/+22
2011-03-05batman-adv: Correct rcu refcounting for batman_ifMarek Lindner1-11/+9
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+593