The annotated tag, batman-adv-for-davem has been created at 4cd54aef70690f9a310438c5986cb364c0ebdca0 (tag) tagging 377d92542527a5a6e9e7f0ff251847b7e64d445e (commit) replaces v3.4-rc1 tagged by Antonio Quartulli on Sat Apr 7 11:56:08 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 in order to let expert people, which think that this mechanism is not helpful at all, 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
-----------------------------------------------------------------------