summaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorGal Pressman <gal@nvidia.com>2024-06-06 23:32:48 +0300
committerDavid S. Miller <davem@davemloft.net>2024-06-10 13:18:08 +0100
commitc6ae073f5903f6c6439d0ac855836a4da5c0a701 (patch)
treeec391872380c1b3b0b5f0dc6b1d42277ae341232 /net/unix/af_unix.c
parentd029edefed39647c797c2710aedd9d31f84c069e (diff)
downloadlinux-stable-c6ae073f5903f6c6439d0ac855836a4da5c0a701.tar.gz
linux-stable-c6ae073f5903f6c6439d0ac855836a4da5c0a701.tar.bz2
linux-stable-c6ae073f5903f6c6439d0ac855836a4da5c0a701.zip
geneve: Fix incorrect inner network header offset when innerprotoinherit is set
When innerprotoinherit is set, the tunneled packets do not have an inner Ethernet header. Change 'maclen' to not always assume the header length is ETH_HLEN, as there might not be a MAC header. This resolves issues with drivers (e.g. mlx5, in mlx5e_tx_tunnel_accel()) who rely on the skb inner network header offset to be correct, and use it for TX offloads. Fixes: d8a6213d70ac ("geneve: fix header validation in geneve[6]_xmit_skb") Signed-off-by: Gal Pressman <gal@nvidia.com> Signed-off-by: Tariq Toukan <tariqt@nvidia.com> Reviewed-by: Wojciech Drewek <wojciech.drewek@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions