summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
2024-02-29tls: fix use-after-free on failed backlog decryptionSabrina Dubroca
2024-02-29tls: separate no-async decryption request handling from asyncSabrina Dubroca
2024-02-29tls: fix peeking with sync+async decryptionSabrina Dubroca
2024-02-29tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca
2024-02-21tls: don't skip over different type records from the rx_listSabrina Dubroca
2024-02-21tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca
2024-02-21tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca
2024-02-18mptcp: fix lockless access in subflow ULP diagPaolo Abeni
2024-02-10net: tls: fix returned read length with async decryptJakub Kicinski
2024-02-10net: tls: fix use-after-free with partial reads and async decryptSabrina Dubroca
2024-02-10net: tls: handle backlogging of crypto requestsJakub Kicinski
2024-02-10tls: fix race between tx work scheduling and socket closeJakub Kicinski
2024-02-10tls: fix race between async notify and socket closeJakub Kicinski
2024-02-10net: tls: factor out tls_*crypt_async_wait()Jakub Kicinski
2024-01-14net: tls, fix WARNIING in __sk_msg_freeJohn Fastabend
2023-12-07net: tls, update curr on splice as wellJohn Fastabend
2023-11-23tls: fix NULL deref on tls_sw_splice_eof() with empty recordJann Horn
2023-10-23tls: don't reset prot->aad_size and prot->tail_size for TLS_HWSabrina Dubroca
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-13tls: use fixed size for tls_offload_context_{tx,rx}.driver_stateSabrina Dubroca
2023-10-13tls: validate crypto_info in a separate helperSabrina Dubroca
2023-10-13tls: remove tls_context argument from tls_set_device_offloadSabrina Dubroca
2023-10-13tls: remove tls_context argument from tls_set_sw_offloadSabrina Dubroca
2023-10-13tls: add a helper to allocate/initialize offload_ctx_txSabrina Dubroca
2023-10-13tls: also use init_prot_info in tls_set_device_offloadSabrina Dubroca
2023-10-13tls: move tls_prot_info initialization out of tls_set_sw_offloadSabrina Dubroca
2023-10-13tls: extract context alloc/initialization out of tls_set_sw_offloadSabrina Dubroca
2023-10-13tls: store iv directly within cipher_contextSabrina Dubroca
2023-10-13tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZESabrina Dubroca
2023-10-13tls: store rec_seq directly within cipher_contextSabrina 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-09-18tls: Use size_add() in call to struct_size()Gustavo A. R. Silva
2023-09-12net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian
2023-08-27tls: get cipher_name from cipher_desc in tls_set_sw_offloadSabrina Dubroca
2023-08-27tls: use tls_cipher_desc to access per-cipher crypto_info in tls_set_sw_offloadSabrina Dubroca
2023-08-27tls: use tls_cipher_desc to get per-cipher sizes in tls_set_sw_offloadSabrina Dubroca
2023-08-27tls: use tls_cipher_desc to simplify do_tls_getsockopt_confSabrina Dubroca
2023-08-27tls: get crypto_info size from tls_cipher_desc in do_tls_setsockopt_confSabrina 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: expand use of tls_cipher_desc in tls_set_device_offloadSabrina Dubroca
2023-08-27tls: validate cipher descriptions at compile timeSabrina Dubroca
2023-08-27tls: extend tls_cipher_desc to fully describe the ciphersSabrina 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-08-27tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_descSabrina Dubroca
2023-08-27tls: move tls_cipher_size_desc to net/tls/tls.hSabrina Dubroca
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski