The annotated tag, batman-adv-fix-for-davem has been updated to c8c96e19a066e131816aa1ef806e5ba75b129146 (tag) from 4f1ee5e0e58feeaa9776a01dc743acc95e0c7030 (which is now obsolete) tagging 128cfa6a586154581ce1b891baf929810117a82a (commit) replaces v3.13-rc4 tagged by Antonio Quartulli on Thu Dec 19 00:27:52 2013 +0100
- Shortlog ------------------------------------------------------------ Included changes:
- release skb->nf_bridge when removing the batman-adv header from an incoming packet. This prevents netfilter bridge from being fooled when the same packet enters a bridge twice (or more): the first time within the batman-adv header and the second time without.
- adjust the packet layout to prevent any architecture from adding padding bytes. All the structs sent over the wire now have size multiple of 4bytes (unless pack(2) is used).
Antonio Quartulli (3): batman-adv: free nf_bridge member on locally delivered skb batman-adv: fix size of batadv_icmp_header batman-adv: fix alignment for batadv_tvlv_tt_change
Simon Wunderlich (3): batman-adv: fix alignment for batadv_coded_packet batman-adv: fix header alignment by unrolling batadv_header batman-adv: fix size of batadv_bla_claim_dst
-----------------------------------------------------------------------