aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_sw.c
AgeCommit message (Expand)Author
2024-03-01tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca
2024-03-01tls: rx: drop pointless else after gotoJakub Kicinski
2024-03-01tls: rx: jump to a more appropriate labelJakub Kicinski
2024-01-15net: tls, update curr on splice as wellJohn Fastabend
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-03-11net: tls: avoid hanging tasks on the tx_lockJakub Kicinski
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: missing received data after fast remote closeVadim Fedorenko
2020-11-24net/tls: fix corrupted data in recvmsgVadim Fedorenko
2020-10-14net/tls: race causes kernel panicRohit Maheshwari
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-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
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-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski
2019-07-22net/tls: remove sock unlock/lock around strp_done()John Fastabend
2019-07-22net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend
2019-07-22net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-07net/tls: fix poll ignoring partially copied recordsJakub Kicinski
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-12net: tls, correctly account for copied bytes with multiple sk_msgsJohn Fastabend
2019-06-11net/tls: add kernel-driven TLS RX resyncJakub Kicinski
2019-06-11net/tls: rename handle_device_resync()Jakub Kicinski
2019-06-11net/tls: pass record number as a byte arrayJakub Kicinski
2019-06-04net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski
2019-06-04net/tls: don't look for decrypted frames on non-offloaded socketsJakub Kicinski
2019-05-26net/tls: fix no wakeup on partial readsJakub Kicinski
2019-05-26net/tls: fix lowat calculation if some data came from previous recordJakub Kicinski
2019-05-09net/tls: handle errors from padding_length()Jakub Kicinski