summaryrefslogtreecommitdiff
path: root/net/tls/tls_main.c
AgeCommit message (Expand)Author
2024-02-18mptcp: fix lockless access in subflow ULP diagPaolo Abeni
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: 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: 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-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: 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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-10net: tls: set MSG_SPLICE_PAGES consistentlyJakub Kicinski
2023-07-27net/tls: implement ->read_sock()Hannes Reinecke
2023-06-24net: Kill MSG_SENDPAGE_NOTLASTDavid Howells
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-08tls/device: Use splice_eof() to flushDavid Howells
2023-06-08tls/sw: Use splice_eof() to flushDavid Howells
2023-06-02tls: suppress wakeups unless we have a full recordJakub Kicinski
2023-05-23tls: Inline do_tcp_sendpages()David Howells
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-03-01net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua
2022-09-27net: tls: Add ARIA-GCM algorithmTaehee Yoo
2022-09-22net/tls: Describe ciphers sizes by const structsTariq Toukan
2022-07-26tls: rx: do not use the standard strparserJakub Kicinski
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-14net/tls: Check for errors in tls_device_initTariq Toukan
2022-07-11tls: rx: fix the NoPad getsockoptJakub Kicinski
2022-07-08tls: create an internal headerJakub Kicinski
2022-07-06tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3Jakub Kicinski
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-23Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski
2022-06-20net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan
2022-06-09tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TXMaxim Mikityanskiy
2022-05-19tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny
2022-03-21net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf()Ziyang Xuan
2021-11-25tls: fix replacing proto_opsJakub Kicinski
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2021-10-25net/tls: getsockopt supports complete algorithm listTianjia Zhang
2021-09-16net/tls: support SM4 GCM/CCM algorithmTianjia Zhang
2021-06-01net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy
2020-11-27net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko
2020-10-13net/tls: use semicolons rather than commas to separate statementsJulia Lawall
2020-09-01net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa