aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-1/+1
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 111-3914/+4762
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 1-1/+1
2020-01-22crypto: caam - add support for i.MX8M PlusGravatar Horia Geantă 1-2/+3
2020-01-22crypto: hisilicon - fix spelling mistake "disgest" -> "digest"Gravatar Colin Ian King 1-1/+1
2020-01-22crypto: ccree - erase unneeded inline funcsGravatar Gilad Ben-Yossef 1-10/+0
2020-01-22crypto: ccree - make cc_pm_put_suspend() voidGravatar Gilad Ben-Yossef 2-10/+4
2020-01-22crypto: ccree - split overloaded usage of irq fieldGravatar Gilad Ben-Yossef 2-11/+9
2020-01-22crypto: ccree - fix PM race conditionGravatar Gilad Ben-Yossef 4-80/+7
2020-01-22crypto: ccree - fix FDE descriptor sequenceGravatar Ofir Drang 1-3/+45
2020-01-22crypto: ccree - cc_do_send_request() is void funcGravatar Gilad Ben-Yossef 1-25/+11
2020-01-22crypto: ccree - fix pm wrongful error reportingGravatar Gilad Ben-Yossef 1-1/+1
2020-01-22crypto: ccree - turn errors to debug msgsGravatar Gilad Ben-Yossef 2-13/+13
2020-01-22crypto: ccree - fix AEAD decrypt auth failGravatar Gilad Ben-Yossef 1-1/+1
2020-01-22crypto: ccree - fix typo in commentGravatar Hadar Gat 1-1/+1
2020-01-22crypto: ccree - fix typos in error msgsGravatar Hadar Gat 1-2/+2
2020-01-22crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_dataGravatar Tudor Ambarus 3-99/+3
2020-01-22crypto: chtls - Fixed listen fail when max stid range reachedGravatar Vinay Kumar Yadav 1-3/+2
2020-01-22crypto: chtls - Corrected function call contextGravatar Vinay Kumar Yadav 1-15/+15
2020-01-22crypto: caam/qi2 - fix typo in algorithm's driver nameGravatar Horia Geantă 1-1/+1
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 3-11/+21
2020-01-16crypto: hisilicon - add branch prediction macroGravatar Zaibo Xu 1-22/+22
2020-01-16crypto: hisilicon - adjust hpre_crt_para_getGravatar Zaibo Xu 1-14/+14
2020-01-16crypto: hisilicon - Fixed some tiny bugs of HPREGravatar Zaibo Xu 2-38/+32
2020-01-16crypto: hisilicon - Bugfixed tfm leakGravatar Zaibo Xu 2-13/+18
2020-01-16crypto: hisilicon - Add aead support on SEC2Gravatar Zaibo Xu 4-24/+620
2020-01-16crypto: hisilicon - redefine skcipher initiationGravatar Zaibo Xu 1-35/+61
2020-01-16crypto: hisilicon - Add branch prediction macroGravatar Zaibo Xu 1-14/+14
2020-01-16crypto: hisilicon - Add callback error checkGravatar Zaibo Xu 2-6/+10
2020-01-16crypto: hisilicon - Adjust some inner logicGravatar Zaibo Xu 1-26/+28
2020-01-16crypto: hisilicon - Update QP resources of SEC V2Gravatar Zaibo Xu 3-93/+59
2020-01-16crypto: hisilicon - Update some names on SEC V2Gravatar Zaibo Xu 2-29/+36
2020-01-16crypto: hisilicon - fix print/comment of SEC V2Gravatar Zaibo Xu 2-6/+6
2020-01-16crypto: hisilicon - Update debugfs usage of SEC V2Gravatar Zaibo Xu 3-14/+14
2020-01-16crypto: vmx - reject xts inputs that are too shortGravatar Daniel Axtens 1-0/+3
2020-01-16crypto: caam - add support for i.MX8M NanoGravatar Horia Geantă 1-4/+4
2020-01-16crypto: sun8i-ce - remove dead codeGravatar Corentin Labbe 2-13/+0
2020-01-16crypto: sun8i-ce - fix removal of moduleGravatar Corentin Labbe 1-2/+2
2020-01-16crypto: amlogic - fix removal of moduleGravatar Corentin Labbe 1-2/+2
2020-01-16crypto: sun8i-ss - fix removal of moduleGravatar Corentin Labbe 1-2/+2
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 3-11/+21
2020-01-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-11/+21
2020-01-09crypto: exynos-rng - Rename Exynos to lowercaseGravatar Krzysztof Kozlowski 1-1/+1
2020-01-09crypto: chelsio - Resetting crypto counters during the driver unregisterGravatar Ayush Sawal 1-5/+5
2020-01-09crypto: crypto4xx - use GFP_KERNEL for big allocationsGravatar Christian Lamparter 1-6/+6
2020-01-09crypto: crypto4xx - reduce memory fragmentationGravatar Christian Lamparter 1-14/+13
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsGravatar Eric Biggers 13-122/+14
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYGravatar Eric Biggers 1-24/+4
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 39-288/+79
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENGravatar Eric Biggers 2-2/+0