aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-03-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-1/+5
2017-03-16crypto: ccp - Assign DMA commands to the channel's CCPGravatar Gary R Hook 2-1/+5
2017-03-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-47/+85
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-03-09crypto: s5p-sss - Fix spinlock recursion on LRW(AES)Gravatar Krzysztof Kozlowski 1-45/+82
2017-03-08crypto: s5p-sss - Fix completing crypto request in IRQ handlerGravatar Krzysztof Kozlowski 1-2/+3
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 5-42/+49
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2017-03-02crypto: vmx - Use skcipher for xts fallbackGravatar Paulo Flabiano Smorigo 1-16/+16
2017-03-02crypto: vmx - Use skcipher for cbc fallbackGravatar Paulo Flabiano Smorigo 1-23/+24
2017-02-27Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2017-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-9/+23
2017-02-27scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsGravatar Christoph Hellwig 1-1/+1
2017-02-27crypto: atmel - CRYPTO_DEV_MEDIATEK should depend on HAS_DMAGravatar Geert Uytterhoeven 1-0/+1
2017-02-27crypto: atmel - CRYPTO_DEV_ATMEL_TDES and CRYPTO_DEV_ATMEL_SHA should depend ...Gravatar Geert Uytterhoeven 1-0/+2
2017-02-27crypto: cavium - fix leak on curr if curr->head fails to be allocatedGravatar Colin Ian King 1-0/+1
2017-02-27crypto: cavium - Fix couple of static checker errorsGravatar George Cherian 2-3/+5
2017-02-25treewide: Remove remaining executable attributes from source filesGravatar Joe Perches 1-0/+0
2017-02-24s390/crypt: Add protected key AES moduleGravatar Martin Schwidefsky 1-0/+1
2017-02-23crypto: cavium - switch to pci_alloc_irq_vectorsGravatar Christoph Hellwig 2-141/+65
2017-02-23crypto: cavium - switch to pci_alloc_irq_vectorsGravatar Christoph Hellwig 2-53/+10
2017-02-23crypto: cavium - remove dead MSI-X related defineGravatar Christoph Hellwig 1-2/+0
2017-02-23s390/pkey: Introduce pkey kernel moduleGravatar Harald Freudenberger 1-0/+16
2017-02-23s390/zcrypt: Rework CONFIG_ZCRYPT Kconfig text.Gravatar Harald Freudenberger 1-9/+6
2017-02-15crypto: brcm - Avoid double free in ahash_finup()Gravatar Rob Rice 1-1/+0
2017-02-15crypto: cavium - fix Kconfig dependenciesGravatar Arnd Bergmann 1-1/+2
2017-02-15crypto: cavium - cpt_bind_vq_to_grp could return an error codeGravatar George Cherian 1-2/+2
2017-02-15crypto: caam - fix state buffer DMA (un)mappingGravatar Horia Geantă 1-55/+52
2017-02-15crypto: caam - abstract ahash request double bufferingGravatar Horia Geantă 1-29/+48
2017-02-15crypto: caam - fix error path for ctx_dma mapping failureGravatar Horia Geantă 1-1/+6
2017-02-15crypto: caam - fix DMA API leaks for multiple setkey() callsGravatar Horia Geantă 2-252/+102
2017-02-15crypto: caam - don't dma_map key for hash algorithmsGravatar Horia Geantă 1-17/+1
2017-02-15crypto: caam - use dma_map_sg() return codeGravatar Horia Geantă 1-62/+71
2017-02-15crypto: caam - replace sg_count() with sg_nents_for_len()Gravatar Horia Geantă 2-112/+88
2017-02-15crypto: caam - check sg_count() return valueGravatar Horia Geantă 1-2/+42
2017-02-15crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()Gravatar Horia Geantă 1-4/+4
2017-02-15crypto: caam - fix JR IO mapping if one failsGravatar Tudor Ambarus 1-8/+9
2017-02-15crypto: caam - check return code of dma_set_mask_and_coherent()Gravatar Horia Geantă 2-10/+24
2017-02-15crypto: caam - don't include unneeded headersGravatar Horia Geantă 2-3/+0
2017-02-15crypto: ccp - Simplify some buffer management routinesGravatar Gary R Hook 1-86/+56
2017-02-15crypto: ccp - Update the command queue on errorsGravatar Gary R Hook 1-2/+5
2017-02-15crypto: ccp - Change mode for detailed CCP init messagesGravatar Gary R Hook 1-3/+2
2017-02-15crypto: atmel-sha - fix error management in atmel_sha_start()Gravatar Cyrille Pitchen 1-5/+22
2017-02-15crypto: atmel-sha - fix missing "return" instructionsGravatar Cyrille Pitchen 1-5/+5
2017-02-15crypto: ccp - Set the AES size field for all modesGravatar Gary R Hook 3-2/+10
2017-02-11crypto: brcm - Add Broadcom SPU driverGravatar Rob Rice 12-0/+9516
2017-02-11crypto: cavium - Enable CPT options crypto for buildGravatar George Cherian 2-0/+2
2017-02-11crypto: cavium - Add the Virtual Function driver for CPTGravatar George Cherian 8-1/+2581
2017-02-11crypto: cavium - Add Support for Octeon-tx CPT EngineGravatar George Cherian 7-0/+1774