The annotated tag, batman-adv-fix-for-davem has been created at 2a096dc6ce24793f68792c8da5aa21b6710b923e (tag) tagging abe59c65225ccd63a5964e2f2a73dd2995b948e7 (commit) replaces v4.6-rc5 tagged by Antonio Quartulli on Sat Apr 30 23:16:49 2016 +0800
- Shortlog ------------------------------------------------------------ In this small batch of patches you have: - a fix for our Distributed ARP Table that makes sure that the input provided to the hash function during a query is the same as the one provided during an insert (so to prevent false negatives), by Antonio Quartulli - a fix for our new protocol implementation B.A.T.M.A.N. V that ensures that a hard interface is properly re-activated when it is brought down and then up again, by Antonio Quartulli - two fixes respectively to the reference counting of the tt_local_entry and neigh_node objects, by Sven Eckelmann. Such bug is rather severe as it would prevent the netdev objects references by batman-adv from being released after shutdown.
Antonio Quartulli (2): batman-adv: fix DAT candidate selection (must use vid) batman-adv: B.A.T.M.A.N V - make sure iface is reactivated upon NETDEV_UP event
Linus Lüssing (1): batman-adv: Fix broadcast/ogm queue limit on a removed interface
Marek Lindner (1): batman-adv: init neigh node last seen field
Sven Eckelmann (5): batman-adv: Check skb size before using encapsulated ETH+VLAN header batman-adv: Deactivate TO_BE_ACTIVATED hardif on shutdown batman-adv: Reduce refcnt of removed router when updating route batman-adv: Fix reference counting of vlan object for tt_local_entry batman-adv: Fix reference counting of hardif_neigh_node object for neigh_node
-----------------------------------------------------------------------