summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | crypto: ccp - Check for caller result area before using itTom Lendacky2014-01-152-3/+8
| * | | | crypto: ccp - Cleanup scatterlist usageTom Lendacky2014-01-152-26/+33
| * | | | crypto: ccp - Apply appropriate gfp_t type to memory allocationsTom Lendacky2014-01-152-2/+8
| * | | | crypto: drivers - Sort drivers/crypto/MakefileMarek Vasut2014-01-051-17/+17
| * | | | crypto: mxs - Add Freescale MXS DCP driverMarek Vasut2014-01-053-0/+1118
| * | | | crypto: mxs - Remove the old DCP driverMarek Vasut2014-01-053-914/+0
| * | | | crypto: talitos - Remove redundant dev_set_drvdataSachin Kamat2013-12-301-2/+0
| * | | | crypto: ccp - Remove redundant dev_set_drvdataSachin Kamat2013-12-301-2/+0
| * | | | crypto: crypto4xx - Remove redundant dev_set_drvdataSachin Kamat2013-12-301-1/+0
| * | | | crypto: caam - simplify and harden key parsingHoria Geanta2013-12-201-23/+13
| * | | | crypto: omap-sham - Fix Polling mode for larger blocksLokesh Vutla2013-12-201-3/+9
| * | | | crypto: ccp - Remove user triggerable pr_err callsTom Lendacky2013-12-203-21/+7
| * | | | crypto: ccp - CCP Kconfig fixesTom Lendacky2013-12-202-1/+2
| * | | | crypto: ccp - Fix sparse warnings in ccp-crypto-sha.cTom Lendacky2013-12-202-5/+5
| * | | | crytpo: ccp - fix coccinelle warningsFengguang Wu2013-12-093-4/+4
| * | | | crypto: omap-aes - add error check for pm_runtime_get_syncNishanth Menon2013-12-051-2/+14
| * | | | crypto: talitos - fix locating offending descriptor in error pathHoria Geanta2013-12-051-6/+15
| * | | | crypto: omap-sham - Only release DMA channel if successfully requestedMark A. Greer2013-12-051-2/+5
| * | | | crytpo: ccp - CCP device driver build filesTom Lendacky2013-12-054-0/+46
| * | | | crypto: ccp - CCP SHA crypto API supportTom Lendacky2013-12-051-0/+497
| * | | | crypto: ccp - CCP XTS-AES crypto API supportTom Lendacky2013-12-051-0/+285
| * | | | crypto: ccp - CCP AES CMAC mode crypto API supportTom Lendacky2013-12-051-0/+355
| * | | | crypto: ccp - CCP AES crypto API supportTom Lendacky2013-12-051-0/+375
| * | | | crypto: ccp - crypto API interface to the CCP device driverTom Lendacky2013-12-052-0/+623
| * | | | crypto: ccp - CCP device driver and interface supportTom Lendacky2013-12-054-0/+3234
| | |_|/ | |/| |
* / | | crypto: ixp4xx - Fix kernel compile errorKrzysztof HaƂasa2014-01-011-3/+1
|/ / /
* | | crypto: talitos - fix aead sglen for case 'dst != src'Horia Geanta2013-11-281-24/+23
* | | crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta2013-11-281-22/+29
* | | crypto: talitos - corrrectly handle zero-length assoc dataHoria Geanta2013-11-281-5/+16
* | | crypto: caam - Add missing Job Ring includeMichael Neuling2013-11-261-0/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-2321-505/+762
|\ \ | |/ |/|
| * crypto: omap-aes - Fix CTR mode counter lengthJoel Fernandes2013-10-301-1/+1
| * crypto: omap-sham - Add missing modaliasJoni Lapilainen2013-10-301-0/+1
| * crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta2013-10-304-178/+55
| * crypto: caam - Add API's to allocate/free Job RingsRuchika Gupta2013-10-303-3/+62
| * crypto: caam - Add Platform driver for Job RingRuchika Gupta2013-10-309-136/+232
| * crypto: talitos - Simplify key parsingMathias Krause2013-10-161-27/+8
| * crypto: picoxcell - Simplify and harden key parsingMathias Krause2013-10-161-24/+8
| * crypto: ixp4xx - Simplify and harden key parsingMathias Krause2013-10-161-17/+9
| * crypto: mv_cesa: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-161-1/+1
| * crypto: mv_cesa - Remove redundant of_match_ptrSachin Kamat2013-10-071-1/+1
| * crypto: sahara - Remove redundant of_match_ptrSachin Kamat2013-10-071-1/+1
| * crypto: dcp - Check the return value from devm_ioremap_resource()Fabio Estevam2013-10-071-0/+2
| * crypto: dcp - Fix the path for releasing the resourcesFabio Estevam2013-09-241-8/+10
| * crypto: dcp - Use devm_request_irq()Fabio Estevam2013-09-241-15/+7
| * crypto: dcp - Use devm_ioremap_resource()Fabio Estevam2013-09-241-6/+1
| * crypto: tegra-aes - Use devm_clk_getSachin Kamat2013-09-241-4/+1
| * crypto: tegra-aes - Fix NULL pointer dereferenceSachin Kamat2013-09-241-1/+3
| * crypto: tegra-aes - Staticize tegra_aes_cra_exitSachin Kamat2013-09-241-1/+1
| * crypto: omap-aes - Staticize local symbolsSachin Kamat2013-09-241-2/+2