summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* net: tls: fix returned read length with async decryptJakub Kicinski2024-02-101-1/+0
* net: tls: fix use-after-free with partial reads and async decryptSabrina Dubroca2024-02-101-2/+3
* net: tls: handle backlogging of crypto requestsJakub Kicinski2024-02-101-0/+22
* tls: fix race between tx work scheduling and socket closeJakub Kicinski2024-02-101-10/+6
* tls: fix race between async notify and socket closeJakub Kicinski2024-02-101-33/+10
* net: tls: factor out tls_*crypt_async_wait()Jakub Kicinski2024-02-101-51/+45
* net: tls, fix WARNIING in __sk_msg_freeJohn Fastabend2024-01-141-1/+5
* net: tls, update curr on splice as wellJohn Fastabend2023-12-071-0/+2
* tls: fix NULL deref on tls_sw_splice_eof() with empty recordJann Horn2023-11-231-0/+3
* tls: don't reset prot->aad_size and prot->tail_size for TLS_HWSabrina Dubroca2023-10-233-11/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-192-9/+20
|\
| * tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni2023-10-132-9/+20
* | tls: use fixed size for tls_offload_context_{tx,rx}.driver_stateSabrina Dubroca2023-10-131-2/+2
* | tls: validate crypto_info in a separate helperSabrina Dubroca2023-10-131-24/+27
* | tls: remove tls_context argument from tls_set_device_offloadSabrina Dubroca2023-10-133-10/+10
* | tls: remove tls_context argument from tls_set_sw_offloadSabrina Dubroca2023-10-134-14/+12
* | tls: add a helper to allocate/initialize offload_ctx_txSabrina Dubroca2023-10-131-14/+25
* | tls: also use init_prot_info in tls_set_device_offloadSabrina Dubroca2023-10-133-14/+18
* | tls: move tls_prot_info initialization out of tls_set_sw_offloadSabrina Dubroca2023-10-131-28/+34
* | tls: extract context alloc/initialization out of tls_set_sw_offloadSabrina Dubroca2023-10-131-35/+51
* | tls: store iv directly within cipher_contextSabrina Dubroca2023-10-133-23/+5
* | tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZESabrina Dubroca2023-10-134-6/+6
* | tls: store rec_seq directly within cipher_contextSabrina Dubroca2023-10-133-21/+4
* | tls: drop unnecessary cipher_type checks in tls offloadSabrina Dubroca2023-10-132-21/+4
* | tls: get salt using crypto_info_salt in tls_enc_skbSabrina Dubroca2023-10-131-3/+1
* | tls: Use size_add() in call to struct_size()Gustavo A. R. Silva2023-09-181-1/+1
|/
* net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian2023-09-121-2/+2
* tls: get cipher_name from cipher_desc in tls_set_sw_offloadSabrina Dubroca2023-08-271-25/+4
* tls: use tls_cipher_desc to access per-cipher crypto_info in tls_set_sw_offloadSabrina Dubroca2023-08-271-76/+13
* tls: use tls_cipher_desc to get per-cipher sizes in tls_set_sw_offloadSabrina Dubroca2023-08-271-63/+16
* tls: use tls_cipher_desc to simplify do_tls_getsockopt_confSabrina Dubroca2023-08-271-163/+11
* tls: get crypto_info size from tls_cipher_desc in do_tls_setsockopt_confSabrina Dubroca2023-08-271-31/+8
* 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: expand use of tls_cipher_desc in tls_set_device_offloadSabrina Dubroca2023-08-271-18/+4
* tls: validate cipher descriptions at compile timeSabrina Dubroca2023-08-271-0/+18
* tls: extend tls_cipher_desc to fully describe the ciphersSabrina Dubroca2023-08-272-9/+64
* tls: rename tls_cipher_size_desc to tls_cipher_descSabrina Dubroca2023-08-274-52/+52
* tls: reduce size of tls_cipher_size_descSabrina Dubroca2023-08-274-9/+20
* tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_descSabrina Dubroca2023-08-271-0/+2
* tls: move tls_cipher_size_desc to net/tls/tls.hSabrina Dubroca2023-08-271-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-102-34/+33
|\
| * net: tls: set MSG_SPLICE_PAGES consistentlyJakub Kicinski2023-08-101-3/+0
| * net: tls: avoid discarding data on record closeJakub Kicinski2023-08-061-31/+33
* | net/tls: avoid TCP window full during ->read_sock()Hannes Reinecke2023-08-081-8/+5
* | net/tls: Remove unused function declarationsYue Haibing2023-08-071-4/+0
* | Merge branch 'in-kernel-support-for-the-tls-alert-protocol'Jakub Kicinski2023-07-281-0/+1
|\ \
| * | net/tls: Move TLS protocol elements to a separate headerChuck Lever2023-07-281-0/+1
| |/
* | net/tls: implement ->read_sock()Hannes Reinecke2023-07-273-0/+103
* | net/tls: split tls_rx_reader_lockHannes Reinecke2023-07-271-16/+22