summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_sw.c
Commit message (Expand)AuthorAgeFilesLines
* tls: Add support for encryption using async offload acceleratorVakul Garg2018-01-311-1/+7
* tls: Correct length of scatterlist in tls_sw_sendpageDave Watson2018-01-221-0/+2
* tls: fix sw_ctx leakSabrina Dubroca2018-01-171-5/+7
* net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de2018-01-151-2/+2
* tls: Move tls_make_aad to header to allow sharingIlya Lesokhin2017-11-141-17/+1
* tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin2017-11-141-2/+2
* tls: Use kzalloc for aead_request allocationIlya Lesokhin2017-11-141-1/+1
* tls: make tls_sw_free_resources staticTobias Klauser2017-09-141-1/+1
* tls: kernel TLS supportDave Watson2017-06-151-0/+772