summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/tls: Device offload to use lowest netdevice in chainTariq Toukan2021-01-181-1/+1
* net/tls: make sure tls offload sets salt_sizeRohit Maheshwari2020-12-011-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-1/+4
|\
| * net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-11-251-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
* net/tls: sendfile fails with ktls offloadRohit Maheshwari2020-10-091-5/+6
* net/tls: Fix kmap usageIra Weiny2020-08-111-1/+2
* net/tls: Add asynchronous resyncBoris Pismenny2020-06-271-0/+51
* Revert "net/tls: Add force_resync for driver resync"Boris Pismenny2020-06-271-6/+3
* net/tls: Add force_resync for driver resyncTariq Toukan2020-05-271-3/+6
* net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki2020-03-211-1/+1
* net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari2020-02-191-1/+19
* net/tls: add helper for testing if socket is RX offloadedJakub Kicinski2019-12-191-2/+3
* net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-061-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-1/+9
|\
| * net/tls: add a TX lockJakub Kicinski2019-11-061-0/+6
| * net/tls: don't pay attention to sk_write_pending when pushing partial recordsJakub Kicinski2019-11-061-1/+3
* | net/tls: pass context to tls_device_decrypted()Jakub Kicinski2019-10-071-3/+2
* | net/tls: make allocation failure unlikelyJakub Kicinski2019-10-071-3/+2
* | net/tls: mark sk->err being set as unlikelyJakub Kicinski2019-10-071-1/+1
* | net/tls: add TlsDeviceRxResync statisticJakub Kicinski2019-10-051-0/+1