summaryrefslogtreecommitdiff
path: root/net/tls
AgeCommit message (Expand)Author
2023-08-10net: tls: set MSG_SPLICE_PAGES consistentlyJakub Kicinski
2023-08-08net/tls: avoid TCP window full during ->read_sock()Hannes Reinecke
2023-08-07net/tls: Remove unused function declarationsYue Haibing
2023-08-06net: tls: avoid discarding data on record closeJakub Kicinski
2023-07-28Merge branch 'in-kernel-support-for-the-tls-alert-protocol'Jakub Kicinski
2023-07-28net/tls: Move TLS protocol elements to a separate headerChuck Lever
2023-07-27net/tls: implement ->read_sock()Hannes Reinecke
2023-07-27net/tls: split tls_rx_reader_lockHannes Reinecke
2023-07-27net/tls: Use tcp_read_sock() instead of ops->read_sock()Hannes Reinecke
2023-07-27net/tls: handle MSG_EOR for tls_device TX flowHannes Reinecke
2023-07-27net/tls: handle MSG_EOR for tls_sw TX flowHannes Reinecke
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