aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls
AgeCommit message (Expand)Author
2023-09-19net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian
2023-08-10net: tls: set MSG_SPLICE_PAGES consistentlyJakub Kicinski
2023-08-06net: tls: avoid discarding data on record closeJakub Kicinski
2023-06-24net: Kill MSG_SENDPAGE_NOTLASTDavid Howells
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-24tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells
2023-06-22net/tls: fix comment typoYueh-Shun Li
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski
2023-06-08tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-06-08tls/device: Support MSG_SPLICE_PAGESDavid Howells
2023-06-08tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-06-08tls/sw: Support MSG_SPLICE_PAGESDavid Howells
2023-06-08tls/device: Use splice_eof() to flushDavid Howells
2023-06-08tls/sw: Use splice_eof() to flushDavid Howells
2023-06-08tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsgDavid Howells
2023-06-02tls: suppress wakeups unless we have a full recordJakub Kicinski
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-26tls: improve lockless access safety of tls_err_abort()Jakub Kicinski
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-23tls: Inline do_tcp_sendpages()David Howells
2023-05-19tls: rx: strp: don't use GFP_KERNEL in softirq contextJakub Kicinski
2023-05-19tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski
2023-05-19tls: rx: strp: factor out copying skb dataJakub Kicinski
2023-05-19tls: rx: strp: fix determining record length in copy modeJakub Kicinski
2023-05-19tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski
2023-05-19tls: rx: strp: set the skb->len of detached / CoW'ed skbsJakub Kicinski
2023-05-19tls: rx: device: fix checking decryption statusJakub Kicinski
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-03-06net: tls: fix device-offloaded sendpage straddling recordsJakub Kicinski
2023-03-01net: tls: avoid hanging tasks on the tx_lockJakub Kicinski
2023-03-01net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua
2023-02-28tls: rx: fix return value for async cryptoJakub Kicinski
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-02-13tls: Pass rec instead of aead_req into tls_encrypt_doneHerbert Xu
2023-02-13tls: Remove completion function scaffoldingHerbert Xu
2023-02-13tls: Only use data field in crypto completion functionHerbert Xu
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-30net/tls: tls_is_tx_ready() checked list_entryPietro Borrello
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-11net/tls: Fix memory leak in tls_enc_skb() and tls_sw_fallback_init()Yu Liao
2022-10-14tls: strp: make sure the TCP skbs do not have overlapping dataJakub Kicinski
2022-09-27net: tls: Add ARIA-GCM algorithmTaehee Yoo
2022-09-22net/tls: Support 256 bit keys with TX device offloadGal Pressman
2022-09-22net/tls: Use cipher sizes structsGal Pressman
2022-09-22net/tls: Describe ciphers sizes by const structsTariq Toukan