summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2014-04-28crypto: caam - add allocation failure handling in SPRINTFCAT macroHoria Geanta-3/+7
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-1679/+1941
2014-03-21crypto: caam - add missing key_dma unmapHoria Geanta-0/+5
2014-03-21crypto: caam - add support for aead null encryptionHoria Geanta-13/+342
2014-03-21crypto: caam - remove error propagation handlingHoria Geanta-47/+7
2014-03-21crypto: caam - Fix first parameter to caam_init_rngHerbert Xu-1/+1
2014-03-10crypto: omap-sham - Map SG pages if they are HIGHMEM before accessingJoel Fernandes-1/+7
2014-03-10crypto: caam - Dynamic memory allocation for caam_rng_ctx objectNitesh Lal-6/+9
2014-03-10crypto: mxs-dcp - Optimize hashingMarek Vasut-11/+17
2014-03-10crypto: mxs-dcp - Align the bounce buffersMarek Vasut-1/+7
2014-03-10crypto: omap-des - make local functions staticJingoo Han-2/+2
2014-03-10crypto: omap-sham - Use SIMPLE_DEV_PM_OPS macroJingoo Han-3/+1
2014-03-10crypto: omap-des - Use SIMPLE_DEV_PM_OPS macroJingoo Han-3/+1
2014-03-10crypto: omap-aes - Use SIMPLE_DEV_PM_OPS macroJingoo Han-3/+1
2014-03-10crypt: bfin_crc - Remove useless SSYNC instruction and cache flush to DMA coh...Sonic Zhang-34/+11
2014-03-10crypto: sahara - Use return value of devm_request_irq() on errorAlexander Shiyan-3/+4
2014-02-27crypto: ccp - Account for CCP backlog processingTom Lendacky-7/+11
2014-02-27crypto: ccp - Invoke context callback when there is a backlog errorTom Lendacky-0/+3
2014-02-27crypto: ccp - Prevent a possible lost CCP command requestTom Lendacky-0/+4
2014-02-27crypto: caam - writel() arguments are swappedDan Carpenter-2/+2
2014-02-27crypto: tegra - remove driverStephen Warren-1202/+0
2014-02-27crypto: omap-des - Add config and build optionsJoel Fernandes-0/+12
2014-02-27crypto: omap-des - Add omap-des driver for OMAP4/AM43xxJoel Fernandes-0/+1218
2014-02-27crypto: mxs-dcp - Fix platform_get_irq() error handlingFabio Estevam-2/+7
2014-02-27crypto: s5p-sss - Use devm_ioremap_resource()Jingoo Han-9/+4
2014-02-27crypto: sahara - Use devm_ioremap_resource()Jingoo Han-16/+3
2014-02-27crypto: picoxcell - Use devm_ioremap_resource()Jingoo Han-11/+5
2014-02-11crypto/nx/nx-842: Fix handling of vmalloc addressesNathan Fontenot-10/+19
2014-02-09crypto: caam - fix ERA retrieval functionAlex Porosanu-27/+11
2014-02-09crypto: mxs-dcp: Check the return value of stmp_reset_block()Fabio Estevam-1/+3
2014-02-09crypto: mxs-dcp: Use devm_kzalloc()Fabio Estevam-7/+2
2014-02-09crypto: talitos: init the priv->alg_list more earlier in talitos_probe()Kevin Hao-2/+2
2014-02-09crypto: ccp - Perform completion callbacks using a taskletTom Lendacky-4/+17
2014-02-09crypto: ccp - Use a single queue for proper ordering of tfm requestsTom Lendacky-116/+48
2014-02-09crypto: ccp - Move HMAC calculation down to ccp ops fileTom Lendacky-110/+132
2014-02-09crypto: ccp - Allow for selective disablement of crypto API algorithmsTom Lendacky-12/+25
2014-02-09crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignmentsDave Jones-2/+2
2014-02-09crypto: caam - Fix job ring discovery in controller driverNitesh Lal-19/+6
2014-02-09crypto: dcp - Move the AES operation type from actx to rctxMarek Vasut-10/+17
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