The annotated tag, batman-adv-for-davem has been created at a865db68ba625dd0424987c0b056a0b20305968b (tag) tagging ebf44ccfdf42418b97bebfc1229ee5c66b0a895e (commit) replaces v3.12-rc1 tagged by Antonio Quartulli on Sun Sep 22 18:47:38 2013 +0200
- Shortlog ------------------------------------------------------------ Included changes: - email update in MAINTAINERS file - switch to the new compatibility version - introduce the TVLV (Type,Version,Length,Value) infrastructure to improve the compatibility layer and avoid futile breakage in the future - make the current features use the TVLV mechanism - make the Translation Table component use the more robust CRC32C instead of CRC16 - completely remove the VIS functionality (it has been substituted by a userspace application) - add static packet format checks to ensure nobody messes up the alignment - remove the __packed attribute from the batadv_ogm_packet structure - reorder some of the flags sent on the wire for a better layout
Antonio Quartulli (4): batman-adv: set the TAG flag for the vid passed to BLA batman-adv: switch to a new packet compatibility version batman-adv: use CRC32C instead of CRC16 in TT code batman-adv: move BATADV_TT_CLIENT_TEMP to higher bit
Marek Lindner (7): batman-adv: tvlv - basic infrastructure batman-adv: tvlv - gateway download/upload bandwidth container batman-adv: tvlv - add distributed arp table container batman-adv: tvlv - add network coding container batman-adv: tvlv - convert tt data sent within OGMs batman-adv: tvlv - convert tt query packet to use tvlv unicast packets batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packets
Simon Wunderlich (5): batman-adv: remove vis functionality batman-adv: add build check macros for packet member offset batman-adv: reorder packet types batman-adv: remove packed from batadv_ogm_packet batman-adv: reorder batadv_iv_flags
-----------------------------------------------------------------------