summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)AuthorFilesLines
2024-03-01tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca1-1/+1
2024-03-01tls: rx: drop pointless else after gotoJakub Kicinski1-2/+1
2024-03-01tls: rx: jump to a more appropriate labelJakub Kicinski1-3/+4
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni1-1/+1
2024-01-15net: tls, update curr on splice as wellJohn Fastabend1-0/+2
2023-09-19net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian1-2/+2
2023-05-30net: deal with most data-races in sk_wait_event()Eric Dumazet1-1/+2
2023-04-05net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua1-4/+5
2023-03-11net: tls: avoid hanging tasks on the tx_lockJakub Kicinski1-7/+19
2022-08-03net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy1-1/+6
2022-07-29net/tls: Fix race in TLS device down flowTariq Toukan1-3/+5
2022-07-21net/tls: Check for errors in tls_device_initTariq Toukan2-3/+8
2022-06-29Revert "net/tls: fix tls_sk_proto_close executed repeatedly"Jakub Kicinski1-3/+0
2022-06-29net/tls: fix tls_sk_proto_close executed repeatedlyZiyang Xuan1-0/+3
2022-05-18tls: Fix context leak on tls_device_downMaxim Mikityanskiy1-0/+3
2022-05-09tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy1-5/+7
2022-04-13net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan1-1/+1
2021-12-08net/tls: Fix authentication failure in CCM modeTianjia Zhang1-2/+2
2021-12-01tls: fix replacing proto_opsJakub Kicinski1-7/+40
2021-12-01tls: splice_read: fix record type checkJakub Kicinski1-13/+10
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-10net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy3-5/+55
2021-06-10net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy1-7/+3
2021-06-03tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma1-5/+6
2021-02-23net: fix proc_fs init handling in af_packet and tlsYonatan Linik1-0/+3
2020-11-26net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy1-1/+4
2020-11-20net/tls: missing received data after fast remote closeVadim Fedorenko1-0/+6
2020-11-18net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan1-10/+27
2020-11-17net/tls: fix corrupted data in recvmsgVadim Fedorenko1-1/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+6
2020-10-14net/tls: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-10-10net/tls: sendfile fails with ktls offloadRohit Maheshwari1-5/+6
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+7
2020-09-25net/tls: race causes kernel panicRohit Maheshwari1-2/+7
2020-09-01net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa1-8/+17
2020-08-11net/tls: Fix kmap usageIra Weiny1-1/+2
2020-08-08net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski1-1/+2
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-14/+63
2020-07-28net: remove sockptr_advanceChristoph Hellwig1-3/+3
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-8/+9
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-28net/tls: Add asynchronous resyncBoris Pismenny1-0/+51
2020-06-28Revert "net/tls: Add force_resync for driver resync"Boris Pismenny1-6/+3
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-11Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-06-02bpf: Fix running sk_skb program types with ktlsJohn Fastabend1-2/+18
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+27
2020-05-28net/tls: Add force_resync for driver resyncTariq Toukan1-3/+6