index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
qce
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-21
crypto: qce - revert "use __free() for a buffer that's always freed"
Nathan Chancellor
1
-3
/
+3
2024-12-14
crypto: qce - fix priority to be less than ARMv8 CE
Eric Biggers
3
-3
/
+3
2024-12-14
crypto: qce - switch to using a mutex
Bartosz Golaszewski
2
-26
/
+23
2024-12-14
crypto: qce - convert tasklet to workqueue
Bartosz Golaszewski
2
-16
/
+10
2024-12-14
crypto: qce - use __free() for a buffer that's always freed
Bartosz Golaszewski
1
-3
/
+3
2024-12-14
crypto: qce - make qce_register_algs() a managed interface
Bartosz Golaszewski
1
-5
/
+6
2024-12-14
crypto: qce - convert qce_dma_request() to use devres
Bartosz Golaszewski
3
-24
/
+17
2024-12-14
crypto: qce - shrink code with devres clk helpers
Bartosz Golaszewski
1
-25
/
+4
2024-12-14
crypto: qce - remove unneeded call to icc_set_bw() in error path
Bartosz Golaszewski
1
-3
/
+1
2024-12-14
crypto: qce - unregister previously registered algos in error path
Bartosz Golaszewski
1
-4
/
+7
2024-12-14
crypto: qce - fix goto jump in error path
Bartosz Golaszewski
1
-1
/
+1
2024-10-19
crypto: drivers - Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2023-10-27
crypto: qce - Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-03-14
crypto: qce - Add a QCE IP family compatible 'qcom,qce'
Vladimir Zapolskiy
1
-0
/
+1
2023-03-14
crypto: qce - Make clocks optional
Thara Gopinath
1
-3
/
+3
2023-03-14
crypto: qce - Add support to initialize interconnect path
Thara Gopinath
2
-1
/
+16
2023-02-13
crypto: qce - Use request_complete helpers
Herbert Xu
1
-2
/
+2
2022-12-09
crypto: qce - Set DMA alignment explicitly
Herbert Xu
3
-22
/
+23
2022-08-26
crypto: qce - Fix dma_map_sg error check
Jack Wang
3
-9
/
+11
2021-11-20
crypto: qce - fix uaf on qce_skcipher_register_one
Chengfeng Ye
1
-1
/
+1
2021-11-20
crypto: qce - fix uaf on qce_ahash_register_one
Chengfeng Ye
1
-1
/
+1
2021-11-20
crypto: qce - fix uaf on qce_aead_register_one
Chengfeng Ye
1
-1
/
+1
2021-06-11
crypto: qce - fix error return code in qce_skcipher_async_req_handle()
Wei Yongjun
1
-2
/
+6
2021-05-28
crypto: qce - Fix inconsistent indenting
Jiapeng Chong
1
-1
/
+1
2021-05-28
crypto: qce: skcipher: Fix incorrect sg count for dma transfers
Thara Gopinath
1
-7
/
+8
2021-05-28
crypto: qce - Fix some error handling path
Wei Yongjun
1
-3
/
+9
2021-05-14
crypto: qce - Schedule fallback aead algorithm
Thara Gopinath
2
-11
/
+56
2021-05-14
crypto: qce - Add support for AEAD algorithms
Thara Gopinath
1
-2
/
+160
2021-05-14
crypto: qce - Clean up qce_auth_cfg
Thara Gopinath
1
-12
/
+9
2021-05-14
crypto: qce - Add support for AEAD algorithms
Thara Gopinath
5
-0
/
+859
2021-05-14
crypto: qce - Add mode for rfc4309
Thara Gopinath
1
-2
/
+5
2021-05-14
crypto: qce - Make result dump optional
Thara Gopinath
1
-4
/
+7
2021-05-14
crypto: qce - Add MAC failed error checking
Thara Gopinath
1
-0
/
+2
2021-03-07
crypto: qce - Remove totallen and offset in qce_start
Thara Gopinath
4
-14
/
+10
2021-03-07
crypto: qce - Remover src_tbl from qce_cipher_reqctx
Thara Gopinath
1
-1
/
+0
2021-03-07
crypto: qce - Set data unit size to message length for AES XTS transformation
Thara Gopinath
1
-4
/
+4
2021-03-07
crypto: qce - Improve the conditions for requesting AES fallback cipher
Thara Gopinath
1
-6
/
+11
2021-03-07
crypto: qce - Set ivsize to 0 for ecb(aes)
Thara Gopinath
1
-1
/
+1
2021-03-07
crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms)
Thara Gopinath
1
-0
/
+9
2021-03-07
crypto: qce - Return error for zero length messages
Thara Gopinath
1
-0
/
+5
2021-03-07
crypto: qce - Return unsupported if any three keys are same for DES3 algorithms
Thara Gopinath
1
-0
/
+15
2021-03-07
crypto: qce - Return unsupported if key1 and key 2 are same for AES XTS algor...
Thara Gopinath
1
-1
/
+18
2021-03-07
crypto: qce - Hold back a block of data to be transferred as part of final
Thara Gopinath
1
-0
/
+19
2021-03-07
crypto: qce - Restore/save ahash state with custom struct in export/import
Thara Gopinath
1
-88
/
+34
2020-11-27
crypto: qce - Fix SHA result buffer corruption issues
Thara Gopinath
1
-1
/
+1
2020-11-27
crypto: qce - Enable support for crypto engine on sdm845
Thara Gopinath
1
-1
/
+16
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
3
-3
/
+4
2020-08-20
crypto: algapi - Remove skbuff.h inclusion
Herbert Xu
3
-0
/
+3
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
1
-0
/
+1
2020-07-16
crypto: qce - permit asynchronous skcipher as fallback
Ard Biesheuvel
2
-21
/
+24
[next]