summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-101-1/+1
|\
| * net: tls: Avoid assigning 'const' pointer to non-const pointerWill Deacon2020-04-151-1/+1
* | bpf: Fix running sk_skb program types with ktlsJohn Fastabend2020-06-011-2/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-6/+27
|\ \
| * | net/tls: fix race condition causing kernel panicVinay Kumar Yadav2020-05-251-6/+27
* | | net/tls: Add force_resync for driver resyncTariq Toukan2020-05-271-3/+6
|/ /
* | 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
* | net/tls: fix const assignment warningArnd Bergmann2020-04-081-2/+2
|/
* net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki2020-03-212-5/+6
* net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki2020-03-211-8/+9
* net/tls: Constify base proto ops used for building tls protoJakub Sitnicki2020-03-211-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-211-1/+2
|\
| * net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki2020-02-211-1/+2
* | net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari2020-02-191-1/+19
|/
* 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