aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-02-28crypto: caam - remove redundant likely/unlikely annotationGravatar Chengguang Xu 2-5/+5
2019-02-28crypto: s5p - update iv after AES-CBC op endGravatar Kamil Konieczny 1-0/+8
2019-02-28crypto: caam - generate hash keys in-placeGravatar Horia Geantă 2-47/+23
2019-02-28crypto: caam - fix DMA mapping xcbc key twiceGravatar Horia Geantă 1-2/+1
2019-02-28crypto: caam - fix hash context DMA unmap sizeGravatar Franck LENORMAND 1-3/+5
2019-02-28hwrng: bcm2835 - fix probe as platform deviceGravatar Jonas Gorski 1-8/+10
2019-02-28crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of numberGravatar Krzysztof Kozlowski 1-2/+4
2019-02-28crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()Gravatar Mao Wenan 1-1/+1
2019-02-28crypto: chelsio - Fixed Traffic StallGravatar Atul Gupta 1-13/+20
2019-02-28crypto: marvell - Remove set but not used variable 'ivsize'Gravatar YueHaibing 1-2/+0
2019-02-22crypto: ccp - Update driver messages to remove some confusionGravatar Lendacky, Thomas 2-9/+14
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