summaryrefslogtreecommitdiffstats
path: root/net/tls
Commit message (Expand)AuthorAgeFilesLines
...
| * net: tls: set MSG_SPLICE_PAGES consistentlyJakub Kicinski2023-08-101-3/+0
| * net: tls: avoid discarding data on record closeJakub Kicinski2023-08-061-31/+33
* | net/tls: avoid TCP window full during ->read_sock()Hannes Reinecke2023-08-081-8/+5
* | net/tls: Remove unused function declarationsYue Haibing2023-08-071-4/+0
* | Merge branch 'in-kernel-support-for-the-tls-alert-protocol'Jakub Kicinski2023-07-281-0/+1
|\ \
| * | net/tls: Move TLS protocol elements to a separate headerChuck Lever2023-07-281-0/+1
| |/
* | net/tls: implement ->read_sock()Hannes Reinecke2023-07-273-0/+103
* | net/tls: split tls_rx_reader_lockHannes Reinecke2023-07-271-16/+22
* | net/tls: Use tcp_read_sock() instead of ops->read_sock()Hannes Reinecke2023-07-271-2/+1
* | net/tls: handle MSG_EOR for tls_device TX flowHannes Reinecke2023-07-271-1/+5
* | net/tls: handle MSG_EOR for tls_sw TX flowHannes Reinecke2023-07-271-1/+4
|/
* net: Kill MSG_SENDPAGE_NOTLASTDavid Howells2023-06-243-4/+3
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-244-65/+0
* tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells2023-06-241-2/+2
* net/tls: fix comment typoYueh-Shun Li2023-06-221-1/+1
* net: tls: make the offload check helper take skb not socketJakub Kicinski2023-06-151-2/+2
* tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-06-081-69/+23
* tls/device: Support MSG_SPLICE_PAGESDavid Howells2023-06-081-0/+26
* tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-06-081-138/+35
* tls/sw: Support MSG_SPLICE_PAGESDavid Howells2023-06-081-0/+41
* tls/device: Use splice_eof() to flushDavid Howells2023-06-083-0/+26
* tls/sw: Use splice_eof() to flushDavid Howells2023-06-083-0/+77
* tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsgDavid Howells2023-06-082-2/+3
* tls: suppress wakeups unless we have a full recordJakub Kicinski2023-06-021-0/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-012-2/+6
|\
| * tls: improve lockless access safety of tls_err_abort()Jakub Kicinski2023-05-262-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-254-50/+166
|\|
| * tls: rx: strp: don't use GFP_KERNEL in softirq contextJakub Kicinski2023-05-191-0/+4
| * tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski2023-05-193-31/+113
| * tls: rx: strp: factor out copying skb dataJakub Kicinski2023-05-191-10/+23
| * tls: rx: strp: fix determining record length in copy modeJakub Kicinski2023-05-191-6/+15
| * tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski2023-05-191-5/+11
| * tls: rx: strp: set the skb->len of detached / CoW'ed skbsJakub Kicinski2023-05-191-0/+2
| * tls: rx: device: fix checking decryption statusJakub Kicinski2023-05-191-1/+1
* | tls: Inline do_tcp_sendpages()David Howells2023-05-231-9/+15
* | net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-6/+4
|/
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-101-1/+2
* net: tls: fix device-offloaded sendpage straddling recordsJakub Kicinski2023-03-061-0/+2
* net: tls: avoid hanging tasks on the tx_lockJakub Kicinski2023-03-011-7/+19
* net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua2023-03-011-18/+5
* tls: rx: fix return value for async cryptoJakub Kicinski2023-02-281-1/+1
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-1/+1
| |\
| * | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+3
* | | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-212-13/+31
|\ \ \ | |_|/ |/| |
| * | tls: Pass rec instead of aead_req into tls_encrypt_doneHerbert Xu2023-02-131-4/+2
| * | tls: Remove completion function scaffoldingHerbert Xu2023-02-131-4/+4
| * | tls: Only use data field in crypto completion functionHerbert Xu2023-02-132-11/+31
| |/
* / net/tls: tls_is_tx_ready() checked list_entryPietro Borrello2023-01-301-1/+1
|/
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-2/+4
|\