]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 10 Dec 2024 14:12:45 +0000 (15:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Dec 2024 17:08:56 +0000 (18:08 +0100)
commit88f1014b5cd034af94ab16834bdac9ed79536411
tree03a49c23d229040c05e11c68099e660f0db8ae8c
parent4842df9528b8658ef199ae2478e172c84a6c8860
team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL

[ Upstream commit 98712844589e06d9aa305b5077169942139fd75c ]

Similar to bonding driver, add NETIF_F_GSO_ENCAP_ALL to TEAM_VLAN_FEATURES
in order to support slave devices which propagate NETIF_F_GSO_UDP_TUNNEL &
NETIF_F_GSO_UDP_TUNNEL_CSUM as vlan_features.

Fixes: 3625920b62c3 ("teaming: fix vlan_features computing")
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Cc: Nikolay Aleksandrov <razor@blackwall.org>
Cc: Ido Schimmel <idosch@idosch.org>
Cc: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org>
Reviewed-by: Hangbin Liu <liuhangbin@gmail.com>
Link: https://patch.msgid.link/20241210141245.327886-5-daniel@iogearbox.net
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/team/team.c