aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ktls.h
Commit message (Expand)AuthorAgeFilesLines
* ktls.h: Guard includes behind _KERNELMark Johnston2021-05-311-0/+2
* Support hardware rate limiting (pacing) with TLS offload.John Baldwin2020-10-291-0/+3
* Add support for KTLS RX via software decryption.John Baldwin2020-07-231-6/+12
* Step 2.1: Build TLS workqueue from mbufs, not struct mbuf_ext_pgs.Gleb Smirnoff2020-05-021-2/+1
* Initial support for kernel offload of TLS receive.John Baldwin2020-04-271-2/+17
* Add the initial sequence number to the TLS enable socket option.John Baldwin2020-04-271-0/+17
* Make ktls_frame() never fail. Caller must supply correct mbufs.Gleb Smirnoff2020-02-251-1/+1
* Add a structure for the AAD used in TLS 1.3.John Baldwin2019-12-181-2/+12
* Add a TOE KTLS mode and a TOE hook for allocating TLS sessions.John Baldwin2019-10-081-0/+1
* kTLS support for TLS 1.3Andrew Gallatin2019-09-271-2/+4
* Add kernel-side support for in-kernel TLS.John Baldwin2019-08-271-0/+194