summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: af_alg - Allow arbitrarily long algorithm namesHerbert Xu2017-04-101-2/+2
* crypto: user - Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu2017-04-102-14/+14
* hwrng: timeriomem - Improve performance for sub-jiffie update periodsRick Altherr2017-04-101-41/+45
* hwrng: timeriomem - Shorten verbose type and variable namesRick Altherr2017-04-101-14/+13Star
* hwrng: timeriomem - Migrate to new APIRick Altherr2017-04-101-30/+30
* crypto: arm64/sha - Add constant operand modifier to ASM_EXPORTMatthias Kaehlcke2017-04-102-2/+2
* crypto: xts - drop gf128mul dependencyOndrej Mosnáček2017-04-051-1/+0Star
* crypto: glue_helper - remove the le128_gf128mul_x_ble functionOndrej Mosnáček2017-04-052-11/+2Star
* crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček2017-04-056-30/+30
* crypto: gf128mul - define gf128mul_x_* in gf128mul.hOndrej Mosnáček2017-04-052-34/+54
* crypto: nx - Update MAINTAINERS entry for 842 compressionHaren Myneni2017-04-051-1/+1
* crypto: ccp - Rearrange structure members to minimize sizeGary R Hook2017-04-051-4/+4
* crypto: ccp - Remove redundant cpu-to-le32 macrosGary R Hook2017-04-051-11/+11
* ARM: configs: stm32: Add crypto supportFabien DESSENNE2017-04-051-0/+2
* ARM: dts: stm32: enable CRC on stm32746g-eval boardFabien DESSENNE2017-04-051-0/+4
* ARM: dts: stm32: Add CRC support to stm32f746Fabien DESSENNE2017-04-051-0/+7
* crypto: stm32 - Support for STM32 CRC32 crypto moduleFabien DESSENNE2017-04-055-0/+336
* dt-bindings: Document STM32 CRC bindingsFabien DESSENNE2017-04-051-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-04-0514-79/+160
|\
| * crypto: caam - fix RNG deinstantiation error checkingHoria Geantă2017-04-051-1/+2
| * crypto: caam - fix invalid dereference in caam_rsa_init_tfm()Horia Geantă2017-04-051-1/+1
| * crypto: caam - fix JR platform device subsequent (re)creationsHoria Geantă2017-04-052-45/+19Star
| * crypto: xts,lrw - fix out-of-bounds write after kmalloc failureEric Biggers2017-03-242-4/+10
| * crypto: ccp - Make some CCP DMA channels privateGary R Hook2017-03-243-0/+47
| * padata: avoid race in reorderingJason A. Donenfeld2017-03-241-2/+3
| * dt-bindings: rng: clocks property on omap_rng not always mandatoryThomas Petazzoni2017-03-241-1/+2
| * hwrng: geode - Revert managed API changesPrarit Bhargava2017-03-161-15/+35
| * hwrng: amd - Revert managed API changesPrarit Bhargava2017-03-161-8/+34
| * crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook2017-03-163-2/+6
* | crypto: ixp4xx - Use sg_virt()Geliang Tang2017-03-241-1/+1
* | crypto: DRBG - initialize SGL only onceStephan Mueller2017-03-241-3/+2Star
* | crypto: testmgr - mark ctr(des3_ede) as fips_allowedMarcelo Cerri2017-03-241-0/+1
* | crypto: zip - add a cast for printing atomic64_t valuesArnd Bergmann2017-03-241-20/+20
* | crypto: zip - Memory corruption in zip_clear_stats()Dan Carpenter2017-03-241-1/+1
* | crypto: s5p-sss - Document the struct s5p_aes_devKrzysztof Kozlowski2017-03-241-1/+26
* | crypto: s5p-sss - Remove unused variant field from state containerKrzysztof Kozlowski2017-03-241-3/+0Star
* | crypto: s5p-sss - Close possible race for completed requestsKrzysztof Kozlowski2017-03-241-2/+3
* | crypto: caam/qi - add ablkcipher and authenc algorithmsHoria Geantă2017-03-247-16/+2601
* | crypto: caam - add Queue Interface (QI) backend supportHoria Geantă2017-03-245-28/+1064
* | crypto: caam - avoid double inclusion in desc_constr.hHoria Geantă2017-03-241-0/+5
* | soc/qman: add macros needed by caam/qi driverHoria Geantă2017-03-241-0/+2
* | soc/qman: export non-programmable FQD fields queryHoria Geantă2017-03-243-63/+70
* | soc/qman: add dedicated channel ID for CAAMHoria Geantă2017-03-242-1/+8
* | soc/qman: export volatile dequeue related structsHoria Geantă2017-03-242-36/+36
* | md5: remove from lib and only live in cryptoJason A. Donenfeld2017-03-244-102/+95Star
* | crypto, x86: aesni - fix token pasting for clangMichael Davidson2017-03-241-5/+2Star
* | crypto: ccp - Enable support for AES GCM on v5 CCPsGary R Hook2017-03-246-0/+540
* | crypto: ccp - Enable 3DES function on v5 CCPsGary R Hook2017-03-249-3/+608
* | crypto: ccp - Add SHA-2 384- and 512-bit supportGary R Hook2017-03-244-3/+101
* | crypto: powerpc - Stress test for vpmsum implementationsDaniel Axtens2017-03-243-0/+146