summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_sw.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-5/+6
|\
| * tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma2021-05-141-5/+6
* | tls splice: remove inappropriate flags checking for MSG_PEEKJim Ma2021-05-121-2/+1
|/
* skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang2021-04-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-0/+6
|\
| * net/tls: missing received data after fast remote closeVadim Fedorenko2020-11-201-0/+6
* | net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko2020-11-271-0/+16
* | net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko2020-11-271-2/+4
* | net/tls: make inline helpers protocol-awareVadim Fedorenko2020-11-271-7/+5
|/
* net/tls: fix corrupted data in recvmsgVadim Fedorenko2020-11-161-1/+1
* net/tls: race causes kernel panicRohit Maheshwari2020-09-241-2/+7
* net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski2020-08-071-1/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* bpf: Fix running sk_skb program types with ktlsJohn Fastabend2020-06-011-2/+18
* net/tls: fix race condition causing kernel panicVinay Kumar Yadav2020-05-251-6/+27
* net/tls: free record only on encryption errorVadim Fedorenko2020-05-211-2/+4
* net/tls: fix encryption error checkingVadim Fedorenko2020-05-211-5/+6
* net/tls: Fix sk_psock refcnt leak when in tls_data_ready()Xiyu Yang2020-04-271-2/+3
* net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()Xiyu Yang2020-04-271-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-01-161-4/+27
|\
| * bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend2020-01-151-4/+1
| * bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chainingJohn Fastabend2020-01-151-0/+6
| * bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt bufJohn Fastabend2020-01-151-0/+20
* | net/tls: fix async operationJakub Kicinski2020-01-101-2/+2
* | net/tls: avoid spurious decryption error with HW resyncJakub Kicinski2020-01-101-3/+3
|/
* net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-061-4/+4
* net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-11-281-1/+2
* net/tls: remove the dead inplace_crypto codeJakub Kicinski2019-11-281-5/+1
* net/tls: free the record on encryption errorJakub Kicinski2019-11-281-2/+8
* net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski2019-11-281-5/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-0/+11
|\
| * net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn2019-11-191-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-20/+10
|\|
| * net/tls: add a TX lockJakub Kicinski2019-11-061-14/+7
| * net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski2019-11-061-6/+3
* | net/tls: store decrypted on a single bitJakub Kicinski2019-10-071-3/+3
* | net/tls: store async_capable on a single bitJakub Kicinski2019-10-071-2/+3
* | net/tls: pass context to tls_device_decrypted()Jakub Kicinski2019-10-071-1/+1
* | net/tls: add TlsDecryptError statJakub Kicinski2019-10-051-0/+5
|/
* net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski2019-09-051-4/+2
* net/tls: remove sock unlock/lock around strp_done()John Fastabend2019-07-221-10/+30
* net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend2019-07-221-7/+17
* net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski2019-07-221-7/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-1/+2
|\
| * net/tls: fix poll ignoring partially copied recordsJakub Kicinski2019-07-071-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-1/+0
|\|
| * net: tls, correctly account for copied bytes with multiple sk_msgsJohn Fastabend2019-06-121-1/+0
* | net/tls: add kernel-driven TLS RX resyncJakub Kicinski2019-06-111-1/+1
* | net/tls: rename handle_device_resync()Jakub Kicinski2019-06-111-1/+2
* | net/tls: pass record number as a byte arrayJakub Kicinski2019-06-111-4/+4