summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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-271-163/+11
* tls: get crypto_info size from tls_cipher_desc in do_tls_setsockopt_confSabrina Dubroca2023-08-271-31/+8
* tls: validate cipher descriptions at compile timeSabrina Dubroca2023-08-271-0/+18
* tls: extend tls_cipher_desc to fully describe the ciphersSabrina Dubroca2023-08-271-9/+32
* tls: rename tls_cipher_size_desc to tls_cipher_descSabrina Dubroca2023-08-271-10/+10
* tls: reduce size of tls_cipher_size_descSabrina Dubroca2023-08-271-2/+2
* tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_descSabrina Dubroca2023-08-271-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-271-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-081-0/+2
* tls/sw: Use splice_eof() to flushDavid Howells2023-06-081-0/+2
* tls: suppress wakeups unless we have a full recordJakub Kicinski2023-06-021-0/+35
* tls: Inline do_tcp_sendpages()David Howells2023-05-231-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-011-18/+5
* net: tls: Add ARIA-GCM algorithmTaehee Yoo2022-09-271-0/+62
* net/tls: Describe ciphers sizes by const structsTariq Toukan2022-09-221-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-111-5/+4
* | tls: create an internal headerJakub Kicinski2022-07-081-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-091-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-251-7/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-2/+2
|\
| * net: Rename ->stream_memory_read to ->sock_is_readableCong Wang2021-10-261-2/+2
* | net/tls: getsockopt supports complete algorithm listTianjia Zhang2021-10-251-0/+42
* | net/tls: support SM4 GCM/CCM algorithmTianjia Zhang2021-09-161-0/+46
|/
* net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy2021-06-011-0/+1
* net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko2020-11-271-0/+3
* net/tls: use semicolons rather than commas to separate statementsJulia Lawall2020-10-131-1/+1
* net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa2020-09-011-8/+17