index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Age
Commit message (
Expand
)
Author
Lines
2019-08-30
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-0
/
+8
2019-08-22
crypto: ccp - Ignore unconfigured CCP device on suspend/resume
Gary R Hook
-0
/
+8
2019-08-10
Merge tag 'Wimplicit-fallthrough-5.3-rc4' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-0
/
+6
2019-08-09
crypto: ux500/crypt: Mark expected switch fall-throughs
Gustavo A. R. Silva
-0
/
+6
2019-08-09
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-9
/
+38
2019-08-02
crypto: ccp - Ignore tag length when decrypting GCM ciphertext
Gary R Hook
-2
/
+1
2019-08-02
crypto: ccp - Add support for valid authsize values less than 16
Gary R Hook
-5
/
+35
2019-08-02
crypto: ccp - Fix oops by properly managing allocated structures
Gary R Hook
-2
/
+2
2019-07-19
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-11
/
+26
2019-07-18
crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUAL
David Rientjes
-7
/
+12
2019-07-18
crypto: ccp/gcm - use const time tag comparison.
Cfir Cohen
-1
/
+2
2019-07-15
docs: arm: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
-4
/
+4
2019-07-12
crypto: ccp - memset structure fields to zero before reuse
Hook, Gary
-1
/
+11
2019-07-12
crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probe
Wen Yang
-1
/
+0
2019-07-12
crypto: stm32/hash - Fix incorrect printk modifier for size_t
Herbert Xu
-1
/
+1
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-2450
/
+2906
2019-07-08
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-3
/
+3
2019-07-03
crypto: stm32/hash - remove interruptible condition for dma
Lionel Debieve
-2
/
+2
2019-07-03
crypto: stm32/hash - Fix hmac issue more than 256 bytes
Lionel Debieve
-1
/
+1
2019-07-03
crypto: stm32/crc32 - rename driver file
Lionel Debieve
-1
/
+1
2019-07-03
crypto: amcc - remove memset after dma_alloc_coherent
Fuqian Huang
-1
/
+0
2019-07-03
crypto: ccp - Switch to SPDX license identifiers
Hook, Gary
-88
/
+20
2019-07-03
crypto: ccp - Validate the the error value used to index error messages
Hook, Gary
-46
/
+52
2019-07-03
crypto: talitos - drop icv_ool
Christophe Leroy
-5
/
+0
2019-07-03
crypto: talitos - fix hash on SEC1.
Christophe Leroy
-28
/
+41
2019-07-03
crypto: talitos - move struct talitos_edesc into talitos.h
Christophe Leroy
-30
/
+30
2019-06-28
crypto/NX: Set receive window credits to max number of CRBs in RxFIFO
Haren Myneni
-3
/
+5
2019-06-27
crypto: talitos - eliminate unneeded 'done' functions at build time
Christophe Leroy
-1
/
+1
2019-06-27
crypto: sun4i-ss - reduce stack usage
Arnd Bergmann
-17
/
+30
2019-06-27
crypto: ccree - add HW engine config check
Gilad Ben-Yossef
-0
/
+38
2019-06-27
crypto: ccree - prevent isr handling in case driver is suspended
Ofir Drang
-0
/
+16
2019-06-27
crypto: ccree - check that cryptocell reset completed
Ofir Drang
-1
/
+43
2019-06-27
crypto: ccree - Relocate driver irq registration after clk init
ofir.drang@arm.com
-9
/
+9
2019-06-20
crypto: nx - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
-61
/
+26
2019-06-20
crypto: talitos - fix max key size for sha384 and sha512
Christophe Leroy
-1
/
+1
2019-06-20
crypto: vmx - Document CTR mode counter width quirks
Daniel Axtens
-2
/
+20
2019-06-20
crypto: caam - update IV using HW support
Horia Geantă
-146
/
+163
2019-06-20
crypto: caam - use len instead of nents for bulding HW S/G table
Horia Geantă
-99
/
+105
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
-127
/
+88
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
-186
/
+45
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459
Thomas Gleixner
-108
/
+9
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
-15
/
+1
2019-06-17
Merge tag 'v5.2-rc5' into locking/core, to pick up fixes
Ingo Molnar
-310
/
+30
2019-06-13
crypto: sahara - Use devm_platform_ioremap_resource()
Fabio Estevam
-3
/
+1
2019-06-13
crypto: mxs-dcp - Use devm_platform_ioremap_resource()
Fabio Estevam
-4
/
+1
2019-06-13
crypto: hisilicon - Use the correct style for SPDX License Identifier
Nishad Kamdar
-1
/
+1
2019-06-13
crypto: qat - use struct_size() helper
Gustavo A. R. Silva
-4
/
+2
2019-06-13
crypto: cavium/nitrox - Use the correct style for SPDX License Identifier
Nishad Kamdar
-2
/
+2
2019-06-13
crypto: bcm - Make some symbols static
YueHaibing
-9
/
+9
2019-06-06
crypto: atmel-i2c - Fix build error while CRC16 set to m
YueHaibing
-0
/
+1
[next]