summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartlomiej Zolnierkiewicz2018-04-2433-701/+3257
|\
| * Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-04-158-35/+24
| |\
| | * kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada2018-04-076-23/+23
| | * kbuild: clean up *-asn1.[ch] patterns from top-level MakefileMasahiro Yamada2018-04-072-9/+0
| | * .gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada2018-04-072-2/+0
| * | Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-04-101-0/+9
| |\ \
| | * | MIPS: crypto: Add crc32 and crc32c hw accelerated moduleMarcin Nowakowski2018-02-191-0/+9
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-091-4/+4
| |\ \ \
| | * \ \ Merge branch 'net-fix-uninit-values-in-networking-stack'David S. Miller2018-04-071-4/+4
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet2018-04-071-4/+4
| | |/ /
| * | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-070-0/+0
| |\ \ \ | | |/ / | |/| |
| | * | Merge tag 'v4.16-rc6' into next-generalJames Morris2018-03-234-14/+24
| | |\ \ | |_|/ / |/| | |
| | * | Merge tag 'v4.16-rc2' into next-generalJames Morris2018-02-2149-785/+2152
| | |\|
| * | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-04-0424-661/+3219
| |\ \ \
| | * | | crypto: ahash - Fix early termination in hash walkHerbert Xu2018-03-311-3/+4
| | * | | crypto: lrw - Free rctx->ext with kzfreeHerbert Xu2018-03-311-1/+1
| | * | | crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()Andy Shevchenko2018-03-312-34/+0
| | * | | crypto: api - Keep failed instances aliveHerbert Xu2018-03-312-17/+13
| | * | | crypto: api - Make crypto_alg_lookup staticHerbert Xu2018-03-312-3/+2
| | * | | crypto: api - Remove unused crypto_type lookup functionHerbert Xu2018-03-311-7/+1
| | * | | crypto: testmgr - add a new test case for CRC-T10DIFArd Biesheuvel2018-03-161-0/+259
| | * | | crypto: ecc - Remove stack VLA usageKees Cook2018-03-161-6/+17
| | * | | crypto: testmgr - introduce SM4 testsGilad Ben-Yossef2018-03-163-0/+143
| | * | | crypto: sm4 - introduce SM4 symmetric cipher algorithmGilad Ben-Yossef2018-03-163-0/+270
| | * | | crypto: ecdh - fix to allow multi segment scatterlistsJames Bottomley2018-03-091-6/+17
| | * | | crypto: cfb - add support for Cipher FeedBack modeJames Bottomley2018-03-093-0/+362
| | * | | crypto: ablk_helper - remove ablk_helperEric Biggers2018-03-033-155/+0
| | * | | crypto: lrw - remove lrw_crypt()Eric Biggers2018-03-031-113/+39
| | * | | crypto: xts - remove xts_crypt()Eric Biggers2018-03-031-72/+0
| | * | | crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers2018-03-031-10/+3
| | * | | crypto: x86/camellia - convert to skcipher interfaceEric Biggers2018-03-031-1/+1
| | * | | crypto: x86/camellia - remove XTS algorithmEric Biggers2018-03-031-1/+0
| | * | | crypto: x86/camellia - remove LRW algorithmEric Biggers2018-03-031-1/+0
| | * | | crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers2018-03-031-1/+0
| | * | | crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers2018-03-031-1/+0
| | * | | crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers2018-03-031-1/+1
| | * | | crypto: x86/blowfish: convert to skcipher interfaceEric Biggers2018-03-031-1/+1
| | * | | crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers2018-03-031-5/+4
| | * | | crypto: x86/cast6-avx - remove LRW algorithmEric Biggers2018-03-031-1/+0
| | * | | crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers2018-03-031-4/+3
| | * | | crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers2018-03-031-4/+2
| | * | | crypto: x86/twofish-avx - remove LRW algorithmEric Biggers2018-03-031-1/+0
| | * | | crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers2018-03-031-1/+1
| | * | | crypto: x86/twofish-3way - remove XTS algorithmEric Biggers2018-03-031-1/+0
| | * | | crypto: x86/twofish-3way - remove LRW algorithmEric Biggers2018-03-031-1/+0
| | * | | crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers2018-03-031-9/+2
| | * | | crypto: x86/serpent-avx - remove LRW algorithmEric Biggers2018-03-031-1/+0
| | * | | crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers2018-03-031-1/+0
| | * | | crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers2018-03-031-6/+4
| | * | | crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers2018-03-031-2/+0