aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-02-22crypto: rockchip - update new iv to device in multiple operationsGravatar Zhang Zhijie 2-0/+35
2019-02-22crypto: rockchip - fix scatterlist nents errorGravatar Zhang Zhijie 4-5/+7
2019-02-22crypto: ccree - fix missing break in switch statementGravatar Gustavo A. R. Silva 1-0/+1
2019-02-22crypto: caam/qi2 - relax busy polling while enqueuing FDsGravatar Horia Geantă 1-0/+2
2019-02-22crypto: caam/qi2 - rate-limit enqueue failure printsGravatar Horia Geantă 1-1/+1
2019-02-22crypto: caam/qi2 - use affine DPIOsGravatar Horia Geantă 2-23/+31
2019-02-22crypto: chtls - remove cdev_list_lockGravatar Sebastian Andrzej Siewior 1-1/+0
2019-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux nextGravatar Herbert Xu 9-27/+122
2019-02-15crypto: caam - weak key checking for cbc des, 3desGravatar Iuliana Prodan 1-2/+2
2019-02-15crypto: caam - add ecb(*) supportGravatar Iuliana Prodan 4-49/+161
2019-02-15crypto: export arc4 definesGravatar Iuliana Prodan 1-3/+1
2019-02-15crypto: caam - use mapped_{src,dst}_nents for job descriptorGravatar Iuliana Prodan 1-7/+20
2019-02-08crypto: qat - Remove unused goto labelGravatar Herbert Xu 1-1/+0
2019-02-08crypto: caam - fixed handling of sg listGravatar Pankaj Gupta 1-0/+1
2019-02-08crypto: ccp - fix the SEV probe in kexec boot pathGravatar Singh, Brijesh 1-0/+16
2019-02-01crypto: caam - fix DMA mapping of stack memoryGravatar Horia Geantă 1-64/+21
2019-02-01crypto: bcm - remove -I. header search path and unused macro defineGravatar Masahiro Yamada 1-2/+0
2019-02-01crypto: prefix header search paths with $(srctree)/Gravatar Masahiro Yamada 8-8/+9
2019-02-01crypto: axis - move request unmap outside of the queue lockGravatar Vincent Whitchurch 1-4/+4
2019-02-01crypto: axis - use a constant time tag compareGravatar Lars Persson 1-3/+3
2019-02-01crypto: axis - support variable AEAD tag lengthGravatar Lars Persson 1-10/+25
2019-02-01crypto: axis - give DMA the start of the status bufferGravatar Lars Persson 1-4/+7
2019-02-01crypto: axis - fix for recursive locking from bottom halfGravatar Lars Persson 1-5/+23
2019-02-01crypto: axis - remove sha512 support for artpec7Gravatar Lars Persson 1-117/+9
2019-02-01crypto: axis - remove sha384 support for artpec7Gravatar Lars Persson 1-105/+2
2019-02-01crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() argumentsGravatar Corentin Labbe 1-2/+2
2019-02-01crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opGravatar YueHaibing 1-2/+2
2019-02-01crypto: caam - fix indentation of goto labelGravatar Roland Hieber 1-1/+1
2019-02-01crypto: caam - no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 2-16/+6
2019-02-01crypto: ccp - no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-29/+7
2019-02-01crypto: cavium/nitrox - no need to check return value of debugfs_create funct...Gravatar Greg Kroah-Hartman 3-28/+8
2019-02-01crypto: cavium/zip - no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-41/+11
2019-02-01crypto: axis - no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-9/+0
2019-02-01crypto: ccree - no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 3-31/+6
2019-02-01crypto: qat - no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 9-58/+0
2019-02-01crypto: caam - handle zero-length AEAD outputGravatar Horia Geantă 3-24/+47
2019-02-01crypto: caam - add support for cmac(aes)Gravatar Iuliana Prodan 3-33/+139
2019-01-25crypto: clarify name of WEAK_KEY request flagGravatar Eric Biggers 16-27/+32
2019-01-25crypto: bcm - remove unused function do_decrypt()Gravatar Eric Biggers 2-46/+0
2019-01-25hwrng: virtio - Avoid repeated init of completionGravatar David Tolnay 1-1/+1
2019-01-25crypto: chelsio - Inline single pdu onlyGravatar Atul Gupta 1-0/+3
2019-01-25crypto: chelsio - avoid using sa_entry immGravatar Atul Gupta 2-7/+5
2019-01-25crypto: ccree - don't copy zero size ciphertextGravatar Gilad Ben-Yossef 1-1/+2
2019-01-25crypto: ccree - shared irq lines are not a bugGravatar Gilad Ben-Yossef 1-3/+3
2019-01-25crypto: ccree - unmap buffer before copying IVGravatar Gilad Ben-Yossef 1-1/+2
2019-01-25crypto: ccree - remove legacy leftoverGravatar Hadar Gat 1-2/+0
2019-01-25crypto: ccree - fix free of unallocated mlli bufferGravatar Hadar Gat 1-4/+4
2019-01-25crypto: ccree - add error messageGravatar Hadar Gat 1-1/+4
2019-01-25crypto: ccree - improve error handlingGravatar Hadar Gat 1-39/+35
2019-01-18crypto: brcm - Fix some set-but-not-used warningGravatar YueHaibing 1-5/+1