summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* crypto: chcr - Fix Smatch ComplaintHarsh Jain2017-02-031-2/+3
* crypto: chcr - Fix wrong typecastingHarsh Jain2017-02-031-5/+4
* 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/+9
* crypto: chcr - fix itnull.cocci warningsHarsh Jain2017-02-031-1/+1
* crypto: chcr - Change flow IDsHarsh Jain2017-02-034-12/+24
* 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
|\
| * crypto: chcr - Fix key length for RFC4106Harsh Jain2017-02-031-2/+2
| * crypto: ccp - Fix double add when creating new DMA commandGary R Hook2017-02-032-1/+6
| * crypto: ccp - Fix DMA operations when IOMMU is enabledGary R Hook2017-02-031-1/+1
| * crypto: chcr - Check device is allocated before useHarsh Jain2017-02-031-10/+8
| * crypto: chcr - Fix panic on dma_unmap_sgHarsh Jain2017-02-032-23/+29
| * crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu2017-02-021-2/+2
| * crypto: qat - fix bar discovery for c62xGiovanni Cabiddu2017-02-022-1/+2
* | crypto: vmx - disable preemption to enable vsx in aes_ctr.cLi Zhong2017-01-231-0/+6
* | crypto: mediatek - add support to GCM modeRyder Lee2017-01-233-4/+369
* | crypto: mediatek - add support to CTR modeRyder Lee2017-01-231-5/+146
* | crypto: mediatek - fix typo and indentationRyder Lee2017-01-233-69/+63
* | crypto: mediatek - regroup functions by usageRyder Lee2017-01-231-131/+141
* | crypto: mediatek - rework crypto request completionRyder Lee2017-01-232-12/+16
* | crypto: mediatek - make crypto request queue management more genericRyder Lee2017-01-232-36/+53
* | crypto: mediatek - fix incorrect data transfer resultRyder Lee2017-01-233-32/+47
* | crypto: mediatek - move HW control data to transformation contextRyder Lee2017-01-233-145/+126
* | crypto: img-hash - use dma_data_direction when calling dma_map_sgNicolas Iooss2017-01-231-2/+2
* | crypto: virtio - adjust priority of algorithmGonglei \(Arei\)2017-01-131-1/+1
* | hwrng: n2 - update version infoShannon Nelson2017-01-131-4/+4
* | hwrng: n2 - support new hardware register layoutShannon Nelson2017-01-132-46/+134
* | hwrng: n2 - add device data descriptionsShannon Nelson2017-01-132-8/+54
* | hwrng: n2 - limit error spewage when self-test failsShannon Nelson2017-01-131-1/+4
* | crypto: mediatek - make symbol of_crypto_id staticWei Yongjun2017-01-131-1/+1
* | crypto: mediatek - fix format string for 64-bit buildsArnd Bergmann2017-01-132-3/+3
* | crypto: mediatek - remove ARM dependenciesArnd Bergmann2017-01-131-7/+4
* | crypto: mediatek - don't return garbage err on successful returnColin Ian King2017-01-131-1/+1
* | crypto: picoxcell - Remove spacc_is_compatible() wrapper functionJavier Martinez Canillas2017-01-131-18/+3
* | crypto: picoxcell - Remove platform device ID tableJavier Martinez Canillas2017-01-131-7/+0
* | crypto: picoxcell - Allow driver to build COMPILE_TEST is enabledJavier Martinez Canillas2017-01-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-01-12160-995/+1711
|\ \