summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2014-02-27crypto: mxs-dcp - Fix platform_get_irq() error handlingFabio Estevam1-2/+7
2014-02-27crypto: s5p-sss - Use devm_ioremap_resource()Jingoo Han1-9/+4
2014-02-27crypto: sahara - Use devm_ioremap_resource()Jingoo Han1-16/+3
2014-02-27crypto: picoxcell - Use devm_ioremap_resource()Jingoo Han1-11/+5
2014-02-09crypto: caam - fix ERA retrieval functionAlex Porosanu2-27/+11
2014-02-09crypto: mxs-dcp: Check the return value of stmp_reset_block()Fabio Estevam1-1/+3
2014-02-09crypto: mxs-dcp: Use devm_kzalloc()Fabio Estevam1-7/+2
2014-02-09crypto: talitos: init the priv->alg_list more earlier in talitos_probe()Kevin Hao1-2/+2
2014-02-09crypto: ccp - Perform completion callbacks using a taskletTom Lendacky1-4/+17
2014-02-09crypto: ccp - Use a single queue for proper ordering of tfm requestsTom Lendacky1-116/+48
2014-02-09crypto: ccp - Move HMAC calculation down to ccp ops fileTom Lendacky3-110/+132
2014-02-09crypto: ccp - Allow for selective disablement of crypto API algorithmsTom Lendacky1-12/+25
2014-02-09crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignmentsDave Jones1-2/+2
2014-02-09crypto: caam - Fix job ring discovery in controller driverNitesh Lal1-19/+6
2014-02-09crypto: dcp - Move the AES operation type from actx to rctxMarek Vasut1-10/+17
2014-01-24Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-123/+266
2014-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds21-968/+6647
2014-01-15crypto: mxs - Fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-15crypto: ccp - CCP device enabled/disabled changesTom Lendacky2-1/+17
2014-01-15crypto: ccp - Cleanup hash invocation callsTom Lendacky2-3/+7
2014-01-15crypto: ccp - Change data length declarations to u64Tom Lendacky4-33/+53
2014-01-15crypto: ccp - Check for caller result area before using itTom Lendacky2-3/+8
2014-01-15crypto: ccp - Cleanup scatterlist usageTom Lendacky2-26/+33
2014-01-15crypto: ccp - Apply appropriate gfp_t type to memory allocationsTom Lendacky2-2/+8
2014-01-05crypto: drivers - Sort drivers/crypto/MakefileMarek Vasut1-17/+17
2014-01-05crypto: mxs - Add Freescale MXS DCP driverMarek Vasut3-0/+1118
2014-01-05crypto: mxs - Remove the old DCP driverMarek Vasut3-914/+0
2014-01-02Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson3-51/+69
2014-01-01crypto: ixp4xx - Fix kernel compile errorKrzysztof HaƂasa1-3/+1
2013-12-30crypto: talitos - Remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-12-30crypto: ccp - Remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-12-30crypto: crypto4xx - Remove redundant dev_set_drvdataSachin Kamat1-1/+0
2013-12-22Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/d...Olof Johansson3-123/+266
2013-12-20crypto: caam - simplify and harden key parsingHoria Geanta1-23/+13
2013-12-20crypto: omap-sham - Fix Polling mode for larger blocksLokesh Vutla1-3/+9
2013-12-20crypto: ccp - Remove user triggerable pr_err callsTom Lendacky3-21/+7
2013-12-20crypto: ccp - CCP Kconfig fixesTom Lendacky2-1/+2
2013-12-20crypto: ccp - Fix sparse warnings in ccp-crypto-sha.cTom Lendacky2-5/+5
2013-12-12crypto: atmel-sha - add sha information to the logNicolas Ferre1-1/+3
2013-12-12crypto: atmel-sha - add support for Device TreeNicolas Ferre1-24/+75
2013-12-12crypto: atmel-tdes - add support for Device TreeNicolas Ferre1-49/+94
2013-12-12crypto: atmel-aes - add support for Device TreeNicolas Ferre1-49/+94
2013-12-09crytpo: ccp - fix coccinelle warningsFengguang Wu3-4/+4
2013-12-05crypto: omap-aes - add error check for pm_runtime_get_syncNishanth Menon1-2/+14
2013-12-05crypto: talitos - fix locating offending descriptor in error pathHoria Geanta1-6/+15
2013-12-05crypto: omap-sham - Only release DMA channel if successfully requestedMark A. Greer1-2/+5
2013-12-05crytpo: ccp - CCP device driver build filesTom Lendacky4-0/+46
2013-12-05crypto: ccp - CCP SHA crypto API supportTom Lendacky1-0/+497
2013-12-05crypto: ccp - CCP XTS-AES crypto API supportTom Lendacky1-0/+285
2013-12-05crypto: ccp - CCP AES CMAC mode crypto API supportTom Lendacky1-0/+355