summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device.c
Commit message (Expand)AuthorAgeFilesLines
* net: move skb ref helpers to new headerMina Almasry2024-04-111-0/+1
* tls: don't reset prot->aad_size and prot->tail_size for TLS_HWSabrina Dubroca2023-10-231-1/+1
* tls: use fixed size for tls_offload_context_{tx,rx}.driver_stateSabrina Dubroca2023-10-131-2/+2
* tls: remove tls_context argument from tls_set_device_offloadSabrina Dubroca2023-10-131-7/+7
* tls: remove tls_context argument from tls_set_sw_offloadSabrina Dubroca2023-10-131-1/+1
* tls: add a helper to allocate/initialize offload_ctx_txSabrina Dubroca2023-10-131-14/+25
* tls: also use init_prot_info in tls_set_device_offloadSabrina Dubroca2023-10-131-10/+4
* tls: store iv directly within cipher_contextSabrina Dubroca2023-10-131-11/+2
* tls: store rec_seq directly within cipher_contextSabrina Dubroca2023-10-131-9/+2
* tls: drop unnecessary cipher_type checks in tls offloadSabrina Dubroca2023-10-131-7/+1
* tls: expand use of tls_cipher_desc in tls_set_device_offloadSabrina Dubroca2023-08-271-18/+4
* tls: rename tls_cipher_size_desc to tls_cipher_descSabrina Dubroca2023-08-271-17/+17
* tls: reduce size of tls_cipher_size_descSabrina Dubroca2023-08-271-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-31/+33
|\
| * net: tls: avoid discarding data on record closeJakub Kicinski2023-08-061-31/+33
* | net/tls: handle MSG_EOR for tls_device TX flowHannes Reinecke2023-07-271-1/+5
|/
* net: Kill MSG_SENDPAGE_NOTLASTDavid Howells2023-06-241-2/+1
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-17/+0
* tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells2023-06-241-2/+2
* 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/device: Use splice_eof() to flushDavid Howells2023-06-081-0/+23
* tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsgDavid Howells2023-06-081-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-251-14/+8
|\
| * tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski2023-05-191-14/+8
| * tls: rx: device: fix checking decryption statusJakub Kicinski2023-05-191-1/+1
* | net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-6/+4
|/
* net: tls: fix device-offloaded sendpage straddling recordsJakub Kicinski2023-03-061-0/+2
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
* net/tls: Support 256 bit keys with TX device offloadGal Pressman2022-09-221-0/+6
* net/tls: Use cipher sizes structsGal Pressman2022-09-221-26/+29
* net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-101-9/+29
* tls: rx: device: bound the frag walkJakub Kicinski2022-08-101-1/+7
* net/tls: Remove redundant workqueue flush before destroyTariq Toukan2022-08-011-1/+0
* net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan2022-07-281-32/+31
* net/tls: Perform immediate device ctx cleanup when possibleTariq Toukan2022-07-281-8/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-1/+6
|\
| * net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy2022-07-241-1/+6
* | tls: rx: device: add input CoW helperJakub Kicinski2022-07-261-10/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-3/+5
|\|
| * net/tls: Fix race in TLS device down flowTariq Toukan2022-07-181-3/+5
* | tls: rx: read the input skb from ctx->recv_pktJakub Kicinski2022-07-181-9/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-2/+2
|\|
| * net/tls: Check for errors in tls_device_initTariq Toukan2022-07-141-2/+2
* | tls: create an internal headerJakub Kicinski2022-07-081-1/+2
|/
* tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny2022-05-191-13/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-0/+3
|\
| * tls: Fix context leak on tls_device_downMaxim Mikityanskiy2022-05-121-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-5/+7
|\|