summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: chcr - Fix error handling related to 'chcr_alloc_shash'Christophe Jaillet2017-04-211-3/+3
* crypto: exynos - Add new Exynos RNG driverKrzysztof Kozlowski2017-04-213-0/+405
* crypto: caam - fix error return code in caam_qi_init()Wei Yongjun2017-04-211-1/+1
* crypto: chcr - Add fallback for AEAD algosHarsh Jain2017-04-213-75/+151
* crypto: chcr - Fix txq ids.Harsh Jain2017-04-213-20/+32
* crypto: chcr - Set hmac_ctrl bit to use HW register HMAC_CFG[456]Harsh Jain2017-04-211-19/+5Star
* crypto: chcr - Increase priority of AEAD algos.Harsh Jain2017-04-212-4/+12
* crypto: ccp - Rearrange structure members to minimize sizeGary R Hook2017-04-051-4/+4
* crypto: ccp - Remove redundant cpu-to-le32 macrosGary R Hook2017-04-051-11/+11
* crypto: stm32 - Support for STM32 CRC32 crypto moduleFabien DESSENNE2017-04-055-0/+336
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-04-057-48/+75
|\
| * crypto: caam - fix RNG deinstantiation error checkingHoria Geantă2017-04-051-1/+2
| * crypto: caam - fix invalid dereference in caam_rsa_init_tfm()Horia Geantă2017-04-051-1/+1
| * crypto: caam - fix JR platform device subsequent (re)creationsHoria Geantă2017-04-052-45/+19Star
| * crypto: ccp - Make some CCP DMA channels privateGary R Hook2017-03-243-0/+47
| * crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook2017-03-162-1/+5
* | crypto: ixp4xx - Use sg_virt()Geliang Tang2017-03-241-1/+1
* | crypto: zip - add a cast for printing atomic64_t valuesArnd Bergmann2017-03-241-20/+20
* | crypto: zip - Memory corruption in zip_clear_stats()Dan Carpenter2017-03-241-1/+1
* | crypto: s5p-sss - Document the struct s5p_aes_devKrzysztof Kozlowski2017-03-241-1/+26
* | crypto: s5p-sss - Remove unused variant field from state containerKrzysztof Kozlowski2017-03-241-3/+0Star
* | crypto: s5p-sss - Close possible race for completed requestsKrzysztof Kozlowski2017-03-241-2/+3
* | crypto: caam/qi - add ablkcipher and authenc algorithmsHoria Geantă2017-03-247-16/+2601
* | crypto: caam - add Queue Interface (QI) backend supportHoria Geantă2017-03-245-28/+1064
* | crypto: caam - avoid double inclusion in desc_constr.hHoria Geantă2017-03-241-0/+5
* | 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-101-1/+1
* | | crypto: mediatek - make hardware operation flow more efficientRyder Lee2017-03-162-188/+165Star
* | | 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/+34Star
* | | crypto: mediatek - add MTK_* prefix and correct annotations.Ryder Lee2017-03-164-32/+32
* | | crypto: mediatek - rework interrupt handlerRyder Lee2017-03-163-101/+49Star
* | | 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