summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2019-03-28crypto: caam - fix copy of next buffer for xcbc and cmacIuliana Prodan-7/+6
2019-03-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-28/+51
2019-03-07crypto: caam - add missing put_device() callWen Yang-27/+50
2019-03-07crypto: s5p-sss - fix AES support for Exynos5433Kamil Konieczny-1/+1
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-929/+1153
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath-1/+1
2019-02-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+1
2019-02-28crypto: s5p - add AES support for Exynos5433Kamil Konieczny-4/+46
2019-02-28crypto: crypto4xx - add missing of_node_put after of_device_is_availableJulia Lawall-1/+3
2019-02-28crypto: cavium/zip - fix collision with generic cra_driver_nameEric Biggers-2/+4
2019-02-28crypto: caam - remove redundant likely/unlikely annotationChengguang Xu-5/+5
2019-02-28crypto: s5p - update iv after AES-CBC op endKamil Konieczny-0/+8
2019-02-28crypto: caam - generate hash keys in-placeHoria Geantă-47/+23
2019-02-28crypto: caam - fix DMA mapping xcbc key twiceHoria Geantă-2/+1
2019-02-28crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND-3/+5
2019-02-28crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of numberKrzysztof Kozlowski-2/+4
2019-02-28crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()Mao Wenan-1/+1
2019-02-28crypto: chelsio - Fixed Traffic StallAtul Gupta-13/+20
2019-02-28crypto: marvell - Remove set but not used variable 'ivsize'YueHaibing-2/+0
2019-02-22crypto: ccp - Update driver messages to remove some confusionLendacky, Thomas-9/+14
2019-02-22crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie-0/+35
2019-02-22crypto: rockchip - fix scatterlist nents errorZhang Zhijie-5/+7
2019-02-22crypto: ccree - fix missing break in switch statementGustavo A. R. Silva-0/+1
2019-02-22crypto: caam/qi2 - relax busy polling while enqueuing FDsHoria Geantă-0/+2
2019-02-22crypto: caam/qi2 - rate-limit enqueue failure printsHoria Geantă-1/+1
2019-02-22crypto: caam/qi2 - use affine DPIOsHoria Geantă-23/+31
2019-02-22crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior-1/+0
2019-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux nextHerbert Xu-3/+3
2019-02-22crypto: ccree - add missing inline qualifierGilad Ben-Yossef-1/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-10/+13
2019-02-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-10/+13
2019-02-15crypto: caam - weak key checking for cbc des, 3desIuliana Prodan-2/+2
2019-02-15crypto: caam - add ecb(*) supportIuliana Prodan-49/+161
2019-02-15crypto: export arc4 definesIuliana Prodan-3/+1
2019-02-15crypto: caam - use mapped_{src,dst}_nents for job descriptorIuliana Prodan-7/+20
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+6
2019-02-08crypto: qat - Remove unused goto labelHerbert Xu-1/+0
2019-02-08crypto: caam - fixed handling of sg listPankaj Gupta-0/+1
2019-02-08crypto: ccp - fix the SEV probe in kexec boot pathSingh, Brijesh-0/+16
2019-02-08crypto: ccree - fix resume race condition on initGilad Ben-Yossef-10/+13
2019-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-4/+6
2019-02-01crypto: caam - fix DMA mapping of stack memoryHoria Geantă-64/+21
2019-02-01crypto: bcm - remove -I. header search path and unused macro defineMasahiro Yamada-2/+0
2019-02-01crypto: prefix header search paths with $(srctree)/Masahiro Yamada-8/+9
2019-02-01crypto: axis - move request unmap outside of the queue lockVincent Whitchurch-4/+4
2019-02-01crypto: axis - use a constant time tag compareLars Persson-3/+3
2019-02-01crypto: axis - support variable AEAD tag lengthLars Persson-10/+25
2019-02-01crypto: axis - give DMA the start of the status bufferLars Persson-4/+7
2019-02-01crypto: axis - fix for recursive locking from bottom halfLars Persson-5/+23