summaryrefslogtreecommitdiff
path: root/net/tls/tls_device_fallback.c
AgeCommit message (Expand)Author
2023-10-13tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZESabrina Dubroca
2023-10-13tls: drop unnecessary cipher_type checks in tls offloadSabrina Dubroca
2023-10-13tls: get salt using crypto_info_salt in tls_enc_skbSabrina Dubroca
2023-08-27tls: expand use of tls_cipher_desc in tls_sw_fallback_initSabrina Dubroca
2023-08-27tls: allocate the fallback aead after checking that the cipher is validSabrina Dubroca
2023-08-27tls: rename tls_cipher_size_desc to tls_cipher_descSabrina Dubroca
2023-08-27tls: reduce size of tls_cipher_size_descSabrina Dubroca
2023-06-22net/tls: fix comment typoYueh-Shun Li
2022-11-11net/tls: Fix memory leak in tls_enc_skb() and tls_sw_fallback_init()Yu Liao
2022-09-22net/tls: Support 256 bit keys with TX device offloadGal Pressman
2022-09-22net/tls: Use cipher sizes structsGal Pressman
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy
2022-07-08tls: create an internal headerJakub Kicinski
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
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