summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2017-02-232-141/+65Star
* crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2017-02-232-53/+10Star
* crypto: cavium - remove dead MSI-X related defineChristoph Hellwig2017-02-231-2/+0Star
* crypto: brcm - Avoid double free in ahash_finup()Rob Rice2017-02-151-1/+0Star
* crypto: cavium - fix Kconfig dependenciesArnd Bergmann2017-02-151-1/+2
* crypto: cavium - cpt_bind_vq_to_grp could return an error codeGeorge Cherian2017-02-151-2/+2
* crypto: caam - fix state buffer DMA (un)mappingHoria Geantă2017-02-151-55/+52Star
* crypto: caam - abstract ahash request double bufferingHoria Geantă2017-02-151-29/+48
* crypto: caam - fix error path for ctx_dma mapping failureHoria Geantă2017-02-151-1/+6
* crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă2017-02-152-252/+102Star
* crypto: caam - don't dma_map key for hash algorithmsHoria Geantă2017-02-151-17/+1Star
* crypto: caam - use dma_map_sg() return codeHoria Geantă2017-02-151-62/+71
* crypto: caam - replace sg_count() with sg_nents_for_len()Horia Geantă2017-02-152-112/+88Star
* crypto: caam - check sg_count() return valueHoria Geantă2017-02-151-2/+42
* crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()Horia Geantă2017-02-151-4/+4
* crypto: caam - fix JR IO mapping if one failsTudor Ambarus2017-02-151-8/+9
* crypto: caam - check return code of dma_set_mask_and_coherent()Horia Geantă2017-02-152-10/+24
* crypto: caam - don't include unneeded headersHoria Geantă2017-02-152-3/+0Star
* crypto: ccp - Simplify some buffer management routinesGary R Hook2017-02-151-86/+56Star
* crypto: ccp - Update the command queue on errorsGary R Hook2017-02-151-2/+5
* crypto: ccp - Change mode for detailed CCP init messagesGary R Hook2017-02-151-3/+2Star
* crypto: atmel-sha - fix error management in atmel_sha_start()Cyrille Pitchen2017-02-151-5/+22
* crypto: atmel-sha - fix missing "return" instructionsCyrille Pitchen2017-02-151-5/+5
* crypto: ccp - Set the AES size field for all modesGary R Hook2017-02-153-2/+10
* crypto: brcm - Add Broadcom SPU driverRob Rice2017-02-1112-0/+9516
* crypto: cavium - Enable CPT options crypto for buildGeorge Cherian2017-02-112-0/+2
* crypto: cavium - Add the Virtual Function driver for CPTGeorge Cherian2017-02-118-1/+2581
* crypto: cavium - Add Support for Octeon-tx CPT EngineGeorge Cherian2017-02-117-0/+1774
* crypto: atmel - fix 64-bit build warningsArnd Bergmann2017-02-112-15/+15
* crypto: atmel - refine Kconfig dependenciesArnd Bergmann2017-02-111-4/+5
* crypto: chcr - Fix Smatch ComplaintHarsh Jain2017-02-031-2/+3
* crypto: chcr - Fix wrong typecastingHarsh Jain2017-02-031-5/+4Star
* crypto: chcr - Change algo priorityHarsh Jain2017-02-031-1/+1
* crypto: chcr - Change cra_flags for cipher algosHarsh Jain2017-02-031-3/+3
* crypto: chcr - Use cipher instead of Block Cipher in gcm setkeyHarsh Jain2017-02-031-11/+9Star
* crypto: chcr - fix itnull.cocci warningsHarsh Jain2017-02-031-1/+1
* crypto: chcr - Change flow IDsHarsh Jain2017-02-033-12/+16
* crypto: atmel-sha - add verbose debug facilities to print hw register namesCyrille Pitchen2017-02-031-2/+108
* crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modesCyrille Pitchen2017-02-036-15/+883
* crypto: atmel-aes - fix atmel_aes_handle_queue()Cyrille Pitchen2017-02-031-2/+5
* crypto: atmel-sha - add support to hmac(shaX)Cyrille Pitchen2017-02-032-1/+601
* crypto: atmel-sha - add simple DMA transfersCyrille Pitchen2017-02-031-0/+116
* crypto: atmel-sha - add atmel_sha_cpu_start()Cyrille Pitchen2017-02-031-0/+90
* crypto: atmel-sha - add SHA_MR_MODE_IDATAR0Cyrille Pitchen2017-02-031-0/+1
* crypto: atmel-sha - add atmel_sha_wait_for_data_ready()Cyrille Pitchen2017-02-031-0/+13
* crypto: atmel-sha - redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA*Cyrille Pitchen2017-02-032-13/+33
* crypto: atmel-sha - make atmel_sha_done_task more genericCyrille Pitchen2017-02-031-5/+16
* crypto: atmel-sha - update request queue management to make it more genericCyrille Pitchen2017-02-031-20/+54
* crypto: atmel-sha - create function to get an Atmel SHA deviceCyrille Pitchen2017-02-031-4/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-02-036-37/+46
|\