mbox

[0/6] pull request for net: batman-adv 2020-09-18

Message ID 20200918131956.21598-1-sw@simonwunderlich.de (mailing list archive)
State Not Applicable, archived
Headers

Pull-request

git://git.open-mesh.org/linux-merge.git tags/batadv-net-for-davem-20200918

Message

Simon Wunderlich Sept. 18, 2020, 1:19 p.m. UTC
  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(-)
  

Comments

David Miller Sept. 18, 2020, 9:58 p.m. UTC | #1
From: Simon Wunderlich <sw@simonwunderlich.de>
Date: Fri, 18 Sep 2020 15:19:50 +0200

> here are some late bugfixes which we would like to have integrated into net.
> 
> Please pull or let me know of any problem!

Pulled, thanks Simon.