summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorAlice Mikityanska <alice@isovalent.com>2026-07-10 16:42:39 +0300
committerPaolo Abeni <pabeni@redhat.com>2026-07-22 13:47:02 +0200
commit99ad24516295c170e968c4df5679846334d35aa9 (patch)
tree8e249e57de85485041bb8265ad4b90d0b3bfe7e0 /include/uapi/linux
parent8475a3efe6e64c1136c3f2bb87294c072b95b7c1 (diff)
udp: Set length in UDP header to 0 for big GSO packets
skb->len may be bigger than 65535 in UDP-based tunnels that have BIG TCP enabled. If GSO aggregates packets that large, set the length in the UDP header to 0, so that tcpdump can print such packets properly (treating them as RFC 2675 jumbograms). Later in the pipeline, __udp_gso_segment will set uh->len to the size of individual packets. Signed-off-by: Alice Mikityanska <alice@isovalent.com> Reviewed-by: Willem de Bruijn <willemb@google.com> Link: https://patch.msgid.link/20260710134242.216538-7-alice.kernel@fastmail.im Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions