aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv/bridge_loop_avoidance.c
AgeCommit message (Expand)Author
2013-06-10batman-adv: Don't handle address updates when bla is disabledSimon Wunderlich
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-19batman-adv: update copyright yearsAntonio Quartulli
2013-01-19batman-adv: rename batadv_claim struct to make clear it is used by blaMarek Lindner
2013-01-19batman-adv: rename batadv_backbone_gw struct to make clear it is used by blaMarek Lindner
2013-01-19batman-adv: a delayed_work has to be initialised onceAntonio Quartulli
2013-01-12batman-adv: use the const qualifier in hash functionsAntonio Quartulli
2013-01-12batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli
2013-01-12batman-adv: unify and properly print hex valuesAntonio Quartulli
2012-11-21batman-adv: Fix broadcast duplist for fragmentationSimon Wunderlich
2012-11-21batman-adv: fix bla compare functionSimon Wunderlich
2012-11-14batman-adv: wait multiple periods before activating blaSimon Wunderlich
2012-11-14batman-adv: allow bla traffic only after first worker periodSimon Wunderlich
2012-11-14batman-adv: send announcement when backbone gw is registeredSimon Wunderlich
2012-11-14batman-adv: don't rely on positions in struct for hashingSimon Wunderlich
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner
2012-10-18batman-adv: Fix potential broadcast BLA-duplicate-check race conditionLinus Lüssing
2012-10-18batman-adv: Fix broadcast packet CRC calculationLinus Lüssing
2012-08-23batman-adv: Reduce accumulated length of simple statementsSven Eckelmann
2012-08-23batman-adv: Don't break statements after assignment operatorSven Eckelmann
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann
2012-08-23batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructureMarek Lindner
2012-08-23batman-adv: rename bridge loop avoidance claim typesSimon Wunderlich
2012-08-23batman-adv: correct comments in bridge loop avoidanceSimon Wunderlich
2012-08-23batman-adv: Add the backbone gateway list to debugfsSimon Wunderlich
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-07-06batman-adv: check incoming packet type for blaSimon Wunderlich
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix bridge_loop_avoidance defines with BATADV_Sven Eckelmann
2012-06-25batman-adv: Prefix bridge_loop_avoidance local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann
2012-06-18batman-adv: trivial endianness annotationsAl Viro