aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: tls: explicitly disallow disconnectJakub Kicinski2025-04-081-0/+6
* tcp: ulp: diag: more info without CAP_NET_ADMINMatthieu Baerts (NGI0)2025-03-081-2/+2
* tls: skip setting sk_write_space on rekeySabrina Dubroca2025-01-111-0/+4
* tls: add counters for rekeySabrina Dubroca2024-12-161-5/+22
* tls: implement rekey for TLS1.3Sabrina Dubroca2024-12-161-12/+34
* net: tls: Pass union tls_crypto_context pointer to memzero_explicitSimon Horman2024-07-091-3/+6
* tls: fix missing memory barrier in tls_initDae R. Jeong2024-05-231-1/+9
* mptcp: fix lockless access in subflow ULP diagPaolo Abeni2024-02-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-3/+7
|\
| * tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni2023-10-131-3/+7
* | 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-131-1/+1
* | tls: remove tls_context argument from tls_set_sw_offloadSabrina Dubroca2023-10-131-2/+2
* | tls: store iv directly within cipher_contextSabrina Dubroca2023-10-131-1/+1
* | tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZESabrina Dubroca2023-10-131-1/+1
* | tls: store rec_seq directly within cipher_contextSabrina Dubroca2023-10-131-1/+0
|/
* tls: use tls_cipher_desc to simplify do_tls_getsockopt_confSabrina Dubroca2023-08-281-163/+11
* tls: get crypto_info size from tls_cipher_desc in do_tls_setsockopt_confSabrina Dubroca2023-08-281-31/+8
* tls: validate cipher descriptions at compile timeSabrina Dubroca2023-08-281-0/+18
* tls: extend tls_cipher_desc to fully describe the ciphersSabrina Dubroca2023-08-281-9/+32
* tls: rename tls_cipher_size_desc to tls_cipher_descSabrina Dubroca2023-08-281-10/+10
* tls: reduce size of tls_cipher_size_descSabrina Dubroca2023-08-281-2/+2
* tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_descSabrina Dubroca2023-08-281-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-3/+0
|\
| * net: tls: set MSG_SPLICE_PAGES consistentlyJakub Kicinski2023-08-101-3/+0
* | net/tls: implement ->read_sock()Hannes Reinecke2023-07-281-0/+2
|/
* net: Kill MSG_SENDPAGE_NOTLASTDavid Howells2023-06-241-1/+1
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-7/+0
* tls/device: Use splice_eof() to flushDavid Howells2023-06-091-0/+2
* tls/sw: Use splice_eof() to flushDavid Howells2023-06-091-0/+2
* tls: suppress wakeups unless we have a full recordJakub Kicinski2023-06-021-0/+35
* tls: Inline do_tcp_sendpages()David Howells2023-05-241-9/+15
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-101-1/+2
* net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua2023-03-021-18/+5
* net: tls: Add ARIA-GCM algorithmTaehee Yoo2022-09-281-0/+62
* net/tls: Describe ciphers sizes by const structsTariq Toukan2022-09-231-0/+17
* tls: rx: do not use the standard strparserJakub Kicinski2022-07-261-4/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-1/+6
|\
| * net/tls: Check for errors in tls_device_initTariq Toukan2022-07-141-1/+6
* | tls: rx: fix the NoPad getsockoptJakub Kicinski2022-07-121-5/+4
* | tls: create an internal headerJakub Kicinski2022-07-091-2/+21
* | tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3Jakub Kicinski2022-07-061-0/+75
|/
* sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-231-0/+2
* Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski2022-06-231-3/+0
* net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan2022-06-201-0/+3
* tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TXMaxim Mikityanskiy2022-06-101-4/+4
* tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny2022-05-191-0/+55
* net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf()Ziyang Xuan2022-03-211-10/+5
* tls: fix replacing proto_opsJakub Kicinski2021-11-261-7/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-2/+2
|\