The annotated tag, batman-adv-for-davem has been created at 010b3b386807f204ad2621e4b846ac65142178a9 (tag) tagging 9264784e8d88acd644ab7f9b19b7288cd7044f15 (commit) replaces v3.4-rc1 tagged by Antonio Quartulli on Wed Apr 4 18:33:38 2012 +0200
- Shortlog ------------------------------------------------------------ Included changes: * add my name to the maintainers list of batman-adv * some clean up fixes * increases the default hop-penalty in order to encourage the routing protocol to choose shorter routes * renew the bridge loop avoidance mechanism
The latter mechanism was already present in batman-adv but recently the concept has been discussed again and here comes the new implementation. Moreover we added a compile option so that people that really think that this mechanism is not helpful at all can disable it and save some space.
Antonio Quartulli (2): batman-adv: clean up Kconfig batman-adv: use ETH_ALEN instead of hardcoded numeric constants
Marek Lindner (1): batman-adv: encourage batman to take shorter routes by changing the default hop penalty
Simon Wunderlich (10): batman-adv: remove old bridge loop avoidance code batman-adv: add basic bridge loop avoidance code batman-adv: make bridge loop avoidance switchable batman-adv: export claim tables through debugfs batman-adv: allow multiple entries in tt_global_entries batman-adv: don't let backbone gateways exchange tt entries batman-adv: add broadcast duplicate check batman-adv: drop STP over batman batman-adv: form groups in the bridge loop avoidance batman-adv: add bridge loop avoidance compile option
Sven Eckelmann (2): batman-adv: Replace bitarray operations with bitmap batman-adv: Remove declaration of only locally used functions
-----------------------------------------------------------------------