summaryrefslogtreecommitdiff
path: root/net/tls/tls_main.c
AgeCommit message (Expand)Author
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
2020-07-28net: remove sockptr_advanceChristoph Hellwig
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-15net: tls: Avoid assigning 'const' pointer to non-const pointerWill Deacon
2020-04-08net/tls: fix const assignment warningArnd Bergmann
2020-03-21net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki
2020-03-21net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki
2020-03-21net/tls: Constify base proto ops used for building tls protoJakub Sitnicki
2020-02-21net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki
2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend
2019-12-06net/tls: Fix return values to avoid ENOTSUPPValentin Vidic
2019-11-28net/tls: use sg_next() to walk sg entriesJakub Kicinski
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn