summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy2022-04-271-5/+7
* | tls: hw: rx: use return value of tls_device_decrypted() to carry statusJakub Kicinski2022-04-081-5/+2
* | tls: rx: don't store the decryption status in socket contextJakub Kicinski2022-04-081-1/+2
|/
* net/tls: optimize judgement processes in tls_set_device_offload()Ziyang Xuan2022-03-211-31/+31
* skbuff: add a parameter to __skb_frag_unrefMatteo Croce2021-06-071-1/+1
* net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy2021-06-011-5/+47
* net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy2021-06-011-7/+3
* net/tls: Remove redundant initialization of recordJiapeng Chong2021-04-271-1/+1
* net/tls: Fix a typo in tls_device.cWang Hai2021-03-241-1/+1
* net/tls: Except bond interface from some TLS checksTariq Toukan2021-01-181-0/+2