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
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
-6
/
+9
2018-06-12
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
-3
/
+3
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
-10
/
+11
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
-3
/
+4
2018-06-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-1085
/
+2255
2018-05-31
crypto: chtls - free beyond end rspq_skb_cache
Atul Gupta
-1
/
+1
2018-05-31
crypto: chtls - kbuild warnings
Atul Gupta
-5
/
+6
2018-05-31
crypto: chtls - dereference null variable
Atul Gupta
-2
/
+1
2018-05-31
crypto: chtls - wait for memory sendmsg, sendpage
Atul Gupta
-3
/
+89
2018-05-31
crypto: chtls - key len correction
Atul Gupta
-5
/
+1
2018-05-31
crypto: ccp - Add GET_ID SEV command
Janakarajan Natarajan
-0
/
+44
2018-05-31
crypto: ccp - Add DOWNLOAD_FIRMWARE SEV command
Janakarajan Natarajan
-10
/
+93
2018-05-31
crypto: qat - Add MODULE_FIRMWARE for all qat drivers
Conor McLoughlin
-0
/
+5
2018-05-31
crypto: ccree - silence debug prints
Gilad Ben-Yossef
-3
/
+3
2018-05-31
crypto: ccree - better clock handling
Gilad Ben-Yossef
-1
/
+19
2018-05-31
crypto: ccree - correct host regs offset
Gilad Ben-Yossef
-6
/
+17
2018-05-31
crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCM
Harsh Jain
-113
/
+97
2018-05-31
crypt: chelsio - Send IV as Immediate for cipher algo
Harsh Jain
-40
/
+17
2018-05-31
crypto: chelsio - Return -ENOSPC for transient busy indication.
Harsh Jain
-30
/
+26
2018-05-31
crypto: caam/qi - fix warning in init_cgr()
Horia Geantă
-3
/
+2
2018-05-31
crypto: caam - fix rfc4543 descriptors
Horia Geantă
-2
/
+2
2018-05-31
crypto: caam - fix MC firmware detection
Horia Geantă
-9
/
+13
2018-05-31
crypto: clarify licensing of OpenSSL asm code
Adam Langley
-5
/
+53
2018-05-27
crypto: chtls - fix a missing-check bug
Wenwen Wang
-3
/
+7
2018-05-27
crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) support
Antoine Tenart
-0
/
+41
2018-05-27
crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) support
Antoine Tenart
-2
/
+50
2018-05-27
crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) support
Antoine Tenart
-33
/
+353
2018-05-27
crypto: inside-secure - improve error reporting
Antoine Tenart
-11
/
+27
2018-05-27
crypto: inside-secure - fix the hash then encrypt/decrypt types
Antoine Tenart
-2
/
+2
2018-05-27
crypto: inside-secure - make the key and context size computation dynamic
Antoine Tenart
-2
/
+2
2018-05-27
crypto: inside-secure - make the context control size dynamic
Antoine Tenart
-3
/
+2
2018-05-27
crypto: inside-secure - rework the alg type settings in the context
Antoine Tenart
-4
/
+7
2018-05-27
crypto: inside-secure - rework cipher functions for future AEAD support
Antoine Tenart
-107
/
+129
2018-05-27
crypto: inside-secure - remove VLAs
Antoine Tenart
-2
/
+11
2018-05-27
crypto: chtls - generic handling of data and hdr
Atul Gupta
-53
/
+23
2018-05-26
crypto: inside-secure - do not use memset on MMIO
Antoine Tenart
-2
/
+2
2018-05-19
crypto: chelsio - request to HW should wrap
Atul Gupta
-18
/
+17
2018-05-19
crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"
Colin Ian King
-1
/
+1
2018-05-12
crypto: vmx - Remove overly verbose printk from AES XTS init
Michael Ellerman
-2
/
+0
2018-05-12
crypto: vmx - Remove overly verbose printk from AES init routines
Michael Ellerman
-9
/
+0
2018-05-05
crypto: caam - fix size of RSA prime factor q
Horia Geantă
-4
/
+4
2018-05-05
crypto: ccree - use proper printk format
Gilad Ben-Yossef
-1
/
+1
2018-05-05
crypto: ccree - enable support for hardware keys
Gilad Ben-Yossef
-62
/
+318
2018-04-28
crypto: crypto4xx - put temporary dst sg into request ctx
Christian Lamparter
-13
/
+19
2018-04-28
crypto: crypto4xx - extend aead fallback checks
Christian Lamparter
-14
/
+16
2018-04-28
crypto: crypto4xx - properly set IV after de- and encrypt
Christian Lamparter
-1
/
+11
2018-04-28
crypto: crypto4xx - add aes-ctr support
Christian Lamparter
-6
/
+128
2018-04-28
crypto: crypto4xx - avoid VLA use
Christian Lamparter
-10
/
+4
2018-04-28
crypto: crypto4xx - convert to skcipher
Christian Lamparter
-177
/
+163
2018-04-28
crypto: crypto4xx - performance optimizations
Christian Lamparter
-26
/
+34
[next]