summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2014-02-11crypto/nx/nx-842: Fix handling of vmalloc addressesNathan Fontenot-10/+19
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-123/+266
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-968/+6647
2014-01-15crypto: mxs - Fix sparse non static symbol warningWei Yongjun-1/+1
2014-01-15crypto: ccp - CCP device enabled/disabled changesTom Lendacky-1/+17
2014-01-15crypto: ccp - Cleanup hash invocation callsTom Lendacky-3/+7
2014-01-15crypto: ccp - Change data length declarations to u64Tom Lendacky-33/+53
2014-01-15crypto: ccp - Check for caller result area before using itTom Lendacky-3/+8
2014-01-15crypto: ccp - Cleanup scatterlist usageTom Lendacky-26/+33
2014-01-15crypto: ccp - Apply appropriate gfp_t type to memory allocationsTom Lendacky-2/+8
2014-01-05crypto: drivers - Sort drivers/crypto/MakefileMarek Vasut-17/+17
2014-01-05crypto: mxs - Add Freescale MXS DCP driverMarek Vasut-0/+1118
2014-01-05crypto: mxs - Remove the old DCP driverMarek Vasut-914/+0
2014-01-02Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson-51/+69
2014-01-01crypto: ixp4xx - Fix kernel compile errorKrzysztof HaƂasa-3/+1
2013-12-30crypto: talitos - Remove redundant dev_set_drvdataSachin Kamat-2/+0
2013-12-30crypto: ccp - Remove redundant dev_set_drvdataSachin Kamat-2/+0
2013-12-30crypto: crypto4xx - Remove redundant dev_set_drvdataSachin Kamat-1/+0
2013-12-22Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/d...Olof Johansson-123/+266
2013-12-20crypto: caam - simplify and harden key parsingHoria Geanta-23/+13
2013-12-20crypto: omap-sham - Fix Polling mode for larger blocksLokesh Vutla-3/+9
2013-12-20crypto: ccp - Remove user triggerable pr_err callsTom Lendacky-21/+7
2013-12-20crypto: ccp - CCP Kconfig fixesTom Lendacky-1/+2
2013-12-20crypto: ccp - Fix sparse warnings in ccp-crypto-sha.cTom Lendacky-5/+5
2013-12-12crypto: atmel-sha - add sha information to the logNicolas Ferre-1/+3
2013-12-12crypto: atmel-sha - add support for Device TreeNicolas Ferre-24/+75
2013-12-12crypto: atmel-tdes - add support for Device TreeNicolas Ferre-49/+94
2013-12-12crypto: atmel-aes - add support for Device TreeNicolas Ferre-49/+94
2013-12-09crytpo: ccp - fix coccinelle warningsFengguang Wu-4/+4
2013-12-05crypto: omap-aes - add error check for pm_runtime_get_syncNishanth Menon-2/+14
2013-12-05crypto: talitos - fix locating offending descriptor in error pathHoria Geanta-6/+15
2013-12-05crypto: omap-sham - Only release DMA channel if successfully requestedMark A. Greer-2/+5
2013-12-05crytpo: ccp - CCP device driver build filesTom Lendacky-0/+46
2013-12-05crypto: ccp - CCP SHA crypto API supportTom Lendacky-0/+497
2013-12-05crypto: ccp - CCP XTS-AES crypto API supportTom Lendacky-0/+285
2013-12-05crypto: ccp - CCP AES CMAC mode crypto API supportTom Lendacky-0/+355
2013-12-05crypto: ccp - CCP AES crypto API supportTom Lendacky-0/+375
2013-12-05crypto: ccp - crypto API interface to the CCP device driverTom Lendacky-0/+623
2013-12-05crypto: ccp - CCP device driver and interface supportTom Lendacky-0/+3234
2013-11-28crypto: talitos - fix aead sglen for case 'dst != src'Horia Geanta-24/+23
2013-11-28crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta-22/+29
2013-11-28crypto: talitos - corrrectly handle zero-length assoc dataHoria Geanta-5/+16
2013-11-26crypto: caam - Add missing Job Ring includeMichael Neuling-0/+1
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-505/+762
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang-1/+1
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-24/+24
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring-0/+3
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring-3/+3
2013-10-31DMA-API: crypto: remove last references to 'static struct device *dev'Russell King-5/+8
2013-10-31DMA-API: crypto: fix ixp4xx crypto platform device supportRussell King-20/+17