diff options
author | Jussi Maki <[email protected]> | 2021-05-19 15:47:42 +0000 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2021-05-21 00:03:51 +0200 |
commit | 84316ca4e100d8cbfccd9f774e23817cb2059868 (patch) | |
tree | 62e7d5b25ec67270ff834530363db0c89d542114 /scripts/gdb/linux | |
parent | ceb11679d9fcf3fdb358a310a38760fcbe9b63ed (diff) |
bpf: Set mac_len in bpf_skb_change_head
The skb_change_head() helper did not set "skb->mac_len", which is
problematic when it's used in combination with skb_redirect_peer().
Without it, redirecting a packet from a L3 device such as wireguard to
the veth peer device will cause skb->data to point to the middle of the
IP header on entry to tcp_v4_rcv() since the L2 header is not pulled
correctly due to mac_len=0.
Fixes: 3a0af8fd61f9 ("bpf: BPF for lightweight tunnel infrastructure")
Signed-off-by: Jussi Maki <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions