aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_sw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+15
2021-10-28net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan1-1/+1
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan1-4/+13
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang1-1/+1
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang1-4/+16
2021-09-16net/tls: support SM4 GCM/CCM algorithmTianjia Zhang1-0/+34
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-21tls: prevent oversized sendfile() hangs by ignoring MSG_MOREJakub Kicinski1-1/+1
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+6
2021-05-14tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma1-5/+6
2021-05-12tls splice: remove inappropriate flags checking for MSG_PEEKJim Ma1-2/+1
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang1-2/+2
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2020-11-27net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko1-0/+16
2020-11-27net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko1-2/+4
2020-11-27net/tls: make inline helpers protocol-awareVadim Fedorenko1-7/+5
2020-11-20net/tls: missing received data after fast remote closeVadim Fedorenko1-0/+6
2020-11-16net/tls: fix corrupted data in recvmsgVadim Fedorenko1-1/+1
2020-09-24net/tls: race causes kernel panicRohit Maheshwari1-2/+7
2020-08-07net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski1-1/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend1-2/+18
2020-05-25net/tls: fix race condition causing kernel panicVinay Kumar Yadav1-6/+27
2020-05-21net/tls: free record only on encryption errorVadim Fedorenko1-2/+4
2020-05-21net/tls: fix encryption error checkingVadim Fedorenko1-5/+6
2020-04-27net/tls: Fix sk_psock refcnt leak when in tls_data_ready()Xiyu Yang1-2/+3
2020-04-27net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()Xiyu Yang1-0/+2
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-4/+27
2020-01-15bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend1-4/+1
2020-01-15bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chainingJohn Fastabend1-0/+6
2020-01-15bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt bufJohn Fastabend1-0/+20
2020-01-10net/tls: fix async operationJakub Kicinski1-2/+2
2020-01-10net/tls: avoid spurious decryption error with HW resyncJakub Kicinski1-3/+3
2019-12-06net/tls: Fix return values to avoid ENOTSUPPValentin Vidic1-4/+4
2019-11-28net/tls: use sg_next() to walk sg entriesJakub Kicinski1-1/+2
2019-11-28net/tls: remove the dead inplace_crypto codeJakub Kicinski1-5/+1
2019-11-28net/tls: free the record on encryption errorJakub Kicinski1-2/+8
2019-11-28net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski1-5/+8
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+11
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn1-0/+11
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-20/+10
2019-11-06net/tls: add a TX lockJakub Kicinski1-14/+7
2019-11-06net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski1-6/+3
2019-10-07net/tls: store decrypted on a single bitJakub Kicinski1-3/+3
2019-10-07net/tls: store async_capable on a single bitJakub Kicinski1-2/+3
2019-10-07net/tls: pass context to tls_device_decrypted()Jakub Kicinski1-1/+1
2019-10-05net/tls: add TlsDecryptError statJakub Kicinski1-0/+5
2019-09-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski1-4/+2
2019-07-22net/tls: remove sock unlock/lock around strp_done()John Fastabend1-10/+30
2019-07-22net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend1-7/+17