diff options
| author | Eric Dumazet <[email protected]> | 2023-06-07 21:41:13 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2023-06-09 02:31:06 +0000 |
| commit | 736013292e3ca5ec2aabb32daf72a73b1256ac57 (patch) | |
| tree | 911184991b13edd9eb1a19621958500a0e6dd5cd /net/ipv6/tcp_ipv6.c | |
| parent | Merge tag 'mlx5-updates-2023-06-06' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
| download | kernel-736013292e3ca5ec2aabb32daf72a73b1256ac57.tar.gz kernel-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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
0 files changed, 0 insertions, 0 deletions
