summaryrefslogtreecommitdiff
path: root/net/tls/tls_device_fallback.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-04Revert "net: mirror skb frag ref/unref helpers"Mina Almasry1-1/+1
2024-04-12net: mirror skb frag ref/unref helpersMina Almasry1-1/+1
2024-04-12net: move skb ref helpers to new headerMina Almasry1-0/+1
2023-10-13tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZESabrina Dubroca1-1/+1
2023-10-13tls: drop unnecessary cipher_type checks in tls offloadSabrina Dubroca1-14/+3
2023-10-13tls: get salt using crypto_info_salt in tls_enc_skbSabrina Dubroca1-3/+1
2023-08-28tls: expand use of tls_cipher_desc in tls_sw_fallback_initSabrina Dubroca1-14/+6
2023-08-28tls: allocate the fallback aead after checking that the cipher is validSabrina Dubroca1-10/+10
2023-08-28tls: rename tls_cipher_size_desc to tls_cipher_descSabrina Dubroca1-21/+21
2023-08-28tls: reduce size of tls_cipher_size_descSabrina Dubroca1-4/+4
2023-06-23net/tls: fix comment typoYueh-Shun Li1-1/+1
2022-11-12net/tls: Fix memory leak in tls_enc_skb() and tls_sw_fallback_init()Yu Liao1-2/+3
2022-09-23net/tls: Support 256 bit keys with TX device offloadGal Pressman1-0/+7
2022-09-23net/tls: Use cipher sizes structsGal Pressman1-25/+47
2022-08-11net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy1-1/+2
2022-07-09tls: create an internal headerJakub Kicinski1-0/+2
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-3/+3
2021-06-02net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy1-0/+7
2021-01-19net/tls: Except bond interface from some TLS checksTariq Toukan1-1/+1
2020-11-28net/tls: make inline helpers protocol-awareVadim Fedorenko1-6/+7
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-09net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski1-0/+4
2019-06-07net/tls: export TLS per skb encryptionDirk van der Merwe1-0/+6
2019-06-05net/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-19net/tls: fix refcount adjustment in fallbackJakub Kicinski1-3/+10
2019-02-02net: 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-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus 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