summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - fixed handling of sg listPankaj Gupta2019-02-081-0/+1
* crypto: ccp - fix the SEV probe in kexec boot pathSingh, Brijesh2019-02-081-0/+16
* crypto: caam - fix DMA mapping of stack memoryHoria Geantă2019-02-011-64/+21
* crypto: bcm - remove -I. header search path and unused macro defineMasahiro Yamada2019-02-011-2/+0
* crypto: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-018-8/+9
* crypto: axis - move request unmap outside of the queue lockVincent Whitchurch2019-02-011-4/+4
* crypto: axis - use a constant time tag compareLars Persson2019-02-011-3/+3
* crypto: axis - support variable AEAD tag lengthLars Persson2019-02-011-10/+25
* crypto: axis - give DMA the start of the status bufferLars Persson2019-02-011-4/+7
* crypto: axis - fix for recursive locking from bottom halfLars Persson2019-02-011-5/+23
* crypto: axis - remove sha512 support for artpec7Lars Persson2019-02-011-117/+9
* crypto: axis - remove sha384 support for artpec7Lars Persson2019-02-011-105/+2
* crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() argumentsCorentin Labbe2019-02-011-2/+2
* crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing2019-02-011-2/+2
* crypto: caam - fix indentation of goto labelRoland Hieber2019-02-011-1/+1
* crypto: caam - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-012-16/+6
* crypto: ccp - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-29/+7
* crypto: cavium/nitrox - no need to check return value of debugfs_create funct...Greg Kroah-Hartman2019-02-013-28/+8
* crypto: cavium/zip - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-41/+11
* crypto: axis - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-9/+0
* crypto: ccree - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-013-31/+6
* crypto: qat - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-019-58/+0
* crypto: caam - handle zero-length AEAD outputHoria Geantă2019-02-013-24/+47
* crypto: caam - add support for cmac(aes)Iuliana Prodan2019-02-013-33/+139
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-2516-27/+32
* crypto: bcm - remove unused function do_decrypt()Eric Biggers2019-01-252-46/+0
* hwrng: virtio - Avoid repeated init of completionDavid Tolnay2019-01-251-1/+1
* crypto: chelsio - Inline single pdu onlyAtul Gupta2019-01-251-0/+3
* crypto: chelsio - avoid using sa_entry immAtul Gupta2019-01-252-7/+5
* crypto: ccree - don't copy zero size ciphertextGilad Ben-Yossef2019-01-251-1/+2
* crypto: ccree - shared irq lines are not a bugGilad Ben-Yossef2019-01-251-3/+3
* crypto: ccree - unmap buffer before copying IVGilad Ben-Yossef2019-01-251-1/+2
* crypto: ccree - remove legacy leftoverHadar Gat2019-01-251-2/+0
* crypto: ccree - fix free of unallocated mlli bufferHadar Gat2019-01-251-4/+4
* crypto: ccree - add error messageHadar Gat2019-01-251-1/+4
* crypto: ccree - improve error handlingHadar Gat2019-01-251-39/+35
* crypto: brcm - Fix some set-but-not-used warningYueHaibing2019-01-181-5/+1
* crypto: virtio - clean up indentation, replace spaces with tabColin Ian King2019-01-111-1/+1
* crypto: chelsio - remove set but not used variables 'adap'YueHaibing2019-01-111-2/+0
* crypto: chelsio - check set_msg_len overflow in generate_b0YueHaibing2019-01-111-2/+4
* crypto: ux500 - catch dma submission errorYueHaibing2019-01-111-0/+6
* crypto: crypto4xx - add prng crypto supportChristian Lamparter2019-01-113-0/+92
* crypto: caam - add support for xcbc(aes)Iuliana Prodan2019-01-113-17/+232
* crypto: caam - create ahash shared descriptors only onceIuliana Prodan2019-01-111-1/+6
* crypto: caam - fix error reporting for caam_hash_allocIuliana Prodan2019-01-111-1/+2
* crypto: ccp - Update copyright notices and datesHook, Gary2019-01-119-9/+9
* crypto: chtls - remove set but not used variables 'err, adap, request, hws'YueHaibing2019-01-111-11/+1
* crypto: caam - move shared symbols in a common locationHoria Geantă2019-01-113-11/+6
* crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy2019-01-101-1/+4
* crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy2019-01-101-18/+7