git: bf5c45448720 - stable/13 - Enable KERN_TLS by default in ARM64 GENERIC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Apr 2023 20:46:04 UTC
The branch stable/13 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=bf5c45448720e20208d3e8f2b563e5234c28159a
commit bf5c45448720e20208d3e8f2b563e5234c28159a
Author: Allan Jude <allanjude@FreeBSD.org>
AuthorDate: 2021-01-28 20:48:37 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-04-21 13:46:35 +0000
Enable KERN_TLS by default in ARM64 GENERIC
PR: 270759
Sponsored-by: Ampere Computing
Submitted-by: Klara, Inc.
(cherry picked from commit f9322ff6efa508df8368e31e3c4880cff11b0e23)
---
sys/arm64/conf/GENERIC | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index 9f7a67e2079a..a81f58b410e5 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -39,6 +39,7 @@ options TCP_BLACKBOX # Enhanced TCP event logging
options TCP_HHOOK # hhook(9) framework for TCP
options TCP_RFC7413 # TCP Fast Open
options SCTP_SUPPORT # Allow kldload of SCTP
+options KERN_TLS # TLS transmit & receive offload
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists