aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bridge_loop_avoidance.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-6/+6
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann1-10/+10
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann1-23/+23
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann1-17/+17
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-1/+1
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-9/+11
2012-06-28batman-adv: Prefix bridge_loop_avoidance defines with BATADV_Sven Eckelmann1-2/+2
2012-06-25batman-adv: Prefix bridge_loop_avoidance local static functions with batadv_Sven Eckelmann1-152/+168
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-81/+84
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann1-2/+2
2012-06-24batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann1-5/+8
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann1-14/+14
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-48/+19
2012-06-20batman-adv: Prefix main 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-2/+2
2012-06-20batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann1-4/+4
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann1-14/+14
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann1-3/+3
2012-06-18batman-adv: trivial endianness annotationsAl Viro1-3/+3
2012-06-18batman-adv: get rid of pointless cast in memcpy()Al Viro1-1/+1
2012-06-18batman-adv: Initialize lockdep class keys for hashesSven Eckelmann1-0/+13
2012-05-11batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli1-6/+4
2012-04-18batman-adv: remove duplicated line in commentAntonio Quartulli1-1/+0
2012-04-11batman-adv: form groups in the bridge loop avoidanceSimon Wunderlich1-6/+115
2012-04-11batman-adv: add broadcast duplicate checkSimon Wunderlich1-0/+75
2012-04-11batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich1-0/+50
2012-04-11batman-adv: export claim tables through debugfsSimon Wunderlich1-0/+53
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich1-0/+1296