aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tls.h
Commit message (Expand)AuthorAge
* tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-13
* net/tls: Combined memory allocation for decryption requestVakul Garg2018-08-13
* tls: Add rx inline crypto offloadBoris Pismenny2018-07-16
* tls: Split tls_sw_release_resources_rxBoris Pismenny2018-07-16
* tls: Split decrypt_skb to two functionsBoris Pismenny2018-07-16
* tls: Refactor tls_offload variable namesBoris Pismenny2018-07-16
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-28
* tls: fix NULL pointer dereference on pollDaniel Borkmann2018-06-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-21
|\
| * tls: don't use stack memory in a scatterlistMatt Mullins2018-05-17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-04
|\|
| * net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson2018-05-01
* | net/tls: Add generic NIC offload infrastructureIlya Lesokhin2018-05-01
* | net/tls: Split conf to rx + txBoris Pismenny2018-05-01
|/
* tls: support for Inline tls recordAtul Gupta2018-03-31
* tls: RX path for ktlsDave Watson2018-03-23
* tls: Refactor variable namesDave Watson2018-03-23
* tls: Pass error code explicitly to tls_err_abortDave Watson2018-03-23
* tls: Move cipher info to a separate structDave Watson2018-03-23
* tls: Add support for encryption using async offload acceleratorVakul Garg2018-01-31
* net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de2018-01-15
* uapi: fix linux/tls.h userspace compilation errorDmitry V. Levin2017-11-14
* tls: Move tls_make_aad to header to allow sharingIlya Lesokhin2017-11-14
* tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin2017-11-14
* tls: Add function to update the TLS socket configurationIlya Lesokhin2017-11-14
* tls: kernel TLS supportDave Watson2017-06-15