summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)AuthorFilesLines
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
2025-05-29Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-2/+13
2025-05-15net/tls: fix kernel panic when alloc_page failedPengtao He1-1/+2
2025-05-10ktls, sockmap: Fix missing uncharge operationJiayuan Chen1-0/+7
2025-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov1-0/+6
2025-04-10bpf: fix ktls panic with sockmapJiayuan Chen1-2/+6
2025-04-08net: tls: explicitly disallow disconnectJakub Kicinski1-0/+6
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-25/+6
2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet1-4/+4
2025-03-08tcp: ulp: diag: more info without CAP_NET_ADMINMatthieu Baerts (NGI0)1-2/+2
2025-03-02net/tls: use the new scatterwalk functionsEric Biggers1-25/+6
2025-01-11tls: skip setting sk_write_space on rekeySabrina Dubroca1-0/+4
2025-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-01-08tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington1-1/+1
2024-12-16tls: add counters for rekeySabrina Dubroca3-7/+31
2024-12-16tls: implement rekey for TLS1.3Sabrina Dubroca4-48/+108
2024-12-16tls: block decryption when a rekey is pendingSabrina Dubroca1-1/+34
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-07net: tls: wait for async completion on last messageSascha Hauer1-1/+1