summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)AuthorFilesLines
9 daystls: device: fix out-of-bounds write in tls_append_frag()Jiayuan Chen1-1/+2
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+11
2026-08-18tls: fix RX desync on overlapping skbsMaximilian Immanuel Brandtner1-5/+11
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2026-08-11net/tls: Fail tls_sw_splice_read() after a failed async decryptChuck Lever1-0/+5
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+17
2026-08-06tls: don't abort the connection on signal-interrupted sendsMaximilian Immanuel Brandtner1-1/+1
2026-08-06tls: rx: restore msg_iter before TLS 1.3 optimistic retryJérémy Jean1-0/+2
2026-08-06tls: don't leave a full plaintext sk_msg ring unpushedchanyoung1-0/+14
2026-08-04tls: convert getsockopt to sockopt_tBreno Leitao1-42/+38
2026-07-22tls: device: push pending open record on splice EOFRishikesh Jethwani1-2/+4
2026-07-07net/tls: Consume empty data records in tls_sw_read_sock()Chuck Lever1-0/+11
2026-06-16tls: remove dead sockmap (psock) handling from the SW pathJakub Kicinski2-379/+28
2026-06-16tls: reject the combination of TLS and sockmapJakub Kicinski1-0/+11
2026-06-13tls: remove tls_toe and the related driverSabrina Dubroca4-169/+0
2026-06-09tls: Flush backlog before waiting for a new recordChuck Lever1-0/+12
2026-06-09tls: Suppress spurious saved_data_ready on all receive pathsChuck Lever4-18/+39
2026-06-09tls: Factor tls_strp_msg_consume() from tls_strp_msg_done()Chuck Lever2-1/+11
2026-06-09tls: Move decrypt-failure abort into tls_rx_one_record()Chuck Lever1-10/+9
2026-06-09tls: Re-present partially-consumed records in tls_sw_read_sock()Chuck Lever1-5/+2
2026-06-09tls: Avoid evaluating freed skb in tls_sw_read_sock() loopChuck Lever1-3/+3
2026-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+14
2026-05-15tls: Preserve sk_err across recvmsg() when data has been copiedChuck Lever1-6/+14
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+18
2026-05-14net: tls: prevent chain-after-chain in plain text SGJakub Kicinski1-6/+18
2026-05-14net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ringJakub Kicinski1-4/+2
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2026-05-03net: tls: fix silent data drop under pipe back-pressureJakub Kicinski1-3/+3
2026-05-02net: tls: reshuffle the device ops checkJakub Kicinski1-6/+5
2026-04-30net: tls: fix strparser anchor skb leak on offload RX setup failureJakub Kicinski3-0/+11
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+10
2026-04-07net/tls: fix use-after-free in -EBUSY error path of tls_do_encryptionMuhammad Alifa Ramdhan1-0/+10
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2026-03-26tls: Purge async_hold in tls_decrypt_async_wait()Chuck Lever1-1/+1
2026-03-03net: remove addr_len argument of recvmsg() handlersEric Dumazet2-3/+2
2026-02-28tls: don't select STREAM_PARSERSabrina Dubroca1-1/+0
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-9/+9
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2026-02-25tcp: make tcp_v{4,6}_send_check() staticEric Dumazet1-3/+0
2026-02-24tls: Fix race condition in tls_sw_cancel_work_tx()Hyunwoo Kim1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-8/+8
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2025-10-30net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit1-1/+3
2025-10-28net/tls: support setting the maximum payload sizeWilfred Mallawa3-2/+66
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima1-1/+2
2025-10-16tls: don't rely on tx_work during send()Sabrina Dubroca1-0/+13
2025-10-16tls: wait for pending async decryptions if tls_strp_msg_hold failsSabrina Dubroca1-2/+4
2025-10-16tls: always set record_type in tls_process_cmsgSabrina Dubroca1-5/+2
2025-10-16tls: wait for async encrypt in case of error during latter iterations of sendmsgSabrina Dubroca1-3/+4