summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: talitos - fix aead sglen for case 'dst != src'Horia Geanta2013-11-281-24/+23Star
* 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-2421-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/+55Star
| * 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/+8Star
| * crypto: picoxcell - Simplify and harden key parsingMathias Krause2013-10-161-24/+8Star
| * crypto: ixp4xx - Simplify and harden key parsingMathias Krause2013-10-161-17/+9Star
| * 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-231-8/+10
| * crypto: dcp - Use devm_request_irq()Fabio Estevam2013-09-231-15/+7Star
| * crypto: dcp - Use devm_ioremap_resource()Fabio Estevam2013-09-231-6/+1Star
| * crypto: tegra-aes - Use devm_clk_getSachin Kamat2013-09-231-4/+1Star
| * crypto: tegra-aes - Fix NULL pointer dereferenceSachin Kamat2013-09-231-1/+3
| * crypto: tegra-aes - Staticize tegra_aes_cra_exitSachin Kamat2013-09-231-1/+1
| * crypto: omap-aes - Staticize local symbolsSachin Kamat2013-09-231-2/+2
| * crypto: mv_cesa - Staticize local symbolsSachin Kamat2013-09-231-5/+5
| * crypto: caam - map src buffer before accessYashpal Dutta2013-09-231-9/+25
| * crypto: caam - enable instantiation of all RNG4 state handlesAlex Porosanu2013-09-133-52/+169
| * crypto: caam - fix RNG4 AAI definesAlex Porosanu2013-09-132-9/+10
| * crypto: caam - uninstantiate RNG state handle 0 if instantiated by caam driverAlex Porosanu2013-09-132-6/+57
| * crypto: caam - split RNG4 instantiation functionAlex Porosanu2013-09-131-48/+92
| * crypto: caam - fix RNG4 instantiationAlex Porosanu2013-09-132-18/+52
| * crypto: caam - fix hash, alg and rng registration if CAAM driver not initializedAlex Porosanu2013-09-133-0/+21
| * crypto: caam - fix RNG state handle instantiation descriptorAlex Porosanu2013-09-131-1/+3
| * crypto: tegra - use kernel entropy instead of ad-hocLinus Walleij2013-09-131-12/+3Star
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-131-24/+24
|\ \
| * | DMA-API: crypto: remove last references to 'static struct device *dev'Russell King2013-10-311-5/+8
| * | DMA-API: crypto: fix ixp4xx crypto platform device supportRussell King2013-10-311-20/+17Star
| |/
* | powerpc: add missing explicit OF includes for ppcRob Herring2013-11-111-0/+3
* | Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-073-3/+3
|\ \
| * | of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-243-3/+3
| |/
* / drivers: clean-up prom.h implicit includesRob Herring2013-10-103-0/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2013-09-072-60/+2Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-241-1/+1
| |\
| | * crypto: caam - Fixed the memory out of bound overwrite issueVakul Garg2013-07-101-1/+1
| * | crypto: talitos: use sg_pcopy_to_buffer()Akinobu Mita2013-07-091-59/+1Star
* | | crypto: nx - fix SHA-2 for chunks bigger than block sizeMarcelo Cerri2013-09-022-2/+2
* | | crypto: nx - fix GCM for zero length messagesMarcelo Cerri2013-09-021-20/+112
* | | crypto: nx - fix XCBC for zero length messagesMarcelo Cerri2013-09-021-7/+77
* | | crypto: nx - fix limits to sg lists for AES-CCMFionnuala Gunter2013-09-021-75/+208