aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls
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-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni
2024-01-15net: tls, update curr on splice as wellJohn Fastabend
2023-09-19net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian
2023-05-30net: deal with most data-races in sk_wait_event()Eric Dumazet
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-08-03net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy
2022-07-29net/tls: Fix race in TLS device down flowTariq Toukan
2022-07-21net/tls: Check for errors in tls_device_initTariq 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-18tls: Fix context leak on tls_device_downMaxim Mikityanskiy
2022-05-09tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy
2022-04-13net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan
2021-12-08net/tls: Fix authentication failure in CCM modeTianjia Zhang
2021-12-01tls: fix replacing proto_opsJakub Kicinski
2021-12-01tls: splice_read: fix record type checkJakub Kicinski
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-10net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy
2021-06-10net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy
2021-06-03tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma
2021-02-23net: fix proc_fs init handling in af_packet and tlsYonatan Linik
2020-11-25net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy
2020-11-20net/tls: missing received data after fast remote closeVadim Fedorenko
2020-11-17net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan
2020-11-16net/tls: fix corrupted data in recvmsgVadim Fedorenko
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-13net/tls: use semicolons rather than commas to separate statementsJulia Lawall
2020-10-09net/tls: sendfile fails with ktls offloadRohit Maheshwari
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-24net/tls: race causes kernel panicRohit Maheshwari
2020-09-01net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa
2020-08-11net/tls: Fix kmap usageIra Weiny
2020-08-07net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-28net: remove sockptr_advanceChristoph Hellwig
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-27net/tls: Add asynchronous resyncBoris Pismenny
2020-06-27Revert "net/tls: Add force_resync for driver resync"Boris Pismenny
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-27net/tls: Add force_resync for driver resyncTariq Toukan