summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device_fallback.c
Commit message (Expand)AuthorAgeFilesLines
* tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZESabrina Dubroca2023-10-131-1/+1
* tls: drop unnecessary cipher_type checks in tls offloadSabrina Dubroca2023-10-131-14/+3
* tls: get salt using crypto_info_salt in tls_enc_skbSabrina Dubroca2023-10-131-3/+1
* tls: expand use of tls_cipher_desc in tls_sw_fallback_initSabrina Dubroca2023-08-271-14/+6
* tls: allocate the fallback aead after checking that the cipher is validSabrina Dubroca2023-08-271-10/+10
* tls: rename tls_cipher_size_desc to tls_cipher_descSabrina Dubroca2023-08-271-21/+21
* tls: reduce size of tls_cipher_size_descSabrina Dubroca2023-08-271-4/+4
* net/tls: fix comment typoYueh-Shun Li2023-06-221-1/+1
* net/tls: Fix memory leak in tls_enc_skb() and tls_sw_fallback_init()Yu Liao2022-11-111-2/+3
* net/tls: Support 256 bit keys with TX device offloadGal Pressman2022-09-221-0/+7
* net/tls: Use cipher sizes structsGal Pressman2022-09-221-25/+47
* net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-101-1/+2
* tls: create an internal headerJakub Kicinski2022-07-081-0/+2
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-3/+3
* net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy2021-06-011-0/+7
* net/tls: Except bond interface from some TLS checksTariq Toukan2021-01-181-1/+1
* net/tls: make inline helpers protocol-awareVadim Fedorenko2020-11-271-6/+7
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski2019-07-081-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-181-3/+10
* net: tls: Add tls 1.3 supportDave Watson2019-02-011-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-151-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