summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_sw.c
Commit message (Expand)AuthorAgeFilesLines
* tls: fix waitall behavior in tls_sw_recvmsgDaniel Borkmann2018-06-151-1/+5
* tls: fix use-after-free in tls_push_recordDaniel Borkmann2018-06-151-13/+13
* tls: fix NULL pointer dereference on pollDaniel Borkmann2018-06-111-10/+9
* strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes2018-06-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-5/+4
|\
| * tls: don't use stack memory in a scatterlistMatt Mullins2018-05-171-5/+4
* | net/tls: Split conf to rx + txBoris Pismenny2018-05-011-59/+79
* | net/tls: remove redundant second null check on sgoutColin Ian King2018-04-241-2/+1
|/
* net/tls: Remove VLA usageKees Cook2018-04-121-1/+9
* tls: RX path for ktlsDave Watson2018-03-231-58/+529
* tls: Pass error code explicitly to tls_err_abortDave Watson2018-03-231-1/+1
* tls: Move cipher info to a separate structDave Watson2018-03-231-28/+30
* tls: Generalize zerocopy_from_iterDave Watson2018-03-231-12/+19
* net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend2018-03-191-2/+2
* sock: make static tls function alloc_sg generic sock helperJohn Fastabend2018-03-191-62/+7
* 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
OpenPOWER on IntegriCloud