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!