Hi Jakub, hi David,
here is a small 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 90b83efa6701656e02c86e7df2cb1765ea602d07:
Merge tag 'bpf-next-6.16' of
git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next (2025-05-28 15:52:42
-0700)
are available in the Git repository at:
git://git.open-mesh.org/linux-merge.git tags/batadv-next-pullrequest-20250710
for you to fetch changes up to 7dc284702bcd065a822a4c0bdbca09a08de5a654:
batman-adv: store hard_iface as iflink private data (2025-05-31 10:41:11
+0200)
----------------------------------------------------------------
This cleanup patchset includes the following patches:
- bump version strings, by Simon Wunderlich
- batman-adv: store hard_iface as iflink private data,
by Matthias Schiffer
----------------------------------------------------------------
Matthias Schiffer (1):
batman-adv: store hard_iface as iflink private data
Simon Wunderlich (1):
batman-adv: Start new development cycle
net/batman-adv/bat_algo.c | 1 +
net/batman-adv/bat_algo.h | 2 --
net/batman-adv/bat_iv_ogm.c | 25 ++++++++-----------------
net/batman-adv/bat_v.c | 6 ++----
net/batman-adv/bat_v_elp.c | 8 ++------
net/batman-adv/bat_v_ogm.c | 14 ++++----------
net/batman-adv/hard-interface.c | 39 ++++++++++++++-------------------------
net/batman-adv/main.c | 7 ++-----
net/batman-adv/main.h | 2 +-
net/batman-adv/mesh-interface.c | 6 +++---
net/batman-adv/multicast.c | 6 ++----
net/batman-adv/netlink.c | 7 ++-----
net/batman-adv/originator.c | 7 ++-----
net/batman-adv/send.c | 7 ++-----
14 files changed, 45 insertions(+), 92 deletions(-)