summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Kill MSG_SENDPAGE_NOTLASTDavid Howells2023-06-251-2/+1
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-251-17/+0
* tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells2023-06-251-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-091-69/+23
* tls/device: Support MSG_SPLICE_PAGESDavid Howells2023-06-091-0/+26
* tls/device: Use splice_eof() to flushDavid Howells2023-06-091-0/+23
* tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsgDavid Howells2023-06-091-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-261-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-231-0/+6
* net/tls: Use cipher sizes structsGal Pressman2022-09-231-26/+29
* net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-111-9/+29
* tls: rx: device: bound the frag walkJakub Kicinski2022-08-111-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-291-32/+31
* net/tls: Perform immediate device ctx cleanup when possibleTariq Toukan2022-07-291-8/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-291-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-151-2/+2
|\|
| * net/tls: Check for errors in tls_device_initTariq Toukan2022-07-141-2/+2
* | tls: create an internal headerJakub Kicinski2022-07-091-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-131-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-281-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-021-5/+47
* net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy2021-06-021-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-251-1/+1
* net/tls: Except bond interface from some TLS checksTariq Toukan2021-01-191-0/+2
* net/tls: Device offload to use lowest netdevice in chainTariq Toukan2021-01-191-1/+1
* net/tls: make sure tls offload sets salt_sizeRohit Maheshwari2020-12-021-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-281-1/+4
|\
| * net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-11-261-1/+4
* | net/tls: make inline helpers protocol-awareVadim Fedorenko2020-11-271-1/+1
|/
* net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan2020-11-171-10/+27