summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)AuthorFilesLines
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
2024-07-09net: tls: Pass union tls_crypto_context pointer to memzero_explicitSimon Horman1-3/+6
2024-06-04tcp: add a helper for setting EOR on tail skbJakub Kicinski1-9/+2
2024-05-23tls: fix missing memory barrier in tls_initDae R. Jeong1-1/+9
2024-05-04Revert "net: mirror skb frag ref/unref helpers"Mina Almasry1-1/+1
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+4
2024-04-25tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca2-4/+4
2024-04-12tls: remove redundant assignment to variable decryptedColin Ian King1-1/+0
2024-04-12net: mirror skb frag ref/unref helpersMina Almasry1-1/+1
2024-04-12net: move skb ref helpers to new headerMina Almasry3-0/+3
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski1-0/+1
2024-03-27tls: get psock ref after taking rxlock to avoid leakSabrina Dubroca1-1/+1
2024-03-27tls: adjust recv return with async crypto and failed copy to userspaceSabrina Dubroca1-0/+3