summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
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
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-05-15net/tls: fix kernel panic when alloc_page failedPengtao He
2025-05-09ktls, sockmap: Fix missing uncharge operationJiayuan Chen
2025-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov
2025-04-09bpf: fix ktls panic with sockmapJiayuan Chen
2025-04-08net: tls: explicitly disallow disconnectJakub Kicinski
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet
2025-03-07tcp: ulp: diag: more info without CAP_NET_ADMINMatthieu Baerts (NGI0)
2025-03-02net/tls: use the new scatterwalk functionsEric Biggers
2025-01-10tls: skip setting sk_write_space on rekeySabrina Dubroca
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-07tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington
2024-12-16tls: add counters for rekeySabrina Dubroca
2024-12-16tls: implement rekey for TLS1.3Sabrina Dubroca
2024-12-16tls: block decryption when a rekey is pendingSabrina Dubroca
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-06net: tls: wait for async completion on last messageSascha Hauer
2024-07-09net: tls: Pass union tls_crypto_context pointer to memzero_explicitSimon Horman
2024-06-04tcp: add a helper for setting EOR on tail skbJakub Kicinski
2024-05-23tls: fix missing memory barrier in tls_initDae R. Jeong
2024-05-03Revert "net: mirror skb frag ref/unref helpers"Mina Almasry
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-25tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca
2024-04-11tls: remove redundant assignment to variable decryptedColin Ian King
2024-04-11net: mirror skb frag ref/unref helpersMina Almasry
2024-04-11net: move skb ref helpers to new headerMina Almasry
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski
2024-03-26tls: get psock ref after taking rxlock to avoid leakSabrina Dubroca
2024-03-26tls: adjust recv return with async crypto and failed copy to userspaceSabrina Dubroca