aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-02-11crypto: atmel - fix 64-bit build warningsGravatar Arnd Bergmann 2-15/+15
2017-02-11crypto: atmel - refine Kconfig dependenciesGravatar Arnd Bergmann 1-4/+5
2017-02-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 9-40/+50
2017-02-03crypto: chcr - Fix Smatch ComplaintGravatar Harsh Jain 1-2/+3
2017-02-03crypto: chcr - Fix wrong typecastingGravatar Harsh Jain 1-5/+4
2017-02-03crypto: chcr - Change algo priorityGravatar Harsh Jain 1-1/+1
2017-02-03crypto: chcr - Change cra_flags for cipher algosGravatar Harsh Jain 1-3/+3
2017-02-03crypto: chcr - Use cipher instead of Block Cipher in gcm setkeyGravatar Harsh Jain 1-11/+9
2017-02-03crypto: chcr - fix itnull.cocci warningsGravatar Harsh Jain 1-1/+1
2017-02-03crypto: chcr - Change flow IDsGravatar Harsh Jain 3-12/+16
2017-02-03crypto: atmel-sha - add verbose debug facilities to print hw register namesGravatar Cyrille Pitchen 1-2/+108
2017-02-03crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modesGravatar Cyrille Pitchen 6-15/+883
2017-02-03crypto: atmel-aes - fix atmel_aes_handle_queue()Gravatar Cyrille Pitchen 1-2/+5
2017-02-03crypto: atmel-sha - add support to hmac(shaX)Gravatar Cyrille Pitchen 2-1/+601
2017-02-03crypto: atmel-sha - add simple DMA transfersGravatar Cyrille Pitchen 1-0/+116