summaryrefslogtreecommitdiff
path: root/net/tls/tls_device_fallback.c
AgeCommit message (Expand)Author
2021-06-01net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy
2021-01-18net/tls: Except bond interface from some TLS checksTariq Toukan
2020-11-27net/tls: make inline helpers protocol-awareVadim Fedorenko
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-08net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski
2019-06-06net/tls: export TLS per skb encryptionDirk van der Merwe
2019-06-04net/tls: remove false positive warningJakub Kicinski
2019-05-01net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski
2019-04-18net/tls: fix refcount adjustment in fallbackJakub Kicinski
2019-02-01net: tls: Add tls 1.3 supportDave Watson
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-03crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny
2018-07-16tls: Refactor tls_offload variable namesBoris Pismenny
2018-05-01net/tls: Add generic NIC offload infrastructureIlya Lesokhin