summaryrefslogtreecommitdiff
path: root/net/tls/tls_sw.c
AgeCommit message (Expand)Author
2018-05-17tls: don't use stack memory in a scatterlistMatt Mullins
2018-04-12net/tls: Remove VLA usageKees Cook
2018-03-23tls: RX path for ktlsDave Watson
2018-03-23tls: Pass error code explicitly to tls_err_abortDave Watson
2018-03-23tls: Move cipher info to a separate structDave Watson
2018-03-23tls: Generalize zerocopy_from_iterDave Watson
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend
2018-01-31tls: Add support for encryption using async offload acceleratorVakul Garg
2018-01-22tls: Correct length of scatterlist in tls_sw_sendpageDave Watson
2018-01-17tls: fix sw_ctx leakSabrina Dubroca
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de
2017-11-14tls: Move tls_make_aad to header to allow sharingIlya Lesokhin
2017-11-14tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin
2017-11-14tls: Use kzalloc for aead_request allocationIlya Lesokhin
2017-09-14tls: make tls_sw_free_resources staticTobias Klauser
2017-06-15tls: kernel TLS supportDave Watson