summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device_fallback.c
Commit message (Expand)AuthorAgeFilesLines
* net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski2019-07-091-0/+4
* net/tls: export TLS per skb encryptionDirk van der Merwe2019-06-061-0/+6
* net/tls: remove false positive warningJakub Kicinski2019-06-041-2/+4
* net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski2019-05-011-1/+2
* net/tls: fix refcount adjustment in fallbackJakub Kicinski2019-04-191-3/+10
* net: tls: Add tls 1.3 supportDave Watson2019-02-021-1/+2
* tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-131-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-161-1/+1
|\
| * crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers2018-08-031-1/+1
* | tls: Add rx inline crypto offloadBoris Pismenny2018-07-161-0/+1
* | tls: Refactor tls_offload variable namesBoris Pismenny2018-07-161-4/+4
|/
* net/tls: Add generic NIC offload infrastructureIlya Lesokhin2018-05-011-0/+450