summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | crypto: cts - don't support empty messagesEric Biggers2019-04-081-7/+11
| * | | | | crypto: streebog - fix unaligned memory accessesEric Biggers2019-04-081-12/+13
| * | | | | crypto: chacha20poly1305 - set cra_name correctlyEric Biggers2019-04-081-2/+2
| * | | | | crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers2019-04-081-2/+7
| * | | | | crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers2019-04-081-7/+4
| * | | | | crypto: aes - Use ___cacheline_aligned for aes dataAndi Kleen2019-04-081-4/+4
| * | | | | crypto: scompress - Use per-CPU struct instead multiple variablesSebastian Andrzej Siewior2019-04-081-71/+54
| * | | | | crypto: scompress - return proper error code for allocation failureSebastian Andrzej Siewior2019-04-081-1/+3
| * | | | | crypto: fips - Grammar s/options/option/, s/to/the/Geert Uytterhoeven2019-03-281-2/+2
| * | | | | crypto: Kconfig - fix typos AEGSI -> AEGISOndrej Mosnacek2019-03-221-3/+3
| * | | | | crypto: salsa20-generic - use crypto_xor_cpy()Eric Biggers2019-03-221-5/+4
| * | | | | crypto: chacha-generic - use crypto_xor_cpy()Eric Biggers2019-03-221-5/+3
| * | | | | crypto: testmgr - test the !may_use_simd() fallback codeEric Biggers2019-03-221-24/+92
| * | | | | crypto: simd - convert to use crypto_simd_usable()Eric Biggers2019-03-221-4/+4
| * | | | | crypto: simd,testmgr - introduce crypto_simd_usable()Eric Biggers2019-03-221-1/+25
| * | | | | crypto: chacha-generic - fix use as arm64 no-NEON fallbackEric Biggers2019-03-221-1/+1
| * | | | | crypto: testmgr - remove workaround for AEADs that modify aead_requestEric Biggers2019-03-221-3/+0
| * | | | | crypto: x86/morus1280 - convert to use AEAD SIMD helpersEric Biggers2019-03-221-1/+1
| * | | | | crypto: x86/morus640 - convert to use AEAD SIMD helpersEric Biggers2019-03-221-1/+1
| * | | | | crypto: x86/aegis256 - convert to use AEAD SIMD helpersEric Biggers2019-03-221-1/+1
| * | | | | crypto: x86/aegis128l - convert to use AEAD SIMD helpersEric Biggers2019-03-221-1/+1
| * | | | | crypto: x86/aegis128 - convert to use AEAD SIMD helpersEric Biggers2019-03-221-1/+1
| * | | | | crypto: simd - support wrapping AEAD algorithmsEric Biggers2019-03-221-0/+269
| | |/ / / | |/| | |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-04-252-2/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | crypto: lrw - Fix atomic sleep when walking skcipherHerbert Xu2019-04-181-1/+5
| * | | | crypto: xts - Fix atomic sleep when walking skcipherHerbert Xu2019-04-181-1/+5
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-04-181-1/+43
|\| | | | | |/ / / |/| | |
| * | | crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers2019-04-081-1/+43
* | | | Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds2019-03-150-0/+0
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge tag 'v5.0-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/torva...Bartlomiej Zolnierkiewicz2019-02-0740-794/+6317
| |\ \
* | \ \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-073-3/+178
|\ \ \ \
| * | | | lib/lzo: separate lzo-rle from lzoDave Rodgman2019-03-073-3/+178
* | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-070-0/+0
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Merge tag 'v5.0-rc3' into next-generalJames Morris2019-01-224-5/+17
| |\ \ \ | | | |/ | | |/|
| * | | Merge tag 'v5.0-rc1' into next-generalJames Morris2019-01-1037-789/+6300
| |\ \ \
* | \ \ \ Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-0533-8975/+6499
|\ \ \ \ \
| * | | | | crypto: af_alg - use struct_size() in sock_kfree_s()Gustavo A. R. Silva2019-02-281-2/+1
| * | | | | crypto: adiantum - add 1536 and 4096-byte test vectorsEric Biggers2019-02-221-0/+2860
| * | | | | crypto: nhpoly1305 - add a test vector with len % 16 != 0Eric Biggers2019-02-221-0/+144
| * | | | | crypto: testmgr - add iv_out to all CTR test vectorsEric Biggers2019-02-221-0/+45
| * | | | | crypto: testmgr - add iv_out to all CBC test vectorsEric Biggers2019-02-221-0/+48
| * | | | | crypto: testmgr - support checking skcipher output IVEric Biggers2019-02-222-7/+11
| * | | | | crypto: testmgr - remove extra bytes from 3DES-CTR IVsEric Biggers2019-02-221-4/+2
| * | | | | crypto: export arc4 definesIuliana Prodan2019-02-151-4/+1
| * | | | | crypto: testmgr - check for aead_request corruptionEric Biggers2019-02-081-0/+44
| * | | | | crypto: testmgr - check for skcipher_request corruptionEric Biggers2019-02-081-0/+41
| * | | | | crypto: testmgr - convert hash testing to use testvec_configsEric Biggers2019-02-082-550/+352
| * | | | | crypto: testmgr - convert aead testing to use testvec_configsEric Biggers2019-02-082-475/+185
| * | | | | crypto: testmgr - convert skcipher testing to use testvec_configsEric Biggers2019-02-082-523/+245
| * | | | | crypto: testmgr - implement random testvec_config generationEric Biggers2019-02-081-0/+117