summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* X.509: Fix double free in x509_cert_parse() [ver #3]Andrey Ryabinin2016-11-251-1/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-11-232-5/+1
|\
| * crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copyHerbert Xu2016-11-221-4/+0
| * crypto: algif_hash - Fix result clobbering in recvmsgHerbert Xu2016-11-221-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-11-191-7/+10
|\|
| * crypto: algif_hash - Fix NULL hash crash with shashHerbert Xu2016-11-181-7/+10
* | Merge tag 'v4.9-rc3' into xtensa-for-nextMax Filippov2016-11-0651-2817/+5680
|\|
| * kthread: kthread worker API cleanupPetr Mladek2016-10-111-10/+10
| * Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-10-1012-119/+274
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-105-124/+60
| | |\
| | | * crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri2016-10-021-12/+1
| | * | crypto: testmgr - add guard to dst buffer for ahash_exportJan Stancek2016-10-021-1/+4
| | * | crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček2016-10-021-1/+1
| | * | crypto: squash lines for simple wrapper functionsMasahiro Yamada2016-09-132-10/+2
| | * | crypto: algif_hash - Handle NULL hashes correctlyHerbert Xu2016-09-071-12/+61
| | * | crypto: engine - permit to enqueue ashash_requestCorentin LABBE2016-09-071-38/+148
| | * | crypto: engine - move crypto engine to its own headerCorentin LABBE2016-09-071-0/+1
| | * | crypto: FIPS - allow tests to be disabled in FIPS modeStephan Mueller2016-08-312-0/+13
| | * | crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unsetHerbert Xu2016-08-311-4/+5
| | * | crypto: rsa - allow keys >= 2048 bits in FIPS modeStephan Mueller2016-08-241-2/+2
| | * | crypto: drbg - fix error return codeWei Yongjun2016-08-241-5/+11
| | * | crypto: xor - skip speed test if the xor function is selected automaticallyMartin Schwidefsky2016-08-241-21/+19
| | * | crypto: drbg - do not call drbg_instantiate in healt testStephan Mueller2016-08-161-11/+4
| | * | crypto: xts - fix a little typoCorentin LABBE2016-08-161-1/+1
| | * | crypto: testmgr - fix !x==y confusionYanjiang Jin2016-08-091-5/+5
| * | | Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-10-061-4/+4
| |\ \ \ | | |_|/ | |/| |
| | * | async_pq_val: fix DMA memory leakJustin Maggard2016-10-051-4/+4
| * | | crypto: rsa-pkcs1pad - Handle leading zero for decryptionHerbert Xu2016-09-221-17/+24
| * | | crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu2016-09-131-1/+2
| * | | crypto: echainiv - Replace chaining with multiplicationHerbert Xu2016-09-131-91/+24
| * | | crypto: cryptd - initialize child shash_desc on importArd Biesheuvel2016-09-071-2/+7
| * | | crypto: cryptd - Use correct tfm object for AEAD trackingHerbert Xu2016-08-311-1/+2
| | |/ | |/|
| * | crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVECMichael Ellerman2016-08-091-1/+1
| * | crypto: sha3 - Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven2016-08-081-8/+8
| |/
| * Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-271-61/+0
| |\
| | * random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o2016-07-031-61/+0
| * | Merge tag 'regulator-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2016-07-260-0/+0
| |\ \
| | * \ Merge remote-tracking branches 'regulator/topic/qcom-spmi', 'regulator/topic/...Mark Brown2016-07-200-0/+0
| | |\ \
| | | * \ Merge tag 'ib-mfd-regulator-arm-v4.8' of git://git.kernel.org/pub/scm/linux/k...Mark Brown2016-06-291-0/+1
| | | |\ \ | | | | |/ | | | |/|
| * | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-07-2643-2521/+5343
|/| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-07-220-0/+0
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-07-211-0/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | crypto: testmgr - Print akcipher algorithm nameHerbert Xu2016-07-191-2/+4
| * | | | | crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request structTadeusz Struk2016-07-191-2/+1
| * | | | | crypto: scatterwalk - Inline start/map/doneHerbert Xu2016-07-181-43/+0
| * | | | | crypto: scatterwalk - Remove unnecessary BUG in scatterwalk_startHerbert Xu2016-07-181-3/+0
| * | | | | crypto: scatterwalk - Remove unnecessary advance in scatterwalk_pagedoneHerbert Xu2016-07-181-6/+2
| * | | | | crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu2016-07-181-1/+2
| * | | | | crypto: scatterwalk - Add no-copy support to copychunksHerbert Xu2016-07-181-4/+6
| * | | | | crypto: scatterwalk - Remove scatterwalk_bytes_sglenHerbert Xu2016-07-181-22/+0