summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2018-10-10crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticHoria Geantă
2018-10-10crypto: mxs-dcp - Fix wait logic on chan threadsLeonard Crestez
2018-10-10crypto: chelsio - Fix memory corruption in DMA Mapped buffers.Harsh Jain
2018-10-10crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()Waiman Long
2018-10-03crypto: cavium/nitrox - fix for command corruption in queue full case with ba...Srikanth Jampala
2018-10-03crypto: chtls - fix null dereference chtls_free_uld()Ganesh Goudar
2018-09-26crypto: ccp - add timeout support in the SEV commandBrijesh Singh
2018-09-26crypto: sharah - Unregister correct algorithms for SAHARA 3Michael Müller
2018-09-09crypto: caam/qi - fix error path in xts setkeyHoria Geantă
2018-09-09crypto: caam/jr - fix descriptor DMA unmappingHoria Geantă
2018-09-09crypto: caam - fix DMA mapping direction for RSA forms 2 & 3Horia Geantă
2018-09-09crypto: vmx - Fix sleep-in-atomic bugsOndrej Mosnacek
2018-08-17crypto: ccp - Fix command completion detection raceTom Lendacky
2018-08-17crypto: ccp - Check for NULL PSP pointer at module unloadTom Lendacky
2018-08-17crypto: ccree - fix iv handlingGilad Ben-Yossef
2018-08-17crypto: ccree - fix finupHadar Gat
2018-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-07-20crypto: padlock-aes - Fix Nano workaround data corruptionHerbert Xu
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-06-15crypto: chtls - use after free in chtls_pt_recvmsg()Dan Carpenter
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-05-31crypto: chtls - free beyond end rspq_skb_cacheAtul Gupta
2018-05-31crypto: chtls - kbuild warningsAtul Gupta
2018-05-31crypto: chtls - dereference null variableAtul Gupta
2018-05-31crypto: chtls - wait for memory sendmsg, sendpageAtul Gupta
2018-05-31crypto: chtls - key len correctionAtul Gupta
2018-05-31crypto: ccp - Add GET_ID SEV commandJanakarajan Natarajan
2018-05-31crypto: ccp - Add DOWNLOAD_FIRMWARE SEV commandJanakarajan Natarajan
2018-05-31crypto: qat - Add MODULE_FIRMWARE for all qat driversConor McLoughlin
2018-05-31crypto: ccree - silence debug printsGilad Ben-Yossef
2018-05-31crypto: ccree - better clock handlingGilad Ben-Yossef
2018-05-31crypto: ccree - correct host regs offsetGilad Ben-Yossef
2018-05-31crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCMHarsh Jain
2018-05-31crypt: chelsio - Send IV as Immediate for cipher algoHarsh Jain
2018-05-31crypto: chelsio - Return -ENOSPC for transient busy indication.Harsh Jain
2018-05-31crypto: caam/qi - fix warning in init_cgr()Horia Geantă
2018-05-31crypto: caam - fix rfc4543 descriptorsHoria Geantă
2018-05-31crypto: caam - fix MC firmware detectionHoria Geantă
2018-05-31crypto: clarify licensing of OpenSSL asm codeAdam Langley
2018-05-27crypto: chtls - fix a missing-check bugWenwen Wang
2018-05-27crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart
2018-05-27crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart
2018-05-27crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart
2018-05-27crypto: inside-secure - improve error reportingAntoine Tenart
2018-05-27crypto: inside-secure - fix the hash then encrypt/decrypt typesAntoine Tenart
2018-05-27crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart