summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-192-12/+39
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-01-162-7/+34
| |\
| | * 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
| | * bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend2020-01-151-3/+7
| * | 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: add helper for testing if socket is RX offloadedJakub Kicinski2019-12-191-2/+3
|/
* net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-063-10/+10
* net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-11-282-12/+4
* 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-222-0/+12
|\
| * net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn2019-11-192-0/+12
* | net/tls: Fix unused function warningYueHaibing2019-11-151-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-093-21/+21
|\ \ | |/
| * net/tls: add a TX lockJakub Kicinski2019-11-063-14/+15
| * net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski2019-11-062-7/+6
* | 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-072-4/+3
* | net/tls: make allocation failure unlikelyJakub Kicinski2019-10-071-3/+2
* | net/tls: mark sk->err being set as unlikelyJakub Kicinski2019-10-071-1/+1
* | net/tls: add TlsDeviceRxResync statisticJakub Kicinski2019-10-052-0/+2
* | net/tls: add TlsDecryptError statJakub Kicinski2019-10-052-0/+6
* | net/tls: add statistics for installed sessionsJakub Kicinski2019-10-052-4/+27
* | net/tls: add skeleton of MIB statisticsJakub Kicinski2019-10-053-1/+75
* | net/tls: add device decrypted trace pointJakub Kicinski2019-10-052-0/+38
* | net/tls: add tracing for device/offload eventsJakub Kicinski2019-10-054-3/+210
* | net/tls: allow compiling TLS TOE outJakub Kicinski2019-10-043-2/+16
* | net/tls: rename tls_hw_* functions tls_toe_*Jakub Kicinski2019-10-042-9/+9
* | net/tls: move TOE-related code to a separate fileJakub Kicinski2019-10-043-103/+143
* | net/tls: move tls_build_proto() on init pathJakub Kicinski2019-10-041-5/+2
* | net/tls: rename tls_device to tls_toe_deviceJakub Kicinski2019-10-041-7/+7
* | net/tls: move TOE-related structures to a separate headerJakub Kicinski2019-10-041-0/+1
|/
* net/tls: align non temporal copy to cache linesJakub Kicinski2019-09-071-5/+28
* net/tls: remove the record tail optimizationJakub Kicinski2019-09-071-20/+47
* net/tls: use RCU for the adder to the offload record listJakub Kicinski2019-09-071-8/+13
* net/tls: unref frags in orderJakub Kicinski2019-09-071-6/+3
* net/tls: dedup the record cleanupJakub Kicinski2019-09-051-5/+1
* net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski2019-09-052-22/+3
* net/tls: narrow down the critical area of device_offload_lockJakub Kicinski2019-09-051-24/+22
* net/tls: don't jump to returnJakub Kicinski2019-09-051-13/+13
* net/tls: use the full sk_proto pointerJakub Kicinski2019-09-051-17/+10
* net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti2019-08-311-0/+64
* net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski2019-08-312-8/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-192-2/+9
|\
| * net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend2019-08-151-1/+2
OpenPOWER on IntegriCloud