summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-09-13crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?1-3/+4
2015-08-17crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu1-1/+0
2015-07-10Revert "crypto: talitos - convert to use be16_add_cpu()"Horia Geant?1-1/+2
2015-07-10crypto: talitos - avoid memleak in talitos_alg_alloc()Horia Geant?1-0/+1
2015-06-29crypto: caam - fix RNG buffer cache alignmentSteve Cornelius1-1/+1
2015-01-30crypto: prefix module autoloading with "crypto-"Kees Cook4-11/+11
2014-09-06crypto: ux500 - make interrupt mode plausibleArnd Bergmann1-13/+12
2014-06-08crypto: caam - add allocation failure handling in SPRINTFCAT macroHoria Geanta1-3/+7
2013-08-04crypto: caam - Fixed the memory out of bound overwrite issueVakul Garg1-1/+1
2013-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2013-06-05crypto: sahara - fix building as moduleArnd Bergmann1-1/+1
2013-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2013-05-24drivers/crypto/nx: Fixes for multiple races and issuesKent Yoder6-38/+19
2013-05-14crypto: caam - fix inconsistent assoc dma mapping directionHoria Geanta1-2/+2
2013-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds23-321/+2312
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+0
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-04-25crypto: caam - fix job ring cleanup codeVakul Garg2-0/+5
2013-04-25crypto: caam - static constify error dataKim Phillips1-5/+5
2013-04-25crypto: caam - change key gen functions to return signed intKim Phillips3-4/+4
2013-04-09Merge branch 'mxs/cleanup' into next/multiplatformArnd Bergmann3-54/+4
2013-04-08ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>Linus Walleij3-4/+0
2013-04-05crypto: ux500 - add missing commaLinus Walleij1-1/+1
2013-04-03crypto: ux500 - fix error return code in hash_dma_final()Wei Yongjun1-0/+2
2013-03-22crypto: picoxcell - Use of_match_ptr() macroSachin Kamat1-3/+1
2013-03-22crypto: caam - Fix missing init of '.type' in AEAD algos.Vakul Garg1-0/+6
2013-03-22crypto: caam - set RDB bit in security configuration registerVakul Garg2-1/+6
2013-03-21crypto: ux500 - replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur1-3/+1
2013-03-21crypto: sahara - Add driver for SAHARA2 accelerator.Javier Martin3-0/+1081
2013-03-21Revert "crypto: caam - add IPsec ESN support"Horia Geanta2-26/+2
2013-03-21Revert "crypto: talitos - add IPsec ESN support"Horia Geanta1-28/+2
2013-03-18treewide: Fix typos in printk and commentMasanari Iida1-1/+1
2013-03-10crypto: caam - fix typo "CRYPTO_AHASH"Paul Bolle1-1/+1
2013-03-10crypto: omap-sham - Use module_platform_driver macroSachin Kamat1-12/+1
2013-03-10crypto: omap-aes - Use module_platform_driver macroSachin Kamat1-12/+1
2013-03-10crypto: omap-aes - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes1-1/+1
2013-03-10crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes1-1/+1
2013-03-10crypto: bfin_crc - Fix possible NULL pointer dereferenceSyam Sidhardhan1-3/+3
2013-03-10crypto: atmel-sha - add support for latest release of the IP (0x410)Nicolas Royer3-104/+497
2013-03-10crypto: atmel-tdes - add support for latest release of the IP (0x700)Nicolas Royer2-53/+343
2013-03-10crypto: atmel-aes - add support for latest release of the IP (0x130)Nicolas Royer1-118/+353
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-378/+1210
2013-02-04crypto: atmel-aes - adjust duplicate testJulia Lawall1-1/+1
2013-01-20crypto: omap-sham - Fix compile errors when CONFIG_OF not definedMark A. Greer1-1/+5
2013-01-20crypto: s5p-sss - Use devm_clk_get()Jingoo Han1-3/+1
2013-01-20crypto: omap-aes - Add CTR algorithm SupportMark A. Greer1-15/+128
2013-01-20crypto: omap-aes - Add OMAP4/AM33XX AES SupportMark A. Greer1-33/+125
2013-01-20crypto: omap-aes - Convert to dma_request_slave_channel_compat()Mark A. Greer1-4/+8
2013-01-20crypto: omap-aes - Add Device Tree SupportMark A. Greer1-26/+97
2013-01-20crypto: omap-aes - Remove usage of private DMA APIMark A. Greer1-133/+0