aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device_fallback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22net/tls: Support 256 bit keys with TX device offloadGal Pressman1-0/+7
2022-09-22net/tls: Use cipher sizes structsGal Pressman1-25/+47
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy1-1/+2
2022-07-08tls: create an internal headerJakub Kicinski1-0/+2
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-3/+3
2021-06-01net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy1-0/+7
2021-01-18net/tls: Except bond interface from some TLS checksTariq Toukan1-1/+1
2020-11-27net/tls: make inline helpers protocol-awareVadim Fedorenko1-6/+7
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-08net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski1-0/+4
2019-06-06net/tls: export TLS per skb encryptionDirk van der Merwe1-0/+6
2019-06-04net/tls: remove false positive warningJakub Kicinski1-2/+4
2019-05-01net/tls: avoid NULL pointer deref on nskb->sk in fallbackJakub Kicinski1-1/+2
2019-04-18net/tls: fix refcount adjustment in fallbackJakub Kicinski1-3/+10
2019-02-01net: tls: Add tls 1.3 supportDave Watson1-1/+2
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca1-1/+1
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2018-08-03crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers1-1/+1
2018-07-16tls: Add rx inline crypto offloadBoris Pismenny1-0/+1
2018-07-16tls: Refactor tls_offload variable namesBoris Pismenny1-4/+4
2018-05-01net/tls: Add generic NIC offload infrastructureIlya Lesokhin1-0/+450