milos-linux/net/tls
Jakub Kicinski 7e7be31bfd net: tls: fix silent data drop under pipe back-pressure
tls_sw_splice_read() uses len when advancing rxm->offset / rxm->full_len
after skb_splice_bits(), rather than copied (the actual number of bytes
successfully spliced into the pipe). When the destination pipe cannot
accept all the requested bytes, splice_to_pipe() returns fewer bytes
than len, and 'len - copied' of data is effectively skipped over.

Fixes: e062fe99cc ("tls: splice_read: fix accessing pre-processed records")
Link: https://patch.msgid.link/20260429222944.2139041-2-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2026-05-02 18:27:14 -07:00
..
Kconfig
Makefile
tls.h
tls_device.c
tls_device_fallback.c
tls_main.c
tls_proc.c
tls_strp.c
tls_sw.c net: tls: fix silent data drop under pipe back-pressure 2026-05-02 18:27:14 -07:00
tls_toe.c
trace.c
trace.h