aboutsummaryrefslogtreecommitdiff
path: root/net/tls/tls_device.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-03tls: Fix write space handlingGravatar Boris Pismenny 1-0/+17
2019-03-03tls: Fix tls_device handling of partial recordsGravatar Boris Pismenny 1-4/+5
2019-02-19net/tls: Move protocol constants from cipher context to tls contextGravatar Vakul Garg 1-10/+14
2019-02-01net: tls: Add tls 1.3 supportGravatar Dave Watson 1-2/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-2/+2
2018-10-15tls: convert to generic sk_msg interfaceGravatar Daniel Borkmann 1-1/+1
2018-09-13tls: zero the crypto information from tls_context before freeingGravatar Sabrina Dubroca 1-3/+3
2018-08-01net/tls: Use kmemdup to simplify the codeGravatar zhong jiang 1-2/+1
2018-07-20tls: Fix copy-paste error in tls_device_reencryptGravatar Gustavo A. R. Silva 1-1/+1
2018-07-16tls: Add rx inline crypto offloadGravatar Boris Pismenny 1-22/+256
2018-07-16tls: Refactor tls_offload variable namesGravatar Boris Pismenny 1-13/+12
2018-05-10tls: Fix tls_device initializationGravatar Boris Pismenny 1-0/+2
2018-05-01net/tls: Add generic NIC offload infrastructureGravatar Ilya Lesokhin 1-0/+764