B.A.T.M.A.N Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] pull request for net-next: batman-adv 2019-06-27
@ 2019-06-27 10:39 Simon Wunderlich
  2019-06-27 10:39 ` [PATCH 01/10] batman-adv: Start new development cycle Simon Wunderlich
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Simon Wunderlich @ 2019-06-27 10:39 UTC (permalink / raw)
  To: davem; +Cc: netdev, b.a.t.m.a.n, Simon Wunderlich

Hi David,

here is a feature and 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 a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the git repository at:

  git://git.open-mesh.org/linux-merge.git tags/batadv-next-for-davem-20190627

for you to fetch changes up to 8a8a79f53b4210c55557d1148e925b0f385c1bf7:

  batman-adv: mcast: apply optimizations for routable packets, too (2019-06-14 20:24:11 +0200)

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

 - bump version strings, by Simon Wunderlich

 - fix includes for _MAX constants, atomic functions and fwdecls,
   by Sven Eckelmann (3 patches)

 - shorten multicast tt/tvlv worker spinlock section, by Linus Luessing

 - routeable multicast preparations: implement MAC multicast filtering,
   by Linus Luessing (2 patches)

 - remove return value checks for debugfs_create, by Greg Kroah-Hartman

 - add routable multicast optimizations, by Linus Luessing (2 patches)

----------------------------------------------------------------
Greg Kroah-Hartman (1):
      batman-adv: no need to check return value of debugfs_create functions

Linus Lüssing (5):
      batman-adv: mcast: shorten multicast tt/tvlv worker spinlock section
      batman-adv: mcast: collect softif listeners from IP lists instead
      batman-adv: mcast: avoid redundant multicast TT entries with bridges
      batman-adv: mcast: detect, distribute and maintain multicast router presence
      batman-adv: mcast: apply optimizations for routable packets, too

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

Sven Eckelmann (3):
      batman-adv: Fix includes for *_MAX constants
      batman-adv: Add missing include for atomic functions
      batman-adv: Use includes instead of fwdecls

 include/uapi/linux/batadv_packet.h     |    8 +
 net/batman-adv/bat_algo.h              |    7 +-
 net/batman-adv/bat_v.c                 |    3 +-
 net/batman-adv/bat_v_elp.h             |    4 +-
 net/batman-adv/bat_v_ogm.h             |    3 +-
 net/batman-adv/bridge_loop_avoidance.h |    9 +-
 net/batman-adv/debugfs.c               |   99 +--
 net/batman-adv/debugfs.h               |    9 +-
 net/batman-adv/distributed-arp-table.h |    7 +-
 net/batman-adv/fragmentation.h         |    3 +-
 net/batman-adv/gateway_client.h        |    9 +-
 net/batman-adv/gateway_common.c        |    1 +
 net/batman-adv/gateway_common.h        |    3 +-
 net/batman-adv/hard-interface.c        |    7 +-
 net/batman-adv/hard-interface.h        |    5 +-
 net/batman-adv/hash.h                  |    3 +-
 net/batman-adv/icmp_socket.c           |   20 +-
 net/batman-adv/icmp_socket.h           |    5 +-
 net/batman-adv/log.c                   |   17 +-
 net/batman-adv/log.h                   |    1 +
 net/batman-adv/main.h                  |   12 +-
 net/batman-adv/multicast.c             | 1086 +++++++++++++++++++++++++-------
 net/batman-adv/multicast.h             |    6 +-
 net/batman-adv/netlink.c               |    4 +-
 net/batman-adv/netlink.h               |    3 +-
 net/batman-adv/network-coding.c        |   29 +-
 net/batman-adv/network-coding.h        |   14 +-
 net/batman-adv/originator.c            |    4 +-
 net/batman-adv/originator.h            |    7 +-
 net/batman-adv/routing.h               |    3 +-
 net/batman-adv/send.h                  |    3 +-
 net/batman-adv/soft-interface.c        |    6 +-
 net/batman-adv/soft-interface.h        |    7 +-
 net/batman-adv/sysfs.c                 |    1 +
 net/batman-adv/sysfs.h                 |    5 +-
 net/batman-adv/tp_meter.c              |    1 +
 net/batman-adv/tp_meter.h              |    3 +-
 net/batman-adv/translation-table.h     |    9 +-
 net/batman-adv/tvlv.h                  |    3 +-
 net/batman-adv/types.h                 |   69 +-
 40 files changed, 1035 insertions(+), 463 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 00/10] pull request for net-next: batman-adv 2019-06-27 v2
@ 2019-06-28 13:55 Simon Wunderlich
  2019-06-28 13:55 ` [PATCH 01/10] batman-adv: Start new development cycle Simon Wunderlich
  0 siblings, 1 reply; 17+ messages in thread
From: Simon Wunderlich @ 2019-06-28 13:55 UTC (permalink / raw)
  To: davem; +Cc: netdev, b.a.t.m.a.n, Simon Wunderlich

Hi David,

here is the updated feature/cleanup pull request of batman-adv for net-next
from yesterday. Your change suggestions have been integrated into Patch 6
of the series, everything else is unchanged.

Please pull or let me know of any problem!

Thank you,
      Simon

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the git repository at:

  git://git.open-mesh.org/linux-merge.git tags/batadv-next-for-davem-20190627v2

for you to fetch changes up to 11d458c1cb9b24ac899b1ec6284676f6b1914305:

  batman-adv: mcast: apply optimizations for routable packets, too (2019-06-27 19:25:05 +0200)

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

 - bump version strings, by Simon Wunderlich

 - fix includes for _MAX constants, atomic functions and fwdecls,
   by Sven Eckelmann (3 patches)

 - shorten multicast tt/tvlv worker spinlock section, by Linus Luessing

 - routeable multicast preparations: implement MAC multicast filtering,
   by Linus Luessing (2 patches, David Millers comments integrated)

 - remove return value checks for debugfs_create, by Greg Kroah-Hartman

 - add routable multicast optimizations, by Linus Luessing (2 patches)

----------------------------------------------------------------
Greg Kroah-Hartman (1):
      batman-adv: no need to check return value of debugfs_create functions

Linus Lüssing (5):
      batman-adv: mcast: shorten multicast tt/tvlv worker spinlock section
      batman-adv: mcast: collect softif listeners from IP lists instead
      batman-adv: mcast: avoid redundant multicast TT entries with bridges
      batman-adv: mcast: detect, distribute and maintain multicast router presence
      batman-adv: mcast: apply optimizations for routable packets, too

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

Sven Eckelmann (3):
      batman-adv: Fix includes for *_MAX constants
      batman-adv: Add missing include for atomic functions
      batman-adv: Use includes instead of fwdecls

 include/uapi/linux/batadv_packet.h     |    8 +
 net/batman-adv/bat_algo.h              |    7 +-
 net/batman-adv/bat_v.c                 |    3 +-
 net/batman-adv/bat_v_elp.h             |    4 +-
 net/batman-adv/bat_v_ogm.h             |    3 +-
 net/batman-adv/bridge_loop_avoidance.h |    9 +-
 net/batman-adv/debugfs.c               |   99 +--
 net/batman-adv/debugfs.h               |    9 +-
 net/batman-adv/distributed-arp-table.h |    7 +-
 net/batman-adv/fragmentation.h         |    3 +-
 net/batman-adv/gateway_client.h        |    9 +-
 net/batman-adv/gateway_common.c        |    1 +
 net/batman-adv/gateway_common.h        |    3 +-
 net/batman-adv/hard-interface.c        |    7 +-
 net/batman-adv/hard-interface.h        |    5 +-
 net/batman-adv/hash.h                  |    3 +-
 net/batman-adv/icmp_socket.c           |   20 +-
 net/batman-adv/icmp_socket.h           |    5 +-
 net/batman-adv/log.c                   |   17 +-
 net/batman-adv/log.h                   |    1 +
 net/batman-adv/main.h                  |   12 +-
 net/batman-adv/multicast.c             | 1092 +++++++++++++++++++++++++-------
 net/batman-adv/multicast.h             |    6 +-
 net/batman-adv/netlink.c               |    4 +-
 net/batman-adv/netlink.h               |    3 +-
 net/batman-adv/network-coding.c        |   29 +-
 net/batman-adv/network-coding.h        |   14 +-
 net/batman-adv/originator.c            |    4 +-
 net/batman-adv/originator.h            |    7 +-
 net/batman-adv/routing.h               |    3 +-
 net/batman-adv/send.h                  |    3 +-
 net/batman-adv/soft-interface.c        |    6 +-
 net/batman-adv/soft-interface.h        |    7 +-
 net/batman-adv/sysfs.c                 |    1 +
 net/batman-adv/sysfs.h                 |    5 +-
 net/batman-adv/tp_meter.c              |    1 +
 net/batman-adv/tp_meter.h              |    3 +-
 net/batman-adv/translation-table.h     |    9 +-
 net/batman-adv/tvlv.h                  |    3 +-
 net/batman-adv/types.h                 |   69 +-
 40 files changed, 1041 insertions(+), 463 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 00/10] pull request for net-next: batman-adv 2025-01-17
@ 2025-01-17 12:39 Simon Wunderlich
  2025-01-17 12:39 ` [PATCH 01/10] batman-adv: Start new development cycle Simon Wunderlich
  0 siblings, 1 reply; 17+ messages in thread
From: Simon Wunderlich @ 2025-01-17 12:39 UTC (permalink / raw)
  To: kuba, davem; +Cc: netdev, b.a.t.m.a.n, Simon Wunderlich

Hi Jakub, hi David,

here is a 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 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 6ecc4fd6c2f43862c5e3b280cf419f0131e45c97:

  batman-adv: netlink: reduce duplicate code by returning interfaces (2025-01-17 13:36:01 +0100)

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

 - bump version strings, by Simon Wunderlich

 - Reorder includes for distributed-arp-table.c, by Sven Eckelmann

 - Fix translation table change handling, by Remi Pommarel (2 patches)

 - Map VID 0 to untagged TT VLAN, by Sven Eckelmann

 - Update MAINTAINERS/mailmap e-mail addresses, by the respective authors
   (4 patches)

 - netlink: reduce duplicate code by returning interfaces,
   by Linus Lüssing

----------------------------------------------------------------
Antonio Quartulli (1):
      MAINTAINERS: mailmap: add entries for Antonio Quartulli

Linus Lüssing (1):
      batman-adv: netlink: reduce duplicate code by returning interfaces

Marek Lindner (1):
      MAINTAINERS: update email address of Marek Linder

Remi Pommarel (2):
      batman-adv: Remove atomic usage for tt.local_changes
      batman-adv: Don't keep redundant TT change events

Simon Wunderlich (2):
      batman-adv: Start new development cycle
      mailmap: add entries for Simon Wunderlich

Sven Eckelmann (3):
      batman-adv: Reorder includes for distributed-arp-table.c
      batman-adv: Map VID 0 to untagged TT VLAN
      mailmap: add entries for Sven Eckelmann

 .mailmap                                |  19 +++++
 Documentation/networking/batman-adv.rst |   2 +-
 MAINTAINERS                             |   4 +-
 net/batman-adv/bridge_loop_avoidance.c  |  33 ++------
 net/batman-adv/distributed-arp-table.c  |  20 ++---
 net/batman-adv/gateway_client.c         |  18 +---
 net/batman-adv/main.c                   |   7 ++
 net/batman-adv/main.h                   |   4 +-
 net/batman-adv/multicast.c              |  17 +---
 net/batman-adv/netlink.c                | 146 ++++++++++++++++++++++----------
 net/batman-adv/netlink.h                |   5 +-
 net/batman-adv/originator.c             | 116 +++++++++----------------
 net/batman-adv/soft-interface.c         |  16 +++-
 net/batman-adv/translation-table.c      |  92 ++++++++------------
 net/batman-adv/types.h                  |   4 +-
 15 files changed, 251 insertions(+), 252 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 00/10] pull request for net-next: batman-adv 2025-03-13
@ 2025-03-13 16:45 Simon Wunderlich
  2025-03-13 16:45 ` [PATCH 01/10] batman-adv: Start new development cycle Simon Wunderlich
  0 siblings, 1 reply; 17+ messages in thread
From: Simon Wunderlich @ 2025-03-13 16:45 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 b66e19dcf684b21b6d3a1844807bd1df97ad197a:

  Merge branch 'mctp-add-mctp-over-usb-hardware-transport-binding' (2025-02-21 16:45:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7cfb32456ed82cd548114234ec275d57d4f7554e:

  batman-adv: add missing newlines for log macros (2025-02-23 11:18:36 +0100)

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

 - bump version strings, by Simon Wunderlich

 - drop batadv_priv_debug_log struct, by Sven Eckelmann

 - adopt netdev_hold() / netdev_put(), by Eric Dumazet

 - add support for jumbo frames, by Sven Eckelmann

 - use consistent name for mesh interface, by Sven Eckelmann

 - cleanup B.A.T.M.A.N. IV OGM aggregation handling,
   by Sven Eckelmann (4 patches)

 - add missing newlines for log macros, by Sven Eckelmann

----------------------------------------------------------------
Eric Dumazet (1):
      batman-adv: adopt netdev_hold() / netdev_put()

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

Sven Eckelmann (8):
      batman-adv: Drop batadv_priv_debug_log struct
      batman-adv: Add support for jumbo frames
      batman-adv: Use consistent name for mesh interface
      batman-adv: Limit number of aggregated packets directly
      batman-adv: Switch to bitmap helper for aggregation handling
      batman-adv: Use actual packet count for aggregated packets
      batman-adv: Limit aggregation size to outgoing MTU
      batman-adv: add missing newlines for log macros

 Documentation/networking/batman-adv.rst            |   2 +-
 include/uapi/linux/batman_adv.h                    |  18 +-
 net/batman-adv/Makefile                            |   2 +-
 net/batman-adv/bat_algo.c                          |   8 +-
 net/batman-adv/bat_iv_ogm.c                        | 105 ++++++-----
 net/batman-adv/bat_v.c                             |  28 +--
 net/batman-adv/bat_v_elp.c                         |  16 +-
 net/batman-adv/bat_v_ogm.c                         |  42 ++---
 net/batman-adv/bitarray.c                          |   2 +-
 net/batman-adv/bridge_loop_avoidance.c             | 106 +++++------
 net/batman-adv/distributed-arp-table.c             |  68 +++----
 net/batman-adv/distributed-arp-table.h             |   4 +-
 net/batman-adv/fragmentation.c                     |   2 +-
 net/batman-adv/gateway_client.c                    |  38 ++--
 net/batman-adv/gateway_common.c                    |   8 +-
 net/batman-adv/hard-interface.c                    | 158 ++++++++--------
 net/batman-adv/hard-interface.h                    |  12 +-
 net/batman-adv/log.c                               |   2 +-
 net/batman-adv/log.h                               |  10 +-
 net/batman-adv/main.c                              |  42 ++---
 net/batman-adv/main.h                              |  24 +--
 .../{soft-interface.c => mesh-interface.c}         | 197 ++++++++++----------
 .../{soft-interface.h => mesh-interface.h}         |  22 +--
 net/batman-adv/multicast.c                         | 182 +++++++++----------
 net/batman-adv/multicast_forw.c                    |  30 ++--
 net/batman-adv/netlink.c                           | 180 +++++++++----------
 net/batman-adv/netlink.h                           |   2 +-
 net/batman-adv/network-coding.c                    |  64 +++----
 net/batman-adv/originator.c                        |  58 +++---
 net/batman-adv/routing.c                           |  42 ++---
 net/batman-adv/send.c                              |  36 ++--
 net/batman-adv/send.h                              |   4 +-
 net/batman-adv/tp_meter.c                          |  30 ++--
 net/batman-adv/trace.h                             |   2 +-
 net/batman-adv/translation-table.c                 | 198 ++++++++++-----------
 net/batman-adv/translation-table.h                 |   4 +-
 net/batman-adv/tvlv.c                              |  26 +--
 net/batman-adv/types.h                             |  78 +++-----
 38 files changed, 917 insertions(+), 935 deletions(-)
 rename net/batman-adv/{soft-interface.c => mesh-interface.c} (84%)
 rename net/batman-adv/{soft-interface.h => mesh-interface.h} (50%)

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

end of thread, other threads:[~2025-03-18 13:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-27 10:39 [PATCH 00/10] pull request for net-next: batman-adv 2019-06-27 Simon Wunderlich
2019-06-27 10:39 ` [PATCH 01/10] batman-adv: Start new development cycle Simon Wunderlich
2019-06-27 10:39 ` [PATCH 02/10] batman-adv: Fix includes for *_MAX constants Simon Wunderlich
2019-06-27 10:39 ` [PATCH 03/10] batman-adv: Add missing include for atomic functions Simon Wunderlich
2019-06-27 10:39 ` [PATCH 04/10] batman-adv: Use includes instead of fwdecls Simon Wunderlich
2019-06-27 10:39 ` [PATCH 05/10] batman-adv: mcast: shorten multicast tt/tvlv worker spinlock section Simon Wunderlich
2019-06-27 10:39 ` [PATCH 06/10] batman-adv: mcast: collect softif listeners from IP lists instead Simon Wunderlich
2019-06-27 16:50   ` David Miller
2019-06-27 10:39 ` [PATCH 07/10] batman-adv: mcast: avoid redundant multicast TT entries with bridges Simon Wunderlich
2019-06-27 10:39 ` [PATCH 08/10] batman-adv: no need to check return value of debugfs_create functions Simon Wunderlich
2019-06-27 10:39 ` [PATCH 09/10] batman-adv: mcast: detect, distribute and maintain multicast router presence Simon Wunderlich
2019-06-27 10:39 ` [PATCH 10/10] batman-adv: mcast: apply optimizations for routable packets, too Simon Wunderlich
  -- strict thread matches above, loose matches on Subject: below --
2019-06-28 13:55 [PATCH 00/10] pull request for net-next: batman-adv 2019-06-27 v2 Simon Wunderlich
2019-06-28 13:55 ` [PATCH 01/10] batman-adv: Start new development cycle Simon Wunderlich
2025-01-17 12:39 [PATCH 00/10] pull request for net-next: batman-adv 2025-01-17 Simon Wunderlich
2025-01-17 12:39 ` [PATCH 01/10] batman-adv: Start new development cycle Simon Wunderlich
2025-01-19  2:10   ` patchwork-bot+netdevbpf
2025-03-13 16:45 [PATCH 00/10] pull request for net-next: batman-adv 2025-03-13 Simon Wunderlich
2025-03-13 16:45 ` [PATCH 01/10] batman-adv: Start new development cycle Simon Wunderlich
2025-03-18 11:30   ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox