]> git.dujemihanovic.xyz Git - linux.git/commit
net: add support for segmenting TCP fraglist GSO packets
authorFelix Fietkau <nbd@nbd.name>
Thu, 2 May 2024 08:44:43 +0000 (10:44 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Mon, 6 May 2024 09:54:03 +0000 (11:54 +0200)
commitbee88cd5bd83d40b8aec4d6cb729378f707f6197
treeed03c9bbe11942d7a7adc6bfaa30071945633d28
parent8928756d53d5b99dcd18073dc7738b8ebdbe7d96
net: add support for segmenting TCP fraglist GSO packets

Preparation for adding TCP fraglist GRO support. It expects packets to be
combined in a similar way as UDP fraglist GSO packets.
For IPv4 packets, NAT is handled in the same way as UDP fraglist GSO.

Acked-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Reviewed-by: David Ahern <dsahern@kernel.org>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/ipv4/tcp_offload.c
net/ipv6/tcpv6_offload.c