aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-42/+49
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2017-03-02crypto: vmx - Use skcipher for xts fallbackPaulo Flabiano Smorigo1-16/+16
2017-03-02crypto: vmx - Use skcipher for cbc fallbackPaulo Flabiano Smorigo1-23/+24
2017-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-9/+23
2017-02-27scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+1
2017-02-27crypto: atmel - CRYPTO_DEV_MEDIATEK should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2017-02-27crypto: atmel - CRYPTO_DEV_ATMEL_TDES and CRYPTO_DEV_ATMEL_SHA should depend on HAS_DMAGeert Uytterhoeven1-0/+2
2017-02-27crypto: cavium - fix leak on curr if curr->head fails to be allocatedColin Ian King1-0/+1
2017-02-27crypto: cavium - Fix couple of static checker errorsGeorge Cherian2-3/+5
2017-02-25treewide: Remove remaining executable attributes from source filesJoe Perches1-0/+0
2017-02-24s390/crypt: Add protected key AES moduleMartin Schwidefsky1-0/+1
2017-02-23crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2-141/+65
2017-02-23crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2-53/+10
2017-02-23crypto: cavium - remove dead MSI-X related defineChristoph Hellwig1-2/+0
2017-02-23s390/pkey: Introduce pkey kernel moduleHarald Freudenberger1-0/+16
2017-02-23s390/zcrypt: Rework CONFIG_ZCRYPT Kconfig text.Harald Freudenberger1-9/+6
2017-02-15crypto: brcm - Avoid double free in ahash_finup()Rob Rice1-1/+0
2017-02-15crypto: cavium - fix Kconfig dependenciesArnd Bergmann1-1/+2
2017-02-15crypto: cavium - cpt_bind_vq_to_grp could return an error codeGeorge Cherian1-2/+2
2017-02-15crypto: caam - fix state buffer DMA (un)mappingHoria Geantă1-55/+52
2017-02-15crypto: caam - abstract ahash request double bufferingHoria Geantă1-29/+48
2017-02-15crypto: caam - fix error path for ctx_dma mapping failureHoria Geantă1-1/+6
2017-02-15crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă2-252/+102
2017-02-15crypto: caam - don't dma_map key for hash algorithmsHoria Geantă1-17/+1
2017-02-15crypto: caam - use dma_map_sg() return codeHoria Geantă1-62/+71
2017-02-15crypto: caam - replace sg_count() with sg_nents_for_len()Horia Geantă2-112/+88
2017-02-15crypto: caam - check sg_count() return valueHoria Geantă1-2/+42
2017-02-15crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()Horia Geantă1-4/+4
2017-02-15crypto: caam - fix JR IO mapping if one failsTudor Ambarus1-8/+9
2017-02-15crypto: caam - check return code of dma_set_mask_and_coherent()Horia Geantă2-10/+24
2017-02-15crypto: caam - don't include unneeded headersHoria Geantă2-3/+0
2017-02-15crypto: ccp - Simplify some buffer management routinesGary R Hook1-86/+56
2017-02-15crypto: ccp - Update the command queue on errorsGary R Hook1-2/+5
2017-02-15crypto: ccp - Change mode for detailed CCP init messagesGary R Hook1-3/+2
2017-02-15crypto: atmel-sha - fix error management in atmel_sha_start()Cyrille Pitchen1-5/+22
2017-02-15crypto: atmel-sha - fix missing "return" instructionsCyrille Pitchen1-5/+5
2017-02-15crypto: ccp - Set the AES size field for all modesGary R Hook3-2/+10
2017-02-11crypto: brcm - Add Broadcom SPU driverRob Rice12-0/+9516
2017-02-11crypto: cavium - Enable CPT options crypto for buildGeorge Cherian2-0/+2
2017-02-11crypto: cavium - Add the Virtual Function driver for CPTGeorge Cherian8-1/+2581
2017-02-11crypto: cavium - Add Support for Octeon-tx CPT EngineGeorge Cherian7-0/+1774
2017-02-11crypto: atmel - fix 64-bit build warningsArnd Bergmann2-15/+15
2017-02-11crypto: atmel - refine Kconfig dependenciesArnd Bergmann1-4/+5
2017-02-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-40/+50
2017-02-03crypto: chcr - Fix Smatch ComplaintHarsh Jain1-2/+3
2017-02-03crypto: chcr - Fix wrong typecastingHarsh Jain1-5/+4