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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-19
crypto: ccree - fix resource leak on error path
Gilad Ben-Yossef
1
-12
/
+18
2020-08-05
crypto: ccp - Release all allocated memory if sha type is invalid
Navid Emamdoost
1
-1
/
+2
2020-06-25
crypto: omap-sham - add proper load balancing support for multicore
Tero Kristo
1
-33
/
+31
2020-06-22
crypto: stm32/crc32 - fix multi-instance
Nicolas Toromanoff
1
-12
/
+36
2020-06-22
crypto: stm32/crc32 - fix run-time self test issue.
Nicolas Toromanoff
1
-3
/
+3
2020-06-22
crypto: stm32/crc32 - fix ext4 chksum BUG_ON()
Nicolas Toromanoff
1
-50
/
+48
2020-06-22
Crypto/chcr: fix for ccm(aes) failed test
Devulapally Shiva Krishna
1
-1
/
+1
2020-06-22
crypto: ccp -- don't "select" CONFIG_DMADEVICES
Arnd Bergmann
1
-2
/
+1
2020-06-22
crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()
Longpeng(Mike)
1
-0
/
+1
2020-06-22
crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...
Longpeng(Mike)
1
-5
/
+10
2020-06-22
crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
Longpeng(Mike)
1
-2
/
+3
2020-06-22
crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is full...
Christophe JAILLET
1
-2
/
+2
2020-06-22
crypto: talitos - fix ECB and CBC algs ivsize
Su Kang Yin
1
-1
/
+1
2020-06-03
crypto: chelsio/chtls: properly set tp->lsndtime
Eric Dumazet
1
-1
/
+1
2020-04-29
crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' static
Wei Yongjun
1
-2
/
+2
2020-04-17
crypto: ccree - only try to map auth tag if needed
Gilad Ben-Yossef
1
-2
/
+4
2020-04-17
crypto: ccree - dec auth tag size from cryptlen map
Gilad Ben-Yossef
1
-2
/
+6
2020-04-17
crypto: ccree - don't mangle the request assoclen
Gilad Ben-Yossef
3
-26
/
+37
2020-04-17
crypto: ccree - zero out internal struct before use
Gilad Ben-Yossef
1
-0
/
+16
2020-04-17
crypto: ccree - improve error handling
Hadar Gat
1
-39
/
+35
2020-04-17
crypto: caam - update xts sector size for large input length
Andrei Botila
1
-2
/
+14
2020-04-17
crypto: mxs-dcp - fix scatterlist linearization for hash
Rosioru Dragos
1
-30
/
+28
2020-02-24
crypto: chtls - Fixed memory leak
Vinay Kumar Yadav
3
-13
/
+38
2020-02-15
crypto: atmel-sha - fix error handling when setting hmac key
Eric Biggers
1
-6
/
+1
2020-02-15
crypto: artpec6 - return correct error code for failed setkey()
Eric Biggers
1
-1
/
+1
2020-02-11
crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...
Chuhong Yuan
1
-2
/
+13
2020-02-11
crypto: atmel-aes - Fix counter overflow in CTR mode
Tudor Ambarus
1
-25
/
+12
2020-02-11
crypto: ccp - set max RSA modulus size for v3 platform devices as well
Ard Biesheuvel
1
-0
/
+1
2020-02-11
crypto: ccree - fix PM race condition
Gilad Ben-Yossef
4
-80
/
+7
2020-02-11
crypto: ccree - fix pm wrongful error reporting
Gilad Ben-Yossef
1
-1
/
+1
2020-02-11
crypto: ccree - fix backlog memory leak
Gilad Ben-Yossef
1
-0
/
+1
2020-02-11
crypto: geode-aes - convert to skcipher API and make thread-safe
Eric Biggers
2
-308
/
+149
2020-02-01
crypto: chelsio - fix writing tfm flags to wrong place
Eric Biggers
1
-13
/
+3
2020-01-29
crypto: geode-aes - switch to skcipher for cbc(aes) fallback
Ard Biesheuvel
2
-24
/
+35
2020-01-27
crypto: hisilicon - Matching the dma address for dma_pool_free()
Yunfeng Ye
1
-25
/
+19
2020-01-27
crypto: caam - free resources in case caam_rng registration failed
Iuliana Prodan
1
-1
/
+4
2020-01-27
crypto: ccp - Reduce maximum stack usage
Arnd Bergmann
1
-21
/
+31
2020-01-27
crypto: inside-secure - fix queued len computation
Antoine Tenart
1
-3
/
+5
2020-01-27
crypto: inside-secure - fix zeroing of the request in ahash_exit_inv
Antoine Tenart
1
-1
/
+1
2020-01-27
crypto: talitos - fix AEAD processing.
Christophe Leroy
2
-105
/
+55
2020-01-27
crypto: ccp - Fix 3DES complaint from ccp-crypto module
Hook, Gary
1
-11
/
+4
2020-01-27
crypto: ccp - fix AES CFB error exposed by new test vectors
Hook, Gary
1
-4
/
+4
2020-01-27
crypto: caam - fix caam_dump_sg that iterates through scatterlist
Iuliana Prodan
1
-1
/
+1
2020-01-27
crypto: ccree - reduce kernel stack usage with clang
Arnd Bergmann
1
-1
/
+1
2020-01-27
crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() arguments
Corentin Labbe
1
-2
/
+2
2020-01-27
crypto: brcm - Fix some set-but-not-used warning
YueHaibing
1
-5
/
+1
2020-01-27
crypto: sun4i-ss - fix big endian issues
Corentin Labbe
1
-10
/
+11
2020-01-17
crypto: virtio - implement missing support for output IVs
Ard Biesheuvel
1
-0
/
+9
2019-12-31
crypto: vmx - Avoid weird build failures
Michael Ellerman
1
-3
/
+3
2019-12-31
crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.c
Corentin Labbe
1
-6
/
+6
[next]