aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bridge_loop_avoidance.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-12batman-adv: use the const qualifier in hash functionsAntonio Quartulli1-1/+1
2013-01-12batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli1-4/+0
2013-01-12batman-adv: unify and properly print hex valuesAntonio Quartulli1-9/+9
2012-11-21batman-adv: Fix broadcast duplist for fragmentationSimon Wunderlich1-11/+7
2012-11-21batman-adv: fix bla compare functionSimon Wunderlich1-2/+16
2012-11-14batman-adv: wait multiple periods before activating blaSimon Wunderlich1-1/+8
2012-11-14batman-adv: allow bla traffic only after first worker periodSimon Wunderlich1-1/+19
2012-11-14batman-adv: send announcement when backbone gw is registeredSimon Wunderlich1-4/+10
2012-11-14batman-adv: don't rely on positions in struct for hashingSimon Wunderlich1-14/+6
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner1-30/+6
2012-10-18batman-adv: Fix potential broadcast BLA-duplicate-check race conditionLinus Lüssing1-5/+14
2012-10-18batman-adv: Fix broadcast packet CRC calculationLinus Lüssing1-4/+4
2012-08-23batman-adv: Reduce accumulated length of simple statementsSven Eckelmann1-2/+1
2012-08-23batman-adv: Don't break statements after assignment operatorSven Eckelmann1-4/+3
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann1-55/+60
2012-08-23batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructureMarek Lindner1-2/+3
2012-08-23batman-adv: rename bridge loop avoidance claim typesSimon Wunderlich1-9/+9
2012-08-23batman-adv: correct comments in bridge loop avoidanceSimon Wunderlich1-2/+3
2012-08-23batman-adv: Add the backbone gateway list to debugfsSimon Wunderlich1-0/+65
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+11
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-17/+34
2012-07-06batman-adv: check incoming packet type for blaSimon Wunderlich1-4/+11
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-91/+97
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