From: patchwork-bot+netdevbpf@kernel.org
To: Simon Wunderlich <sw@simonwunderlich.de>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
b.a.t.m.a.n@lists.open-mesh.org, stable@vger.kernel.org
Subject: Re: [PATCH 1/5] batman-adv: Trigger events for auto adjusted MTU
Date: Fri, 18 Aug 2023 22:20:25 +0000 [thread overview]
Message-ID: <169239722510.24641.8619081876432561940.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230816163318.189996-2-sw@simonwunderlich.de>
Hello:
This series was applied to netdev/net.git (main)
by Simon Wunderlich <sw@simonwunderlich.de>:
On Wed, 16 Aug 2023 18:33:14 +0200 you wrote:
> From: Sven Eckelmann <sven@narfation.org>
>
> If an interface changes the MTU, it is expected that an NETDEV_PRECHANGEMTU
> and NETDEV_CHANGEMTU notification events is triggered. This worked fine for
> .ndo_change_mtu based changes because core networking code took care of it.
> But for auto-adjustments after hard-interfaces changes, these events were
> simply missing.
>
> [...]
Here is the summary with links:
- [1/5] batman-adv: Trigger events for auto adjusted MTU
https://git.kernel.org/netdev/net/c/c6a953cce8d0
- [2/5] batman-adv: Don't increase MTU when set by user
https://git.kernel.org/netdev/net/c/d8e42a2b0add
- [3/5] batman-adv: Do not get eth header before batadv_check_management_packet
https://git.kernel.org/netdev/net/c/eac27a41ab64
- [4/5] batman-adv: Fix TT global entry leak when client roamed back
https://git.kernel.org/netdev/net/c/d25ddb7e788d
- [5/5] batman-adv: Fix batadv_v_ogm_aggr_send memory leak
https://git.kernel.org/netdev/net/c/421d467dc2d4
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Simon Wunderlich <sw@simonwunderlich.de>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
b.a.t.m.a.n@lists.open-mesh.org, sven@narfation.org,
stable@vger.kernel.org
Subject: Re: [PATCH 1/5] batman-adv: Trigger events for auto adjusted MTU
Date: Fri, 18 Aug 2023 22:20:25 +0000 [thread overview]
Message-ID: <169239722510.24641.8619081876432561940.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230816163318.189996-2-sw@simonwunderlich.de>
Hello:
This series was applied to netdev/net.git (main)
by Simon Wunderlich <sw@simonwunderlich.de>:
On Wed, 16 Aug 2023 18:33:14 +0200 you wrote:
> From: Sven Eckelmann <sven@narfation.org>
>
> If an interface changes the MTU, it is expected that an NETDEV_PRECHANGEMTU
> and NETDEV_CHANGEMTU notification events is triggered. This worked fine for
> .ndo_change_mtu based changes because core networking code took care of it.
> But for auto-adjustments after hard-interfaces changes, these events were
> simply missing.
>
> [...]
Here is the summary with links:
- [1/5] batman-adv: Trigger events for auto adjusted MTU
https://git.kernel.org/netdev/net/c/c6a953cce8d0
- [2/5] batman-adv: Don't increase MTU when set by user
https://git.kernel.org/netdev/net/c/d8e42a2b0add
- [3/5] batman-adv: Do not get eth header before batadv_check_management_packet
https://git.kernel.org/netdev/net/c/eac27a41ab64
- [4/5] batman-adv: Fix TT global entry leak when client roamed back
https://git.kernel.org/netdev/net/c/d25ddb7e788d
- [5/5] batman-adv: Fix batadv_v_ogm_aggr_send memory leak
https://git.kernel.org/netdev/net/c/421d467dc2d4
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2023-08-19 8:11 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-16 16:33 [PATCH 0/5] pull request for net: batman-adv 2023-08-16 Simon Wunderlich
2023-08-16 16:33 ` Simon Wunderlich
2023-08-16 16:33 ` [PATCH 1/5] batman-adv: Trigger events for auto adjusted MTU Simon Wunderlich
2023-08-16 16:33 ` Simon Wunderlich
2023-08-18 22:20 ` patchwork-bot+netdevbpf [this message]
2023-08-18 22:20 ` patchwork-bot+netdevbpf
2023-08-16 16:33 ` [PATCH 2/5] batman-adv: Don't increase MTU when set by user Simon Wunderlich
2023-08-16 16:33 ` Simon Wunderlich
2023-08-16 16:33 ` [PATCH 3/5] batman-adv: Do not get eth header before batadv_check_management_packet Simon Wunderlich
2023-08-16 16:33 ` Simon Wunderlich
2023-08-16 16:33 ` [PATCH 4/5] batman-adv: Fix TT global entry leak when client roamed back Simon Wunderlich
2023-08-16 16:33 ` Simon Wunderlich
2023-08-16 16:33 ` [PATCH 5/5] batman-adv: Fix batadv_v_ogm_aggr_send memory leak Simon Wunderlich
2023-08-16 16:33 ` Simon Wunderlich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=169239722510.24641.8619081876432561940.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=sw@simonwunderlich.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.