aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/socket.h
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2023-06-07 21:41:13 +0000
committerJakub Kicinski <kuba@kernel.org>2023-06-08 19:31:06 -0700
commit736013292e3ca5ec2aabb32daf72a73b1256ac57 (patch)
tree911184991b13edd9eb1a19621958500a0e6dd5cd /include/linux/socket.h
parentMerge tag 'mlx5-updates-2023-06-06' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux (diff)
downloadlinux-rng-736013292e3ca5ec2aabb32daf72a73b1256ac57.tar.xz
linux-rng-736013292e3ca5ec2aabb32daf72a73b1256ac57.zip
tcp: let tcp_mtu_probe() build headless packets
tcp_mtu_probe() is still copying payload from skbs in the write queue, using skb_copy_bits(), ignoring potential errors. Modern TCP stack wants to only deal with payload found in page frags, as this is a prereq for TCPDirect (host stack might not have access to the payload) Signed-off-by: Eric Dumazet <edumazet@google.com> Link: https://lore.kernel.org/r/20230607214113.1992947-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/socket.h')
0 files changed, 0 insertions, 0 deletions