Hi David,
here are some late bugfixes which we would like to have integrated into net.
Please pull or let me know of any problem!
Thank you, Simon
The following changes since commit 279e89b2281af3b1a9f04906e157992c19c9f163:
batman-adv: bla: use netif_rx_ni when not in interrupt context (2020-08-18 19:40:03 +0200)
are available in the Git repository at:
git://git.open-mesh.org/linux-merge.git tags/batadv-net-for-davem-20200918
for you to fetch changes up to 2369e827046920ef0599e6a36b975ac5c0a359c2:
batman-adv: mcast: fix duplicate mcast packets from BLA backbone to mesh (2020-09-15 10:05:24 +0200)
---------------------------------------------------------------- Here are some batman-adv bugfixes:
- fix wrong type use in backbone_gw hash, by Linus Luessing
- disable TT re-routing for multicast packets, by Linus Luessing
- Add missing include for in_interrupt(), by Sven Eckelmann
- fix BLA/multicast issues for packets sent via unicast, by Linus Luessing (3 patches)
---------------------------------------------------------------- Linus Lüssing (5): batman-adv: bla: fix type misuse for backbone_gw hash indexing batman-adv: mcast/TT: fix wrongly dropped or rerouted packets batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LAN batman-adv: mcast: fix duplicate mcast packets in BLA backbone from mesh batman-adv: mcast: fix duplicate mcast packets from BLA backbone to mesh
Sven Eckelmann (1): batman-adv: Add missing include for in_interrupt()
net/batman-adv/bridge_loop_avoidance.c | 145 ++++++++++++++++++++++++++------- net/batman-adv/bridge_loop_avoidance.h | 4 +- net/batman-adv/multicast.c | 46 ++++++++--- net/batman-adv/multicast.h | 15 ++++ net/batman-adv/routing.c | 4 + net/batman-adv/soft-interface.c | 11 ++- 6 files changed, 179 insertions(+), 46 deletions(-)