summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
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
2019-02-01crypto: axis - remove sha512 support for artpec7Lars Persson-117/+9
2019-02-01crypto: axis - remove sha384 support for artpec7Lars Persson-105/+2
2019-02-01crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() argumentsCorentin Labbe-2/+2
2019-02-01crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing-2/+2
2019-02-01crypto: caam - fix indentation of goto labelRoland Hieber-1/+1
2019-02-01crypto: caam - no need to check return value of debugfs_create functionsGreg Kroah-Hartman-16/+6
2019-02-01crypto: ccp - no need to check return value of debugfs_create functionsGreg Kroah-Hartman-29/+7
2019-02-01crypto: cavium/nitrox - no need to check return value of debugfs_create funct...Greg Kroah-Hartman-28/+8
2019-02-01crypto: cavium/zip - no need to check return value of debugfs_create functionsGreg Kroah-Hartman-41/+11
2019-02-01crypto: axis - no need to check return value of debugfs_create functionsGreg Kroah-Hartman-9/+0
2019-02-01crypto: ccree - no need to check return value of debugfs_create functionsGreg Kroah-Hartman-31/+6
2019-02-01crypto: qat - no need to check return value of debugfs_create functionsGreg Kroah-Hartman-58/+0
2019-02-01crypto: caam - handle zero-length AEAD outputHoria Geantă-24/+47
2019-02-01crypto: caam - add support for cmac(aes)Iuliana Prodan-33/+139
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers-27/+32
2019-01-25crypto: bcm - remove unused function do_decrypt()Eric Biggers-46/+0
2019-01-25crypto: chelsio - Inline single pdu onlyAtul Gupta-0/+3
2019-01-25crypto: chelsio - avoid using sa_entry immAtul Gupta-7/+5
2019-01-25crypto: ccree - don't copy zero size ciphertextGilad Ben-Yossef-1/+2
2019-01-25crypto: ccree - shared irq lines are not a bugGilad Ben-Yossef-3/+3
2019-01-25crypto: ccree - unmap buffer before copying IVGilad Ben-Yossef-1/+2
2019-01-25crypto: ccree - remove legacy leftoverHadar Gat-2/+0
2019-01-25crypto: ccree - fix free of unallocated mlli bufferHadar Gat-4/+4
2019-01-25crypto: ccree - add error messageHadar Gat-1/+4
2019-01-25crypto: ccree - improve error handlingHadar Gat-39/+35
2019-01-25crypto: cavium/nitrox - Invoke callback after DMA unmapNagadheeraj Rottela-4/+6
2019-01-22net/tls: free ctx in sock destructAtul Gupta-0/+4
2019-01-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-77/+63
2019-01-18crypto: brcm - Fix some set-but-not-used warningYueHaibing-5/+1
2019-01-11soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei-3/+3
2019-01-11crypto: virtio - clean up indentation, replace spaces with tabColin Ian King-1/+1
2019-01-11crypto: chelsio - remove set but not used variables 'adap'YueHaibing-2/+0
2019-01-11crypto: chelsio - check set_msg_len overflow in generate_b0YueHaibing-2/+4
2019-01-11crypto: ux500 - catch dma submission errorYueHaibing-0/+6
2019-01-11crypto: crypto4xx - add prng crypto supportChristian Lamparter-0/+92
2019-01-11crypto: caam - add support for xcbc(aes)Iuliana Prodan-17/+232