[PATCH 0/4] pull request for net-next: batman-adv 2020-06-26

2020-06-30 Thread Simon Wunderlich
in the Git repository at: git://git.open-mesh.org/linux-merge.git tags/batadv-next-for-davem-20200630 for you to fetch changes up to 3bda14d09dc5789a895ab02b7dcfcec19b0a65b3: batman-adv: Introduce a configurable per interface hop penalty (2020-06-26 10:37:11 +0200

[PATCH 1/4] batman-adv: Start new development cycle

2020-06-30 Thread Simon Wunderlich
Signed-off-by: Simon Wunderlich --- net/batman-adv/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h index 61d8dbe8c954..42b8d1e76dea 100644 --- a/net/batman-adv/main.h +++ b/net/batman-adv/main.h @@ -13,7 +13,7 @@ #define BA

[PATCH 4/4] batman-adv: Introduce a configurable per interface hop penalty

2020-06-30 Thread Simon Wunderlich
From: Linus Lüssing In some setups multiple hard interfaces with similar link qualities or throughput values are available. But people have expressed the desire to consider one of them as a backup only. Some creative solutions are currently in use: Such people are configuring multiple batman-adv

[PATCH 2/4] batman-adv: Switch mailing list subscription page

2020-06-30 Thread Simon Wunderlich
From: Sven Eckelmann The mailman installation on lists.open-mesh.org was switched from mailman2 to mailman3. The URL to the subscription webpage changed in this process. Signed-off-by: Sven Eckelmann Signed-off-by: Simon Wunderlich --- Documentation/networking/batman-adv.rst | 2 +- 1 file ch

[PATCH 3/4] batman-adv: Fix typos and grammar in documentation

2020-06-30 Thread Simon Wunderlich
From: Sven Eckelmann Signed-off-by: Sven Eckelmann Signed-off-by: Simon Wunderlich --- Documentation/networking/batman-adv.rst | 6 +-- include/uapi/linux/batadv_packet.h | 50 - include/uapi/linux/batman_adv.h | 4 +- net/batman-adv/bat_iv_ogm.c

Re: [PATCH 0/4] pull request for net-next: batman-adv 2020-06-26

2020-06-30 Thread David Miller
From: Simon Wunderlich Date: Tue, 30 Jun 2020 10:27:27 +0200 > here is a little feature/cleanup pull request of batman-adv to go into > net-next. > > Please pull or let me know of any problem! Pulled, thanks Simon.