aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tls.h
AgeCommit message (Expand)Author
2020-12-08net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy
2019-07-28net/tls: make sure offload also gets the keys wipedJakub Kicinski
2019-06-11net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski
2019-04-27net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca
2018-08-13net/tls: Combined memory allocation for decryption requestVakul Garg
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny
2018-07-16tls: Split tls_sw_release_resources_rxBoris Pismenny
2018-07-16tls: Split decrypt_skb to two functionsBoris Pismenny
2018-07-16tls: Refactor tls_offload variable namesBoris Pismenny
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-11tls: fix NULL pointer dereference on pollDaniel Borkmann
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-17tls: don't use stack memory in a scatterlistMatt Mullins
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-01net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson
2018-05-01net/tls: Add generic NIC offload infrastructureIlya Lesokhin
2018-05-01net/tls: Split conf to rx + txBoris Pismenny
2018-03-31tls: support for Inline tls recordAtul Gupta
2018-03-23tls: RX path for ktlsDave Watson
2018-03-23tls: Refactor variable namesDave 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-01-31tls: Add support for encryption using async offload acceleratorVakul Garg
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de
2017-11-15uapi: fix linux/tls.h userspace compilation errorDmitry V. Levin
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: Add function to update the TLS socket configurationIlya Lesokhin
2017-06-15tls: kernel TLS supportDave Watson