android_kernel_samsung_msm8976/net/batman-adv
Linus Lüssing e712c5d602 batman-adv: Fix broadcast/ogm queue limit on a removed interface
commit c4fdb6cff2aa0ae740c5f19b6f745cbbe786d42f upstream.

When removing a single interface while a broadcast or ogm packet is
still pending then we will free the forward packet without releasing the
queue slots again.

This patch is supposed to fix this issue.

Fixes: 6d5808d4ae ("batman-adv: Add missing hardif_free_ref in forw_packet_free")
Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
[sven@narfation.org: fix conflicts with current version]
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Signed-off-by: Willy Tarreau <w@1wt.eu>
2016-06-07 10:42:53 +02:00
..
Kconfig
…
Makefile
…
bat_algo.h
…
bat_iv_ogm.c
…
bitarray.c
…
bitarray.h
…
bridge_loop_avoidance.c batman-adv: Don't handle address updates when bla is disabled 2013-06-10 08:42:18 +02:00
bridge_loop_avoidance.h
…
debugfs.c
…
debugfs.h
…
distributed-arp-table.c
…
distributed-arp-table.h
…
gateway_client.c
…
gateway_client.h
…
gateway_common.c
…
gateway_common.h
…
hard-interface.c
…
hard-interface.h
…
hash.c
…
hash.h
…
icmp_socket.c
…
icmp_socket.h
…
main.c batman-adv: set up network coding packet handlers during module init 2013-11-20 12:27:47 -08:00
main.h
…
network-coding.c batman-adv: set up network coding packet handlers during module init 2013-11-20 12:27:47 -08:00
network-coding.h batman-adv: set up network coding packet handlers during module init 2013-11-20 12:27:47 -08:00
originator.c
…
originator.h
…
packet.h
…
ring_buffer.c
…
ring_buffer.h
…
routing.c
…
routing.h
…
send.c batman-adv: Fix broadcast/ogm queue limit on a removed interface 2016-06-07 10:42:53 +02:00
send.h
…
soft-interface.c
…
soft-interface.h
…
sysfs.c
…
sysfs.h
…
translation-table.c
…
translation-table.h
…
types.h
…
unicast.c
…
unicast.h
…
vis.c
…
vis.h
…