summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-14151-4462/+15711
|\
| * crypto: testmgr - fix overlap in chunked tests againArd Biesheuvel2016-12-081-1/+1
| * crypto: arm/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel2016-12-074-0/+555
| * crypto: arm64/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel2016-12-074-0/+487
| * crypto: arm/crct10dif - port x86 SSE implementation to ARMArd Biesheuvel2016-12-074-0/+535
| * crypto: arm64/crct10dif - port x86 SSE implementation to arm64Ard Biesheuvel2016-12-074-0/+495
| * crypto: testmgr - add/enhance test cases for CRC-T10DIFArd Biesheuvel2016-12-071-28/+42
| * crypto: testmgr - avoid overlap in chunked testsArd Biesheuvel2016-12-071-1/+1
| * crypto: chcr - checking for IS_ERR() instead of NULLDan Carpenter2016-12-071-9/+8
| * crypto: caam - check caam_emi_slow instead of re-lookup platformMarcus Folkesson2016-12-071-3/+3
| * crypto: algif_aead - fix AIO handling of zero bufferStephan Mueller2016-12-011-2/+3
| * crypto: aes-ce - Make aes_simd_algs staticHerbert Xu2016-12-011-1/+1
| * crypto: algif_skcipher - set error code when kcalloc failsPan Bian2016-12-011-1/+3
| * crypto: caam - make aamalg_desc a proper moduleArnd Bergmann2016-12-012-1/+5
| * crypto: caam - pass key buffers with typesafe pointersArnd Bergmann2016-12-013-59/+62
| * crypto: arm64/aes-ce-ccm - Fix AEAD decryption lengthHerbert Xu2016-12-011-2/+2
| * MAINTAINERS: add crypto headers to crypto entryBaruch Siach2016-12-011-0/+1
| * crypt: doc - remove misleading mention of async APIBaruch Siach2016-12-011-3/+0
| * crypto: doc - fix header file nameBaruch Siach2016-12-011-1/+1
| * crypto: api - fix comment typoBaruch Siach2016-12-011-1/+1
| * crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu2016-12-012-3/+34
| * crypto: arm/aesbs - fix brokenness after skcipher conversionArd Biesheuvel2016-11-301-1/+1
| * crypto: chcr - Add AEAD algos.Harsh Jain2016-11-306-41/+1558
| * crypto: chcr - Move tfm ctx variable to request contextHarsh Jain2016-11-302-18/+17
| * crypto: chcr - Use SHASH_DESC_ON_STACKHarsh Jain2016-11-302-38/+27
| * crypto: chcr - Adjust Dest. buffer sizeHarsh Jain2016-11-301-30/+20
| * crypto: chcr - Calculate Reverse round key in setkey callback.Harsh Jain2016-11-302-30/+24
| * crypto: chcr - Remove dynamic allocationHarsh Jain2016-11-302-32/+45
| * crypto: chcr - Fixes Unchecked dereference inside functionHarsh Jain2016-11-301-1/+2
| * crypto: chcr - Added new structure chcr_wrHarsh Jain2016-11-304-149/+140
| * crypto: chcr - Cosmetic changeHarsh Jain2016-11-302-58/+53
| * crypto: arm64/aes-ce-ctr - fix skcipher conversionArd Biesheuvel2016-11-301-0/+1
| * crypto: skcipher - fix crash in skcipher_walk_aead()Ard Biesheuvel2016-11-301-0/+2
| * crypto: arm/aes-ce - fix broken monolithic buildArd Biesheuvel2016-11-301-1/+1
| * crypto: arm/aes - Add missing SIMD select for aesbsHerbert Xu2016-11-301-3/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-11-307-17/+48
| |\
| * | crypto: arm/aes - Select SIMD in KconfigHerbert Xu2016-11-292-3/+3
| * | crypto: arm64/sha2 - add generated .S files to .gitignoreArd Biesheuvel2016-11-291-0/+2
| * | crypto: testmgr - don't use stack buffer in test_acomp()Eric Biggers2016-11-281-3/+8
| * | MAINTAINERS: add maintainers for caam crypto driverHoria Geantă2016-11-281-0/+8
| * | crypto: caam - refactor ahash shared descriptor generationHoria Geantă2016-11-281-94/+36
| * | crypto: caam - consolidate split key length computationHoria Geantă2016-11-284-45/+53
| * | crypto: caam - refactor encryption descriptors generationHoria Geantă2016-11-285-1072/+1440
| * | crypto: caam - remove unneded dependencies on CRYPTO_DEV_FSL_CAAMHoria Geantă2016-11-281-4/+4
| * | crypto: caam - rewrite some generic inline append cmdsHoria Geantă2016-11-282-14/+14
| * | crypto: caam - improve key inliningHoria Geantă2016-11-282-53/+116
| * | crypto: caam - remove superfluous alg_op algorithm paramHoria Geantă2016-11-284-81/+13
| * | crypto: caam - group algorithm related paramsHoria Geantă2016-11-285-205/+274
| * | crypto: caam - move append_key_aead() into init_sh_desc_key_aead()Horia Geantă2016-11-281-18/+12
| * | crypto: aesbs - Convert to skcipherHerbert Xu2016-11-281-228/+152