aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-15tls: replace poll implementation with read hookJohn Fastabend1-4/+2
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann1-9/+9
2018-10-02tls: Add support for inplace records encryptionVakul Garg1-0/+1
2018-09-29tls: Remove redundant vars from tls record structureVakul Garg1-4/+2
2018-09-24net/tls: Fixed race condition in async encryptionVakul Garg1-11/+5
2018-09-21net/tls: Add support for async encryption of records for performanceVakul Garg1-12/+58
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+9
2018-09-17tls: async support causes out-of-bounds access in crypto APIsJohn Fastabend1-4/+0
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca1-10/+9
2018-09-01net/tls: Add support for async decryption of tls recordsVakul Garg1-0/+6
2018-08-13net/tls: Combined memory allocation for decryption requestVakul Garg1-4/+0
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny1-4/+59
2018-07-16tls: Split tls_sw_release_resources_rxBoris Pismenny1-0/+1
2018-07-16tls: Split decrypt_skb to two functionsBoris Pismenny1-0/+2
2018-07-16tls: Refactor tls_offload variable namesBoris Pismenny1-8/+8
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-2/+4
2018-06-11tls: fix NULL pointer dereference on pollDaniel Borkmann1-4/+2
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2018-05-17tls: don't use stack memory in a scatterlistMatt Mullins1-0/+3
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-05-01net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson1-0/+1
2018-05-01net/tls: Add generic NIC offload infrastructureIlya Lesokhin1-2/+67
2018-05-01net/tls: Split conf to rx + txBoris Pismenny1-18/+33
2018-03-31tls: support for Inline tls recordAtul Gupta1-1/+31
2018-03-23tls: RX path for ktlsDave Watson1-2/+25
2018-03-23tls: Refactor variable namesDave Watson1-1/+1
2018-03-23tls: Pass error code explicitly to tls_err_abortDave Watson1-3/+3
2018-03-23tls: Move cipher info to a separate structDave Watson1-11/+15
2018-01-31tls: Add support for encryption using async offload acceleratorVakul Garg1-0/+2
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de1-1/+1
2017-11-15uapi: fix linux/tls.h userspace compilation errorDmitry V. Levin1-0/+4
2017-11-14tls: Move tls_make_aad to header to allow sharingIlya Lesokhin1-0/+15
2017-11-14tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin1-1/+1
2017-11-14tls: Add function to update the TLS socket configurationIlya Lesokhin1-0/+2
2017-06-15tls: kernel TLS supportDave Watson1-0/+237