aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/tls/tls_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27net: tls: Add ARIA-GCM algorithmTaehee Yoo1-0/+62
2022-09-22net/tls: Describe ciphers sizes by const structsTariq Toukan1-0/+17
2022-07-26tls: rx: do not use the standard strparserJakub Kicinski1-4/+16
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2022-07-14net/tls: Check for errors in tls_device_initTariq Toukan1-1/+6
2022-07-11tls: rx: fix the NoPad getsockoptJakub Kicinski1-5/+4
2022-07-08tls: create an internal headerJakub Kicinski1-2/+21
2022-07-06tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3Jakub Kicinski1-0/+75
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski1-0/+2
2022-06-23Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski1-3/+0
2022-06-20net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan1-0/+3
2022-06-09tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TXMaxim Mikityanskiy1-4/+4
2022-05-19tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny1-0/+55
2022-03-21net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf()Ziyang Xuan1-10/+5
2021-11-25tls: fix replacing proto_opsJakub Kicinski1-7/+40
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang1-2/+2
2021-10-25net/tls: getsockopt supports complete algorithm listTianjia Zhang1-0/+42
2021-09-16net/tls: support SM4 GCM/CCM algorithmTianjia Zhang1-0/+46
2021-06-01net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy1-0/+1
2020-11-27net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko1-0/+3
2020-10-13net/tls: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-09-01net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa1-8/+17
2020-07-28net: remove sockptr_advanceChristoph Hellwig1-3/+3
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-8/+9
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linuxLinus Torvalds1-1/+1
2020-04-15net: tls: Avoid assigning 'const' pointer to non-const pointerWill Deacon1-1/+1
2020-04-08net/tls: fix const assignment warningArnd Bergmann1-2/+2
2020-03-21net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki1-4/+5
2020-03-21net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki1-8/+9
2020-03-21net/tls: Constify base proto ops used for building tls protoJakub Sitnicki1-2/+2
2020-02-21net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki1-1/+2
2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend1-3/+7
2019-12-06net/tls: Fix return values to avoid ENOTSUPPValentin Vidic1-2/+2
2019-11-28net/tls: use sg_next() to walk sg entriesJakub Kicinski1-11/+2
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn1-0/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-11-06net/tls: add a TX lockJakub Kicinski1-0/+2
2019-10-05net/tls: add statistics for installed sessionsJakub Kicinski1-4/+19
2019-10-05net/tls: add skeleton of MIB statisticsJakub Kicinski1-0/+37
2019-10-04net/tls: allow compiling TLS TOE outJakub Kicinski1-1/+4
2019-10-04net/tls: rename tls_hw_* functions tls_toe_*Jakub Kicinski1-3/+3
2019-10-04net/tls: move TOE-related code to a separate fileJakub Kicinski1-102/+3
2019-10-04net/tls: move tls_build_proto() on init pathJakub Kicinski1-5/+2
2019-10-04net/tls: rename tls_device to tls_toe_deviceJakub Kicinski1-7/+7
2019-10-04net/tls: move TOE-related structures to a separate headerJakub Kicinski1-0/+1
2019-09-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski1-18/+1
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski1-17/+10
2019-08-31net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti1-0/+64