summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
* tls: prevent oversized sendfile() hangs by ignoring MSG_MOREJakub Kicinski2021-07-141-1/+1
* tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma2021-06-031-5/+6
* net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-12-081-1/+4
* net/tls: missing received data after fast remote closeVadim Fedorenko2020-12-081-0/+6
* net/tls: fix corrupted data in recvmsgVadim Fedorenko2020-11-241-1/+1
* net/tls: sendfile fails with ktls offloadRohit Maheshwari2020-10-291-5/+6
* net/tls: race causes kernel panicRohit Maheshwari2020-10-141-2/+7
* net/tls: Fix kmap usageIra Weiny2020-08-191-1/+2
* 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 to avoid gettig invalid tls recordRohit Maheshwari2020-03-051-1/+19
* 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
* bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend2020-01-231-3/+7
* net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-183-10/+10
* net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-12-042-12/+4
* 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-192-0/+12
* 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: 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
| * net/tls: swap sk_write_space on closeJakub Kicinski2019-08-091-0/+1
| * net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-081-2/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-062-61/+119
|\|
| * net/tls: partially revert fix transition through disconnect with closeJakub Kicinski2019-08-051-55/+0
| * bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-221-5/+28
| * net/tls: fix transition through disconnect with closeJohn Fastabend2019-07-221-0/+55
| * net/tls: remove sock unlock/lock around strp_done()John Fastabend2019-07-223-42/+60
| * net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend2019-07-222-7/+20
| * net/tls: don't call tls_sk_proto_close for hw record offloadJakub Kicinski2019-07-221-4/+0