1. 20 Jul, 2023 1 commit
    • Sven Eckelmann's avatar
      batman-adv: Trigger events for auto adjusted MTU · c6a953cc
      Sven Eckelmann authored
      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.
      
      Due to this problem, non-batman-adv components weren't aware of MTU changes
      and thus couldn't perform their own tasks correctly.
      
      Fixes: c6c8fea2 ("net: Add batman-adv meshing protocol")
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarSven Eckelmann <sven@narfation.org>
      Signed-off-by: default avatarSimon Wunderlich <sw@simonwunderlich.de>
      c6a953cc
  2. 09 Jul, 2023 10 commits
  3. 08 Jul, 2023 29 commits