-
- Downloads
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
Antonio Quartulli says:
====================
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.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- net/batman-adv/bat_v.c 12 additions, 0 deletionsnet/batman-adv/bat_v.c
- net/batman-adv/distributed-arp-table.c 10 additions, 7 deletionsnet/batman-adv/distributed-arp-table.c
- net/batman-adv/hard-interface.c 3 additions, 0 deletionsnet/batman-adv/hard-interface.c
- net/batman-adv/originator.c 5 additions, 11 deletionsnet/batman-adv/originator.c
- net/batman-adv/translation-table.c 4 additions, 38 deletionsnet/batman-adv/translation-table.c
- net/batman-adv/types.h 7 additions, 0 deletionsnet/batman-adv/types.h
Loading
Please register or sign in to comment