summaryrefslogtreecommitdiffstats
path: root/include/net/tls.h
Commit message (Expand)AuthorAgeFilesLines
* tls: fix NULL pointer dereference on pollDaniel Borkmann2018-06-111-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-0/+4
|\
| * tls: don't use stack memory in a scatterlistMatt Mullins2018-05-171-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-0/+1
|\ \ | |/
| * net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson2018-05-011-0/+1
* | net/tls: Add generic NIC offload infrastructureIlya Lesokhin2018-05-011-2/+67
* | net/tls: Split conf to rx + txBoris Pismenny2018-05-011-18/+33
|/
* tls: support for Inline tls recordAtul Gupta2018-03-311-1/+31
* tls: RX path for ktlsDave Watson2018-03-231-2/+25
* tls: Refactor variable namesDave Watson2018-03-231-1/+1
* tls: Pass error code explicitly to tls_err_abortDave Watson2018-03-231-3/+3
* tls: Move cipher info to a separate structDave Watson2018-03-231-11/+15
* tls: Add support for encryption using async offload acceleratorVakul Garg2018-01-311-0/+2
* net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de2018-01-151-1/+1
* uapi: fix linux/tls.h userspace compilation errorDmitry V. Levin2017-11-151-0/+4
* tls: Move tls_make_aad to header to allow sharingIlya Lesokhin2017-11-141-0/+15
* tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin2017-11-141-1/+1
* tls: Add function to update the TLS socket configurationIlya Lesokhin2017-11-141-0/+2
* tls: kernel TLS supportDave Watson2017-06-151-0/+237
OpenPOWER on IntegriCloud