kernel_samsung_a53x/net/xfrm
Paul Davey 29d463ccea xfrm: Preserve vlan tags for transport mode software GRO
[ Upstream commit 58fbfecab965014b6e3cc956a76b4a96265a1add ]

The software GRO path for esp transport mode uses skb_mac_header_rebuild
prior to re-injecting the packet via the xfrm_napi_dev.  This only
copies skb->mac_len bytes of header which may not be sufficient if the
packet contains 802.1Q tags or other VLAN tags.  Worse copying only the
initial header will leave a packet marked as being VLAN tagged but
without the corresponding tag leading to mangling when it is later
untagged.

The VLAN tags are important when receiving the decrypted esp transport
mode packet after GRO processing to ensure it is received on the correct
interface.

Therefore record the full mac header length in xfrm*_transport_input for
later use in corresponding xfrm*_transport_finish to copy the entire mac
header when rebuilding the mac header for GRO.  The skb->data pointer is
left pointing skb->mac_header bytes after the start of the mac header as
is expected by the network stack and network and transport header
offsets reset to this location.

Fixes: 7785bba299a8 ("esp: Add a software GRO codepath")
Signed-off-by: Paul Davey <paul.davey@alliedtelesis.co.nz>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 11:32:45 +01:00
..
espintcp.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xfrm_algo.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xfrm_compat.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xfrm_device.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xfrm_hash.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xfrm_hash.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xfrm_inout.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xfrm_input.c xfrm: Preserve vlan tags for transport mode software GRO 2024-11-19 11:32:45 +01:00
xfrm_interface_core.c Revert "xfrm: interface: use DEV_STATS_INC()" 2024-11-17 19:38:50 +01:00
xfrm_ipcomp.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xfrm_output.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xfrm_policy.c Revert "xfrm: fix a data-race in xfrm_gen_index()" 2024-11-17 19:38:56 +01:00
xfrm_proc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xfrm_replay.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xfrm_state.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xfrm_sysctl.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
xfrm_user.c xfrm: Avoid clang fortify warning in copy_to_user_tmpl() 2024-11-19 09:22:38 +01:00