Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 22 Oct 2025 10:19:36 +1000 you wrote:
From: Wilfred Mallawa wilfred.mallawa@wdc.com
During a handshake, an endpoint may specify a maximum record size limit. Currently, the kernel defaults to TLS_MAX_PAYLOAD_SIZE (16KB) for the maximum record size. Meaning that, the outgoing records from the kernel can exceed a lower size negotiated during the handshake. In such a case, the TLS endpoint must send a fatal "record_overflow" alert [1], and thus the record is discarded.
[...]
Here is the summary with links: - [net-next,v8,1/2] net/tls: support setting the maximum payload size https://git.kernel.org/netdev/net-next/c/82cb5be6ad64 - [net-next,v8,2/2] selftests: tls: add tls record_size_limit test https://git.kernel.org/netdev/net-next/c/5f30bc470672
You are awesome, thank you!