summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: remove sockptr_advanceChristoph Hellwig2020-07-281-3/+3
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-8/+9
* Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-101-1/+1
|\
| * net: tls: Avoid assigning 'const' pointer to non-const pointerWill Deacon2020-04-151-1/+1
* | net/tls: fix const assignment warningArnd Bergmann2020-04-081-2/+2
|/
* net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki2020-03-211-4/+5
* net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki2020-03-211-8/+9
* net/tls: Constify base proto ops used for building tls protoJakub Sitnicki2020-03-211-2/+2
* net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki2020-02-211-1/+2
* bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend2020-01-151-3/+7
* net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-061-2/+2
* net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-11-281-11/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-0/+1
|\
| * net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn2019-11-191-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-0/+2
|\|
| * net/tls: add a TX lockJakub Kicinski2019-11-061-0/+2
* | net/tls: add statistics for installed sessionsJakub Kicinski2019-10-051-4/+19
* | net/tls: add skeleton of MIB statisticsJakub Kicinski2019-10-051-0/+37
* | net/tls: allow compiling TLS TOE outJakub Kicinski2019-10-041-1/+4
* | net/tls: rename tls_hw_* functions tls_toe_*Jakub Kicinski2019-10-041-3/+3
* | net/tls: move TOE-related code to a separate fileJakub Kicinski2019-10-041-102/+3
* | net/tls: move tls_build_proto() on init pathJakub Kicinski2019-10-041-5/+2
* | net/tls: rename tls_device to tls_toe_deviceJakub Kicinski2019-10-041-7/+7
* | net/tls: move TOE-related structures to a separate headerJakub Kicinski2019-10-041-0/+1
|/
* net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski2019-09-051-18/+1
* net/tls: use the full sk_proto pointerJakub Kicinski2019-09-051-17/+10
* net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti2019-08-311-0/+64