summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSabrina Dubroca <sd@queasysnail.net>2026-06-11 12:21:33 +0200
committerJakub Kicinski <kuba@kernel.org>2026-06-12 16:43:10 -0700
commitcdae65fc43f28b6508d85fa242264f3bc5c9a5c7 (patch)
tree991ef1367a20e1756b19ff4882bdbbff6edec480 /arch
parentf48cd5b47bfe9ad6c3fdf9a1d631e3fd7ca90db0 (diff)
downloadlwn-cdae65fc43f28b6508d85fa242264f3bc5c9a5c7.tar.gz
lwn-cdae65fc43f28b6508d85fa242264f3bc5c9a5c7.zip
tls: remove tls_toe and the related driver
The tls_toe feature and its single user (chelsio chtls) have been unmaintained for multiple years. It also hooks into the core of the TCP implementation, and bypasses most of the networking stack. Signed-off-by: Sabrina Dubroca <sd@queasysnail.net> Reviewed-by: Eric Dumazet <edumazet@google.com> Link: https://patch.msgid.link/1f30e73275c07bf879f547589872d0916025a52e.1781165969.git.sd@queasysnail.net Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/s390/configs/debug_defconfig1
-rw-r--r--arch/s390/configs/defconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/configs/debug_defconfig b/arch/s390/configs/debug_defconfig
index 471d078e5c53..54637be87fb7 100644
--- a/arch/s390/configs/debug_defconfig
+++ b/arch/s390/configs/debug_defconfig
@@ -125,7 +125,6 @@ CONFIG_UNIX=y
CONFIG_UNIX_DIAG=m
CONFIG_TLS=m
CONFIG_TLS_DEVICE=y
-CONFIG_TLS_TOE=y
CONFIG_XFRM_USER=m
CONFIG_NET_KEY=m
CONFIG_SMC=m
diff --git a/arch/s390/configs/defconfig b/arch/s390/configs/defconfig
index c0d39d05f50a..5f5114a253cf 100644
--- a/arch/s390/configs/defconfig
+++ b/arch/s390/configs/defconfig
@@ -116,7 +116,6 @@ CONFIG_UNIX=y
CONFIG_UNIX_DIAG=m
CONFIG_TLS=m
CONFIG_TLS_DEVICE=y
-CONFIG_TLS_TOE=y
CONFIG_XFRM_USER=m
CONFIG_NET_KEY=m
CONFIG_SMC=m