The annotated tag, batman-adv-for-davem has been updated to c7c602bd2b72cfd8fb4c679126aa16113ad51537 (tag) from b4d92f6d3993df6e3f725b2cefc30e2d128f3e47 (which is now obsolete) tagging fa4f0afcf40361bf67ed3abd520a5fbe12d11166 (commit) replaces v3.6-rc2 tagged by Antonio Quartulli on Thu Aug 23 14:34:58 2012 +0200
- Shortlog ------------------------------------------------------------ Included changes: - a set of codestyle rearrangements/fixes - new feature to early detect new joining (mesh-unaware) clients - a minor fix for the gw-feature - substitution of shift operations with the BIT() macro - reorganization of the main batman-adv structure (struct batadv_priv) - some more (very) minor cleanups and fixes
Antonio Quartulli (5): batman-adv: move function arguments on one line batman-adv: add reference counting for type batadv_tt_orig_list_entry batman-adv: fix typos in comments batman-adv: detect not yet announced clients batman-adv: change interface_rx to get orig node
Jonathan Corbet (1): batman-adv: remove a misleading comment
Marek Lindner (1): batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure
Martin Hundebøll (2): batman-adv: Move batadv_check_unicast_packet() batman-adv: Drop tt queries with foreign dest
Simon Wunderlich (4): batman-adv: Add the backbone gateway list to debugfs batman-adv: correct comments in bridge loop avoidance batman-adv: rename bridge loop avoidance claim types batman-adv: check batadv_orig_hash_add_if() return code
Sven Eckelmann (5): batman-adv: Split batadv_priv in sub-structures for features batman-adv: Use BIT(x) macro to calculate bit positions batman-adv: Don't break statements after assignment operator batman-adv: Reduce accumulated length of simple statements batman-adv: Start new development cycle
-----------------------------------------------------------------------