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
2019-07-31
crypto: caam - limit output IV to CBC to work around CTR mode DMA issue
Ard Biesheuvel
1
-6
/
+9
2019-07-31
crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probe
Wen Yang
1
-1
/
+0
2019-07-31
crypto: ccp/gcm - use const time tag comparison.
Cfir Cohen
1
-1
/
+2
2019-07-31
crypto: ccp - memset structure fields to zero before reuse
Hook, Gary
1
-1
/
+11
2019-07-31
crypto: ccp - Validate the the error value used to index error messages
Hook, Gary
2
-46
/
+52
2019-07-31
crypto: talitos - Align SEC1 accesses to 32 bits boundaries.
Christophe Leroy
1
-1
/
+4
2019-07-31
crypto: talitos - properly handle split ICV.
Christophe Leroy
1
-11
/
+15
2019-07-31
crypto: talitos - fix skcipher failure due to wrong output IV
Christophe Leroy
1
-0
/
+4
2019-07-21
crypto/NX: Set receive window credits to max number of CRBs in RxFIFO
Haren Myneni
1
-3
/
+5
2019-07-21
crypto: talitos - rename alternative AEAD algos.
Christophe Leroy
1
-8
/
+8
2019-06-09
crypto: vmx - ghash: do nosimd fallback manually
Daniel Axtens
1
-126
/
+87
2019-05-31
crypto: sun4i-ss - Fix invalid calculation of hash end
Corentin Labbe
1
-1
/
+4
2019-05-31
crypto: vmx - CTR: always increment IV as quadword
Daniel Axtens
1
-1
/
+1
2019-05-21
crypto: rockchip - update IV buffer to contain the next IV
Zhang Zhijie
1
-7
/
+18
2019-05-21
crypto: vmx - fix copy-paste error in CTR mode
Daniel Axtens
1
-2
/
+2
2019-04-27
crypto: crypto4xx - properly set IV after de- and encrypt
Christian Lamparter
2
-1
/
+11
2019-04-20
crypto: axis - fix for recursive locking from bottom half
Lars Persson
1
-5
/
+23
2019-04-05
crypto: cavium/zip - fix collision with generic cra_driver_name
Eric Biggers
1
-2
/
+4
2019-04-05
crypto: crypto4xx - add missing of_node_put after of_device_is_available
Julia Lawall
1
-1
/
+3
2019-03-23
crypto: rockchip - update new iv to device in multiple operations
Zhang Zhijie
2
-0
/
+35
2019-03-23
crypto: rockchip - fix scatterlist nents error
Zhang Zhijie
4
-5
/
+7
2019-03-23
crypto: caam - fixed handling of sg list
Pankaj Gupta
1
-0
/
+1
2019-02-12
crypto: ux500 - Use proper enum in hash_set_dma_transfer
Nathan Chancellor
1
-1
/
+1
2019-02-12
crypto: ux500 - Use proper enum in cryp_set_dma_transfer
Nathan Chancellor
1
-2
/
+2
2019-01-23
crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK
Christophe Leroy
1
-1
/
+4
2019-01-23
crypto: talitos - reorder code in talitos_edesc_alloc()
Christophe Leroy
1
-19
/
+7
2019-01-23
crypto: bcm - convert to use crypto_authenc_extractkeys()
Eric Biggers
2
-31
/
+14
2019-01-23
crypto: caam - fix zero-length buffer DMA mapping
Aymen Sghaier
1
-6
/
+9
2019-01-09
crypto: cavium/nitrox - fix a DMA pool free failure
Wenwen Wang
3
-10
/
+31
2018-11-13
crypto: caam - fix implicit casts in endianness helpers
Horia Geantă
1
-14
/
+14
2018-10-13
crypto: chelsio - Fix memory corruption in DMA Mapped buffers.
Harsh Jain
2
-14
/
+29
2018-10-10
crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic
Horia Geantă
1
-4
/
+4
2018-10-10
crypto: mxs-dcp - Fix wait logic on chan threads
Leonard Crestez
1
-23
/
+30
2018-10-10
crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()
Waiman Long
6
-18
/
+18
2018-10-04
crypto: cavium/nitrox - fix for command corruption in queue full case with ba...
Srikanth Jampala
3
-26
/
+35
2018-09-26
crypto: sharah - Unregister correct algorithms for SAHARA 3
Michael Müller
1
-2
/
+2
2018-09-09
crypto: caam/qi - fix error path in xts setkey
Horia Geantă
1
-4
/
+2
2018-09-09
crypto: caam/jr - fix descriptor DMA unmapping
Horia Geantă
1
-1
/
+2
2018-09-09
crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
Horia Geantă
1
-10
/
+10
2018-09-09
crypto: vmx - Fix sleep-in-atomic bugs
Ondrej Mosnacek
2
-23
/
+28
2018-09-05
crypto: vmx - Use skcipher for ctr fallback
Paulo Flabiano Smorigo
1
-15
/
+16
2018-08-06
crypto: padlock-aes - Fix Nano workaround data corruption
Herbert Xu
1
-2
/
+6
2018-07-22
crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak
Christian Lamparter
1
-8
/
+9
2018-07-22
crypto: crypto4xx - remove bad list_del
Christian Lamparter
1
-4
/
+2
2018-06-16
crypto: omap-sham - fix memleak
Bin Liu
1
-1
/
+1
2018-06-16
crypto: vmx - Remove overly verbose printk from AES XTS init
Michael Ellerman
1
-2
/
+0
2018-06-16
crypto: vmx - Remove overly verbose printk from AES init routines
Michael Ellerman
4
-9
/
+0
2018-06-16
crypto: cavium - Limit result reading attempts
Jan Glauber
3
-4
/
+25
2018-06-16
crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
Jan Glauber
1
-8
/
+14
2018-06-16
crypto: caam - fix size of RSA prime factor q
Horia Geantă
1
-4
/
+4
[next]