summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccp - Enable support for AES GCM on v5 CCPsGary R Hook2017-03-245-0/+531
* crypto: ccp - Enable 3DES function on v5 CCPsGary R Hook2017-03-248-2/+552
* crypto: ccp - Add SHA-2 384- and 512-bit supportGary R Hook2017-03-243-3/+99
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-03-241-1/+1
|\
| * Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-03-151-47/+85
| |\
| * | scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
* | | crypto: mediatek - make hardware operation flow more efficientRyder Lee2017-03-162-188/+165
* | | crypto: mediatek - add mtk_aes_gcm_tag_verify()Ryder Lee2017-03-162-2/+24
* | | crypto: mediatek - fix error handling in mtk_aes_complete()Ryder Lee2017-03-161-16/+23
* | | crypto: mediatek - add queue_task taskletRyder Lee2017-03-163-12/+39
* | | crypto: mediatek - simplify descriptor ring managementRyder Lee2017-03-164-26/+34
* | | crypto: mediatek - make mtk_sha_xmit() more genericRyder Lee2017-03-162-86/+34
* | | crypto: mediatek - add MTK_* prefix and correct annotations.Ryder Lee2017-03-164-32/+32
* | | crypto: mediatek - rework interrupt handlerRyder Lee2017-03-163-101/+49
* | | crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers2017-03-091-1/+1
* | | crypto: bcm - fix spelling mistake: "genereate" -> "generate"Colin Ian King2017-03-091-1/+1
* | | crypto: zip - Add Compression/Decompression statisticsMahipal Challa2017-03-094-0/+271
* | | crypto: zip - Wire-up Compression / decompression HW offloadMahipal Challa2017-03-099-58/+845
* | | crypto: zip - Add ThunderX ZIP driver coreMahipal Challa2017-03-0913-0/+2805
| |/ |/|
* | crypto: s5p-sss - Fix spinlock recursion on LRW(AES)Krzysztof Kozlowski2017-03-091-45/+82
* | crypto: s5p-sss - Fix completing crypto request in IRQ handlerKrzysztof Kozlowski2017-03-081-2/+3
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-03-045-42/+49
|\
| * crypto: vmx - Use skcipher for xts fallbackPaulo Flabiano Smorigo2017-03-021-16/+16
| * crypto: vmx - Use skcipher for cbc fallbackPaulo Flabiano Smorigo2017-03-021-23/+24
| * crypto: atmel - CRYPTO_DEV_MEDIATEK should depend on HAS_DMAGeert Uytterhoeven2017-02-271-0/+1
| * crypto: atmel - CRYPTO_DEV_ATMEL_TDES and CRYPTO_DEV_ATMEL_SHA should depend ...Geert Uytterhoeven2017-02-271-0/+2
| * crypto: cavium - fix leak on curr if curr->head fails to be allocatedColin Ian King2017-02-271-0/+1
| * crypto: cavium - Fix couple of static checker errorsGeorge Cherian2017-02-272-3/+5
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-021-1/+1
|\ \
| * | virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-271-1/+1
|\ \ \
| * | | scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-02-271-9/+23
|\ \ \ \ | |/ / / |/| | |
| * | | s390/crypt: Add protected key AES moduleMartin Schwidefsky2017-02-241-0/+1
| * | | s390/pkey: Introduce pkey kernel moduleHarald Freudenberger2017-02-231-0/+16
| * | | s390/zcrypt: Rework CONFIG_ZCRYPT Kconfig text.Harald Freudenberger2017-02-231-9/+6
| |/ /
| * | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-069-40/+50
| |\ \
* | | | treewide: Remove remaining executable attributes from source filesJoe Perches2017-02-251-0/+0
| |_|/ |/| |
* | | crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2017-02-232-141/+65
* | | crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2017-02-232-53/+10
* | | crypto: cavium - remove dead MSI-X related defineChristoph Hellwig2017-02-231-2/+0
* | | crypto: brcm - Avoid double free in ahash_finup()Rob Rice2017-02-151-1/+0
* | | 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/+52
* | | 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/+102
* | | crypto: caam - don't dma_map key for hash algorithmsHoria Geantă2017-02-151-17/+1
* | | crypto: caam - use dma_map_sg() return codeHoria Geantă2017-02-151-62/+71
OpenPOWER on IntegriCloud