summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)AuthorFilesLines
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
2025-10-16tls: trim encrypted message to match the plaintext on short spliceSabrina Dubroca1-1/+4
2025-09-25tls: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-1/+2
2025-09-23net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+11
2025-09-18tls: make sure to abort the stream if headers are bogusJakub Kicinski3-7/+11
2025-09-18tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock().Kuniyuki Iwashima1-8/+10
2025-09-09tls: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet1-4/+6
2025-08-21tls: fix handling of zero-length records on the rx_listJakub Kicinski1-1/+6
2025-08-13tls: handle data disappearing from under the TLS ULPJakub Kicinski3-5/+11
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2025-07-17tls: always refresh the queue when reading sockJakub Kicinski1-2/+1
2025-06-11bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktlsJiayuan Chen1-0/+13