All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] pull request for net-next: batman-adv 2021-06-08
@ 2021-06-08 15:26 ` Simon Wunderlich
  0 siblings, 0 replies; 15+ messages in thread
From: Simon Wunderlich @ 2021-06-08 15:26 UTC (permalink / raw)
  To: kuba, davem; +Cc: netdev, b.a.t.m.a.n, Simon Wunderlich

Hi Jakub, hi David,

here is a feature/cleanup pull request of batman-adv to go into net-next.

Please pull or let me know of any problem!

Thank you,
      Simon

The following changes since commit 30515832e987597eae354f6ffcdb3374bdfde16d:

  net: bridge: fix build when IPv6 is disabled (2021-05-14 10:38:59 -0700)

are available in the Git repository at:

  git://git.open-mesh.org/linux-merge.git tags/batadv-next-pullrequest-20210608

for you to fetch changes up to 020577f879be736bc87e1f48dfad7220923401c0:

  batman-adv: Drop reduntant batadv interface check (2021-06-02 22:25:45 +0200)

----------------------------------------------------------------
This feature/cleanup patchset includes the following patches:

 - bump version strings, by Simon Wunderlich

 - consistently send iface index/name in genlmsg, by Sven Eckelmann

 - improve broadcast queueing, by Linus Lüssing (2 patches)

 - add support for routable IPv4 multicast with bridged setups,
   by Linus Lüssing

 - remove repeated declarations, by Shaokun Zhang

 - fix spelling mistakes, by Zheng Yongjun

 - clean up hard interface handling after dropping sysfs support,
   by Sven Eckelmann (4 patches)

----------------------------------------------------------------
Linus Lüssing (3):
      batman-adv: bcast: queue per interface, if needed
      batman-adv: bcast: avoid skb-copy for (re)queued broadcasts
      batman-adv: mcast: add MRD + routable IPv4 multicast with bridges support

Shaokun Zhang (1):
      batman-adv: Remove the repeated declaration

Simon Wunderlich (1):
      batman-adv: Start new development cycle

Sven Eckelmann (5):
      batman-adv: Always send iface index+name in genlmsg
      batman-adv: Drop implicit creation of batadv net_devices
      batman-adv: Avoid name based attaching of hard interfaces
      batman-adv: Don't manually reattach hard-interface
      batman-adv: Drop reduntant batadv interface check

Zheng Yongjun (1):
      batman-adv: Fix spelling mistakes

 net/batman-adv/bat_iv_ogm.c            |   6 +
 net/batman-adv/bat_v.c                 |  10 +
 net/batman-adv/bridge_loop_avoidance.c |   4 +-
 net/batman-adv/bridge_loop_avoidance.h |   1 -
 net/batman-adv/hard-interface.c        |  65 +-----
 net/batman-adv/hard-interface.h        |   3 +-
 net/batman-adv/hash.h                  |   2 +-
 net/batman-adv/main.h                  |   3 +-
 net/batman-adv/multicast.c             |  41 +---
 net/batman-adv/netlink.c               |   8 +
 net/batman-adv/routing.c               |   9 +-
 net/batman-adv/send.c                  | 374 ++++++++++++++++++++++-----------
 net/batman-adv/send.h                  |  12 +-
 net/batman-adv/soft-interface.c        |  49 +----
 net/batman-adv/soft-interface.h        |   2 -
 15 files changed, 310 insertions(+), 279 deletions(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-06-08 19:23 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08 15:26 [PATCH 00/11] pull request for net-next: batman-adv 2021-06-08 Simon Wunderlich
2021-06-08 15:26 ` Simon Wunderlich
2021-06-08 15:26 ` [PATCH 01/11] batman-adv: Start new development cycle Simon Wunderlich
2021-06-08 15:26   ` Simon Wunderlich
2021-06-08 19:20   ` patchwork-bot+netdevbpf
2021-06-08 15:26 ` [PATCH 02/11] batman-adv: Always send iface index+name in genlmsg Simon Wunderlich
2021-06-08 15:26 ` [PATCH 03/11] batman-adv: bcast: queue per interface, if needed Simon Wunderlich
2021-06-08 15:26 ` [PATCH 04/11] batman-adv: bcast: avoid skb-copy for (re)queued broadcasts Simon Wunderlich
2021-06-08 15:26 ` [PATCH 05/11] batman-adv: mcast: add MRD + routable IPv4 multicast with bridges support Simon Wunderlich
2021-06-08 15:26 ` [PATCH 06/11] batman-adv: Remove the repeated declaration Simon Wunderlich
2021-06-08 15:26 ` [PATCH 07/11] batman-adv: Fix spelling mistakes Simon Wunderlich
2021-06-08 15:26 ` [PATCH 08/11] batman-adv: Drop implicit creation of batadv net_devices Simon Wunderlich
2021-06-08 15:26 ` [PATCH 09/11] batman-adv: Avoid name based attaching of hard interfaces Simon Wunderlich
2021-06-08 15:26 ` [PATCH 10/11] batman-adv: Don't manually reattach hard-interface Simon Wunderlich
2021-06-08 15:27 ` [PATCH 11/11] batman-adv: Drop reduntant batadv interface check Simon Wunderlich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.