summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)AuthorFilesLines
2021-12-08net/tls: Fix authentication failure in CCM modeTianjia Zhang1-2/+2
2021-11-02net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan1-1/+1
2021-11-02net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan1-4/+13
2021-07-14tls: prevent oversized sendfile() hangs by ignoring MSG_MOREJakub Kicinski1-1/+1
2021-06-03tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma1-5/+6
2020-12-08net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy1-1/+4
2020-12-08net/tls: missing received data after fast remote closeVadim Fedorenko1-0/+6
2020-11-24net/tls: fix corrupted data in recvmsgVadim Fedorenko1-1/+1
2020-10-29net/tls: sendfile fails with ktls offloadRohit Maheshwari1-5/+6
2020-10-14net/tls: race causes kernel panicRohit Maheshwari1-2/+7
2020-08-19net/tls: Fix kmap usageIra Weiny1-1/+2
2020-06-22bpf: Fix running sk_skb program types with ktlsJohn Fastabend1-2/+18
2020-06-03net/tls: free record only on encryption errorVadim Fedorenko1-2/+4
2020-06-03net/tls: fix encryption error checkingVadim Fedorenko1-5/+6
2020-06-03net/tls: fix race condition causing kernel panicVinay Kumar Yadav1-6/+27
2020-05-14net/tls: Fix sk_psock refcnt leak when in tls_data_ready()Xiyu Yang1-2/+3
2020-05-14net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()Xiyu Yang1-0/+2
2020-03-05net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari1-1/+19
2020-01-29net/tls: fix async operationJakub Kicinski1-2/+2
2020-01-23bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend1-4/+1
2020-01-23bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chainingJohn Fastabend1-0/+6
2020-01-23bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt bufJohn Fastabend1-0/+20
2020-01-23bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend1-3/+7
2019-12-18net/tls: Fix return values to avoid ENOTSUPPValentin Vidic3-10/+10
2019-12-05net/tls: use sg_next() to walk sg entriesJakub Kicinski2-12/+4
2019-12-05net/tls: remove the dead inplace_crypto codeJakub Kicinski1-5/+1
2019-12-05net/tls: free the record on encryption errorJakub Kicinski1-2/+8
2019-12-05net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski1-5/+8
2019-11-20net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn2-0/+12
2019-11-07net/tls: add a TX lockJakub Kicinski3-14/+15
2019-11-07net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski2-7/+6
2019-09-07net/tls: align non temporal copy to cache linesJakub Kicinski1-5/+28
2019-09-07net/tls: remove the record tail optimizationJakub Kicinski1-20/+47
2019-09-07net/tls: use RCU for the adder to the offload record listJakub Kicinski1-8/+13
2019-09-07net/tls: unref frags in orderJakub Kicinski1-6/+3
2019-09-05net/tls: dedup the record cleanupJakub Kicinski1-5/+1
2019-09-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski2-22/+3
2019-09-05net/tls: narrow down the critical area of device_offload_lockJakub Kicinski1-24/+22
2019-09-05net/tls: don't jump to returnJakub Kicinski1-13/+13
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski1-17/+10
2019-09-01net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti1-0/+64
2019-09-01net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski2-8/+20
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+9
2019-08-15net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend1-1/+2
2019-08-10net/tls: swap sk_write_space on closeJakub Kicinski1-0/+1
2019-08-09net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski1-2/+7
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-61/+119
2019-08-05net/tls: partially revert fix transition through disconnect with closeJakub Kicinski1-55/+0
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon2-5/+5
2019-07-23net: Use skb accessors in network coreMatthew Wilcox (Oracle)1-7/+7