summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_sw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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