summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
2023-09-23net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-04-05net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua
2023-03-11net: tls: avoid hanging tasks on the tx_lockJakub Kicinski
2022-07-29net/tls: Fix race in TLS device down flowTariq Toukan
2022-06-29Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski
2022-06-29net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan
2022-05-09tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy
2022-04-15net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan
2021-12-08net/tls: Fix authentication failure in CCM modeTianjia Zhang
2021-11-02net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan
2021-11-02net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan
2021-07-14tls: prevent oversized sendfile() hangs by ignoring MSG_MOREJakub Kicinski
2021-06-03tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma
2020-12-08net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy
2020-12-08net/tls: missing received data after fast remote closeVadim Fedorenko
2020-11-24net/tls: fix corrupted data in recvmsgVadim Fedorenko
2020-10-29net/tls: sendfile fails with ktls offloadRohit Maheshwari
2020-10-14net/tls: race causes kernel panicRohit Maheshwari
2020-08-19net/tls: Fix kmap usageIra Weiny
2020-06-22bpf: Fix running sk_skb program types with ktlsJohn Fastabend
2020-06-03net/tls: free record only on encryption errorVadim Fedorenko
2020-06-03net/tls: fix encryption error checkingVadim Fedorenko
2020-06-03net/tls: fix race condition causing kernel panicVinay Kumar Yadav
2020-05-14net/tls: Fix sk_psock refcnt leak when in tls_data_ready()Xiyu Yang
2020-05-14net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()Xiyu Yang
2020-03-05net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari
2020-01-29net/tls: fix async operationJakub Kicinski
2020-01-23bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend
2020-01-23bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chainingJohn Fastabend
2020-01-23bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt bufJohn Fastabend
2020-01-23bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend
2019-12-18net/tls: Fix return values to avoid ENOTSUPPValentin Vidic
2019-12-04net/tls: use sg_next() to walk sg entriesJakub Kicinski
2019-12-04net/tls: remove the dead inplace_crypto codeJakub Kicinski
2019-12-04net/tls: free the record on encryption errorJakub Kicinski
2019-12-04net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn
2019-11-06net/tls: add a TX lockJakub Kicinski
2019-11-06net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski
2019-09-07net/tls: align non temporal copy to cache linesJakub Kicinski
2019-09-07net/tls: remove the record tail optimizationJakub Kicinski
2019-09-07net/tls: use RCU for the adder to the offload record listJakub Kicinski
2019-09-07net/tls: unref frags in orderJakub Kicinski
2019-09-05net/tls: dedup the record cleanupJakub Kicinski
2019-09-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski
2019-09-05net/tls: narrow down the critical area of device_offload_lockJakub Kicinski
2019-09-05net/tls: don't jump to returnJakub Kicinski
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski
2019-08-31net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti