summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
2026-06-16tls: remove dead sockmap (psock) handling from the SW pathJakub Kicinski
2026-06-16tls: reject the combination of TLS and sockmapJakub Kicinski
2026-06-12tls: remove tls_toe and the related driverSabrina Dubroca
2026-06-08tls: Flush backlog before waiting for a new recordChuck Lever
2026-06-08tls: Suppress spurious saved_data_ready on all receive pathsChuck Lever
2026-06-08tls: Factor tls_strp_msg_consume() from tls_strp_msg_done()Chuck Lever
2026-06-08tls: Move decrypt-failure abort into tls_rx_one_record()Chuck Lever
2026-06-08tls: Re-present partially-consumed records in tls_sw_read_sock()Chuck Lever
2026-06-08tls: Avoid evaluating freed skb in tls_sw_read_sock() loopChuck Lever
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-14tls: Preserve sk_err across recvmsg() when data has been copiedChuck Lever
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-14net: tls: prevent chain-after-chain in plain text SGJakub Kicinski
2026-05-14net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ringJakub Kicinski
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-02net: tls: fix silent data drop under pipe back-pressureJakub Kicinski
2026-05-01net: tls: reshuffle the device ops checkJakub Kicinski
2026-04-30net: tls: fix strparser anchor skb leak on offload RX setup failureJakub Kicinski
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-07net/tls: fix use-after-free in -EBUSY error path of tls_do_encryptionMuhammad Alifa Ramdhan
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-26tls: Purge async_hold in tls_decrypt_async_wait()Chuck Lever
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
2026-02-27tls: don't select STREAM_PARSERSabrina Dubroca
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-24tcp: make tcp_v{4,6}_send_check() staticEric Dumazet
2026-02-23tls: Fix race condition in tls_sw_cancel_work_tx()Hyunwoo Kim
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-29net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit
2025-10-27net/tls: support setting the maximum payload sizeWilfred Mallawa
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima
2025-10-15tls: don't rely on tx_work during send()Sabrina Dubroca
2025-10-15tls: wait for pending async decryptions if tls_strp_msg_hold failsSabrina Dubroca
2025-10-15tls: always set record_type in tls_process_cmsgSabrina Dubroca
2025-10-15tls: wait for async encrypt in case of error during latter iterations of sendmsgSabrina Dubroca
2025-10-15tls: trim encrypted message to match the plaintext on short spliceSabrina Dubroca
2025-09-24tls: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-18tls: make sure to abort the stream if headers are bogusJakub Kicinski
2025-09-17tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock().Kuniyuki Iwashima
2025-09-08tls: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet
2025-08-21tls: fix handling of zero-length records on the rx_listJakub Kicinski
2025-08-12tls: handle data disappearing from under the TLS ULPJakub Kicinski
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-17tls: always refresh the queue when reading sockJakub Kicinski
2025-06-11bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktlsJiayuan Chen