summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2014-01-01crypto: ixp4xx - Fix kernel compile errorKrzysztof HaƂasa-3/+1
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
2013-10-30crypto: omap-aes - Fix CTR mode counter lengthJoel Fernandes-1/+1
2013-10-30crypto: omap-sham - Add missing modaliasJoni Lapilainen-0/+1
2013-10-30crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta-178/+55
2013-10-30crypto: caam - Add API's to allocate/free Job RingsRuchika Gupta-3/+62
2013-10-30crypto: caam - Add Platform driver for Job RingRuchika Gupta-136/+232
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding-3/+3
2013-10-16crypto: talitos - Simplify key parsingMathias Krause-27/+8
2013-10-16crypto: picoxcell - Simplify and harden key parsingMathias Krause-24/+8
2013-10-16crypto: ixp4xx - Simplify and harden key parsingMathias Krause-17/+9
2013-10-16crypto: mv_cesa: remove deprecated IRQF_DISABLEDMichael Opdenacker-1/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring-0/+7
2013-10-07crypto: mv_cesa - Remove redundant of_match_ptrSachin Kamat-1/+1
2013-10-07crypto: sahara - Remove redundant of_match_ptrSachin Kamat-1/+1
2013-10-07crypto: dcp - Check the return value from devm_ioremap_resource()Fabio Estevam-0/+2
2013-09-24crypto: dcp - Fix the path for releasing the resourcesFabio Estevam-8/+10
2013-09-24crypto: dcp - Use devm_request_irq()Fabio Estevam-15/+7
2013-09-24crypto: dcp - Use devm_ioremap_resource()Fabio Estevam-6/+1
2013-09-24crypto: tegra-aes - Use devm_clk_getSachin Kamat-4/+1
2013-09-24crypto: tegra-aes - Fix NULL pointer dereferenceSachin Kamat-1/+3
2013-09-24crypto: tegra-aes - Staticize tegra_aes_cra_exitSachin Kamat-1/+1
2013-09-24crypto: omap-aes - Staticize local symbolsSachin Kamat-2/+2
2013-09-24crypto: mv_cesa - Staticize local symbolsSachin Kamat-5/+5
2013-09-24crypto: caam - map src buffer before accessYashpal Dutta-9/+25
2013-09-13crypto: caam - enable instantiation of all RNG4 state handlesAlex Porosanu-52/+169
2013-09-13crypto: caam - fix RNG4 AAI definesAlex Porosanu-9/+10
2013-09-13crypto: caam - uninstantiate RNG state handle 0 if instantiated by caam driverAlex Porosanu-6/+57
2013-09-13crypto: caam - split RNG4 instantiation functionAlex Porosanu-48/+92
2013-09-13crypto: caam - fix RNG4 instantiationAlex Porosanu-18/+52
2013-09-13crypto: caam - fix hash, alg and rng registration if CAAM driver not initializedAlex Porosanu-0/+21
2013-09-13crypto: caam - fix RNG state handle instantiation descriptorAlex Porosanu-1/+3
2013-09-13crypto: tegra - use kernel entropy instead of ad-hocLinus Walleij-12/+3
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu-60/+2
2013-09-02crypto: nx - fix SHA-2 for chunks bigger than block sizeMarcelo Cerri-2/+2
2013-09-02crypto: nx - fix GCM for zero length messagesMarcelo Cerri-20/+112
2013-09-02crypto: nx - fix XCBC for zero length messagesMarcelo Cerri-7/+77
2013-09-02crypto: nx - fix limits to sg lists for AES-CCMFionnuala Gunter-75/+208
2013-09-02crypto: nx - fix limits to sg lists for AES-XCBCFionnuala Gunter-47/+66
2013-09-02crypto: nx - fix limits to sg lists for AES-GCMMarcelo Cerri-66/+136