summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: chcr - Fix txq ids.Harsh Jain2017-04-216-21/+44
* crypto: chcr - Set hmac_ctrl bit to use HW register HMAC_CFG[456]Harsh Jain2017-04-211-19/+5
* crypto: chcr - Increase priority of AEAD algos.Harsh Jain2017-04-212-4/+12
* crypto: lz4 - fixed decompress function to return error codeMyungho Jung2017-04-102-2/+2
* padata: free correct variableJason A. Donenfeld2017-04-101-1/+1
* crypto: api - Extend algorithm name limit to 128 bytesHerbert Xu2017-04-101-1/+1
* xfrm: Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu2017-04-101-3/+3
* 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/+13
* 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/+0
* crypto: glue_helper - remove the le128_gf128mul_x_ble functionOndrej Mosnáček2017-04-052-11/+2
* 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/+19
| * 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/+2
* | 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/+0
* | 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