aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-04crypto: nx - fix nx-842 pSeries driver minimum buffer sizeDan Streetman1-5/+2
2015-06-03crypto: ccp - Protect against poorly marked end of sg listTom Lendacky1-2/+5
2015-06-03crypto: nx - prevent nx 842 load if no hw driverDan Streetman6-135/+148
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-10/+11
2015-05-27crypto: ccp - Remove unused structure fieldTom Lendacky1-2/+0
2015-05-27crypto: ccp - Remove manual check and set of dma_mask pointerTom Lendacky1-2/+0
2015-05-27random: Blocking API for accessing nonblocking_poolStephan Mueller1-0/+12
2015-05-27random: Wake up all getrandom(2) callers when pool is readyHerbert Xu1-1/+1
2015-05-25crypto: mv_cesa - request registers memory regionBoris BREZILLON1-8/+5
2015-05-22crypto: nx - Remove unnecessary maxauthsize checkHerbert Xu1-3/+0
2015-05-22crypto: ixp4xx - Use crypto_aead_maxauthsizeHerbert Xu1-2/+2
2015-05-22crypto: caam - Use old_aead_algHerbert Xu1-1/+1
2015-05-18crypto: omap-sham - Add support for omap3 devicesPali Rohár1-0/+4
2015-05-18crypto: n2 - use md5 IV MD5_HX instead of their raw valueLABBE Corentin1-4/+4
2015-05-18crypto: nx - remove 842-nx null checksDan Streetman1-6/+0
2015-05-15crypto: vmx - fix two mistyped textsPaulo Flabiano Smorigo2-2/+2
2015-05-15crypto: qat - rm unneeded header includeTadeusz Struk1-1/+0
2015-05-15crypto: qat - remove unused structure membersTadeusz Struk1-12/+0
2015-05-15crypto: omap-sham - Check for return value from pm_runtime_get_syncPali Rohár1-3/+20
2015-05-13crypto: talitos - static code checker fixesHoria Geant?1-7/+5
2015-05-13crypto: talitos - avoid out of bound scatterlist iteratorHoria Geant?1-2/+2
2015-05-13Revert "crypto: talitos - convert to use be16_add_cpu()"Horia Geant?1-1/+2
2015-05-13crypto: talitos - avoid memleak in talitos_alg_alloc()Horia Geant?1-0/+1
2015-05-13crypto: talitos - fix size calculation in talitos_edesc_alloc()Dan Carpenter1-2/+2
2015-05-13crypto: qat - Use crypto_aead_set_reqsize helperHerbert Xu1-2/+3
2015-05-13crypto: picoxcell - Use crypto_aead_set_reqsize helperHerbert Xu1-1/+2
2015-05-13crypto: ixp4xx - Use crypto_aead_set_reqsize helperHerbert Xu1-1/+2
2015-05-13crypto: caam - Remove unnecessary reference to crt_aeadHerbert Xu1-48/+48
2015-05-13crypto: talitos - Include internal/aead.hHerbert Xu1-1/+1
2015-05-13crypto: qat - Include internal/aead.hHerbert Xu1-1/+1
2015-05-13crypto: nx - Include internal/aead.hHerbert Xu1-1/+1
2015-05-13crypto: ixp4xx - Include internal/aead.hHerbert Xu1-1/+1
2015-05-13crypto: caam - Include internal/aead.hHerbert Xu1-1/+1
2015-05-11crypto: qat - add driver versionAllan, Bruce W3-0/+9
2015-05-11crypto: nx - add hardware 842 crypto comp algDan Streetman3-0/+597
2015-05-11crypto: nx - simplify pSeries nx842 driverDan Streetman1-626/+153
2015-05-11crypto: nx - add PowerNV platform NX-842 driverDan Streetman6-10/+737
2015-05-11crypto: nx - add nx842 constraintsDan Streetman3-0/+50
2015-05-11crypto: nx - add NX-842 platform frontend driverDan Streetman6-44/+238
2015-05-11crypto: nx - rename nx-842.c to nx-842-pseries.cDan Streetman2-1/+1
2015-05-04hwrng: bcm63xx - Fix driver compilationÁlvaro Fernández Rojas1-9/+9
2015-04-28crypto: qat - do not duplicate string containing firmware nameAllan, Bruce W1-1/+1
2015-04-26crypto: nx - Fixing SHA update bugLeonidas Da Silva Barbosa4-119/+99
2015-04-26crypto: nx - Fixing NX data alignment with nx_sg listLeonidas Da Silva Barbosa1-4/+24
2015-04-24crypto: img-hash - CRYPTO_DEV_IMGTEC_HASH should depend on HAS_DMAGeert Uytterhoeven1-1/+2
2015-04-23crypto: caam - Remove bogus references to crypto API internalsHerbert Xu1-4/+0
2015-04-21crypto: talitos - Add fsl,sec1.0 compatibleLEROY Christophe1-0/+7
2015-04-21crypto: talitos - SEC1 bugs on 0 data hashLEROY Christophe1-0/+24
2015-04-21crypto: talitos - implement scatter/gather copy for SEC1LEROY Christophe2-38/+103
2015-04-21crypto: talitos - adapt interrupts and reset functions to SEC1LEROY Christophe2-67/+199