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(-)