aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-09net/tls: remove set but not used variablesJakub Kicinski1-4/+1
2019-05-09net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski1-0/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+28
2019-04-27net/tls: fix copy to fragments in reencryptJakub Kicinski1-7/+22
2019-04-27net/tls: don't copy negative amounts of data in reencryptJakub Kicinski1-6/+8
2019-04-27net/tls: byte swap device req TCP seq no upon settingJakub Kicinski1-1/+1
2019-04-27net/tls: remove old exports of sk_destruct functionsJakub Kicinski1-18/+17
2019-04-27net/tls: don't log errors every time offload can't proceedJakub Kicinski1-6/+1
2019-04-20net/tls: don't leak IV and record seq when offload failsJakub Kicinski1-2/+0
2019-04-20net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski1-0/+2
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski1-0/+7
2019-04-10net/tls: fix the IV leaksJakub Kicinski1-1/+4
2019-03-13net/tls: Inform user space about send buffer availabilityVakul Garg1-3/+0
2019-03-03tls: Fix write space handlingBoris Pismenny1-0/+17
2019-03-03tls: Fix tls_device handling of partial recordsBoris Pismenny1-4/+5
2019-02-19net/tls: Move protocol constants from cipher context to tls contextVakul Garg1-10/+14
2019-02-01net: tls: Add tls 1.3 supportDave Watson1-2/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-2/+2
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann1-1/+1
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca1-3/+3
2018-08-01net/tls: Use kmemdup to simplify the codezhong jiang1-2/+1
2018-07-20tls: Fix copy-paste error in tls_device_reencryptGustavo A. R. Silva1-1/+1
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny1-22/+256
2018-07-16tls: Refactor tls_offload variable namesBoris Pismenny1-13/+12
2018-05-10tls: Fix tls_device initializationBoris Pismenny1-0/+2
2018-05-01net/tls: Add generic NIC offload infrastructureIlya Lesokhin1-0/+764