summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_sw.c
Commit message (Expand)AuthorAgeFilesLines
* net/tls: race causes kernel panicRohit Maheshwari2020-10-141-2/+7
* bpf: Fix running sk_skb program types with ktlsJohn Fastabend2020-06-221-2/+18
* net/tls: free record only on encryption errorVadim Fedorenko2020-06-031-2/+4
* net/tls: fix encryption error checkingVadim Fedorenko2020-06-031-5/+6
* net/tls: fix race condition causing kernel panicVinay Kumar Yadav2020-06-031-6/+27
* net/tls: Fix sk_psock refcnt leak when in tls_data_ready()Xiyu Yang2020-05-141-2/+3
* net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()Xiyu Yang2020-05-141-0/+2
* net/tls: fix async operationJakub Kicinski2020-01-291-2/+2
* bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend2020-01-231-4/+1
* bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chainingJohn Fastabend2020-01-231-0/+6
* bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt bufJohn Fastabend2020-01-231-0/+20
* net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-181-4/+4
* net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-12-041-1/+2
* net/tls: remove the dead inplace_crypto codeJakub Kicinski2019-12-041-5/+1
* net/tls: free the record on encryption errorJakub Kicinski2019-12-041-2/+8
* net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski2019-12-041-5/+8
* net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn2019-11-191-0/+11
* 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: 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
* | net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski2019-06-041-5/+4
* | net/tls: don't look for decrypted frames on non-offloaded socketsJakub Kicinski2019-06-041-3/+5
|/
* net/tls: fix no wakeup on partial readsJakub Kicinski2019-05-261-6/+2
* net/tls: fix lowat calculation if some data came from previous recordJakub Kicinski2019-05-261-7/+6
* net/tls: handle errors from padding_length()Jakub Kicinski2019-05-091-8/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-0/+3
|\
| * net/tls: don't leak IV and record seq when offload failsJakub Kicinski2019-04-201-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-14/+1
|\|
| * net/tls: don't leak partially sent record in device modeJakub Kicinski2019-04-101-14/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-0/+2
|\|
| * net: tls: prevent false connection termination with offloadJakub Kicinski2019-03-291-0/+2
* | net/tls: Replace kfree_skb() with consume_skb()Vakul Garg2019-03-211-3/+3
* | net/tls: Add support of AES128-CCM based ciphersVakul Garg2019-03-201-16/+51
|/
* tls: Fix tls_device receiveBoris Pismenny2019-03-031-11/+14
* tls: Fix mixing between async capable and asyncEran Ben Elisha2019-03-031-6/+9
* tls: Fix write space handlingBoris Pismenny2019-03-031-0/+13
* tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgVakul Garg2019-02-241-11/+67
* net/tls: Move protocol constants from cipher context to tls contextVakul Garg2019-02-191-81/+91
* net/tls: Do not use async crypto for non-data recordsVakul Garg2019-02-121-6/+12
* net/tls: Disable async decrytion for tls1.3Vakul Garg2019-02-091-2/+6