summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2019-02-01crypto: axis - remove sha512 support for artpec7Lars Persson
2019-02-01crypto: axis - remove sha384 support for artpec7Lars Persson
2019-02-01crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() argumentsCorentin Labbe
2019-02-01crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing
2019-02-01crypto: caam - fix indentation of goto labelRoland Hieber
2019-02-01crypto: caam - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-02-01crypto: ccp - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-02-01crypto: cavium/nitrox - no need to check return value of debugfs_create funct...Greg Kroah-Hartman
2019-02-01crypto: cavium/zip - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-02-01crypto: axis - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-02-01crypto: ccree - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-02-01crypto: qat - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-02-01crypto: caam - handle zero-length AEAD outputHoria Geantă
2019-02-01crypto: caam - add support for cmac(aes)Iuliana Prodan
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2019-01-25crypto: bcm - remove unused function do_decrypt()Eric Biggers
2019-01-25crypto: chelsio - Inline single pdu onlyAtul Gupta
2019-01-25crypto: chelsio - avoid using sa_entry immAtul Gupta
2019-01-25crypto: ccree - don't copy zero size ciphertextGilad Ben-Yossef
2019-01-25crypto: ccree - shared irq lines are not a bugGilad Ben-Yossef
2019-01-25crypto: ccree - unmap buffer before copying IVGilad Ben-Yossef
2019-01-25crypto: ccree - remove legacy leftoverHadar Gat
2019-01-25crypto: ccree - fix free of unallocated mlli bufferHadar Gat
2019-01-25crypto: ccree - add error messageHadar Gat
2019-01-25crypto: ccree - improve error handlingHadar Gat
2019-01-25crypto: cavium/nitrox - Invoke callback after DMA unmapNagadheeraj Rottela
2019-01-22net/tls: free ctx in sock destructAtul Gupta
2019-01-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-01-18crypto: brcm - Fix some set-but-not-used warningYueHaibing
2019-01-11soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei
2019-01-11crypto: virtio - clean up indentation, replace spaces with tabColin Ian King
2019-01-11crypto: chelsio - remove set but not used variables 'adap'YueHaibing
2019-01-11crypto: chelsio - check set_msg_len overflow in generate_b0YueHaibing
2019-01-11crypto: ux500 - catch dma submission errorYueHaibing
2019-01-11crypto: crypto4xx - add prng crypto supportChristian Lamparter
2019-01-11crypto: caam - add support for xcbc(aes)Iuliana Prodan
2019-01-11crypto: caam - create ahash shared descriptors only onceIuliana Prodan
2019-01-11crypto: caam - fix error reporting for caam_hash_allocIuliana Prodan
2019-01-11crypto: ccp - Update copyright notices and datesHook, Gary
2019-01-11crypto: chtls - remove set but not used variables 'err, adap, request, hws'YueHaibing
2019-01-11crypto: caam - move shared symbols in a common locationHoria Geantă
2019-01-10crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy
2019-01-10crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy
2019-01-10crypto: cavium/nitrox - Use after free in process_response_list()Dan Carpenter
2019-01-10crypto: caam - fix SHA support detectionHoria Geantă
2019-01-10crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier
2019-01-10crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers
2019-01-10crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds