The annotated tag, batman-adv-for-davem has been updated to ef34ce2642147e71c54f69c6445fa0341ca24f4b (tag) from 81977c9ec396b4a53f044e82a3fde6ed41e38b5d (which is now obsolete) tagging 7a5cc24277b57ce38eb0afa6634b71d4d5cc671e (commit) replaces v3.4-rc1 tagged by Antonio Quartulli on Wed Apr 11 14:40:17 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
-----------------------------------------------------------------------