Linus Torvalds b91385236c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx 16 vuotta sitten
..
async_tx fdb0ac8061 async_tx: make async_tx_run_dependencies() easier to read 16 vuotta sitten
Kconfig a0f000ec9b crypto: skcipher - Use RNG interface instead of get_random_bytes 16 vuotta sitten
Makefile 17f0f4a47d crypto: rng - RNG interface and implementation 16 vuotta sitten
ablkcipher.c 76fc60a2e3 [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module 17 vuotta sitten
aead.c 189ed66e95 [CRYPTO] api: Show async type 17 vuotta sitten
aes_generic.c 5427663f49 [CRYPTO] aes: Export generic setkey 17 vuotta sitten
ahash.c 20036252fc crypto: hash - Added scatter list walking helper 17 vuotta sitten
algapi.c 73d3864a48 crypto: api - Use test infrastructure 16 vuotta sitten
algboss.c 1aa4ecd95d crypto: cryptomgr - Test ciphers using ECB 16 vuotta sitten
ansi_cprng.c 17f0f4a47d crypto: rng - RNG interface and implementation 16 vuotta sitten
anubis.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
api.c 73d3864a48 crypto: api - Use test infrastructure 16 vuotta sitten
arc4.c 560c06ae1a [CRYPTO] api: Get rid of flags argument to setkey 18 vuotta sitten
authenc.c a697690bec crypto: authenc - Avoid using clobbered request pointer 16 vuotta sitten
blkcipher.c 5be5e667a9 crypto: skcipher - Move IV generators into their own modules 16 vuotta sitten
blowfish.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
camellia.c f4c4cd6d14 Revert "crypto: camellia - Use kernel-provided bitops, unaligned access helpers" 16 vuotta sitten
cast5.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
cast6.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
cbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 vuotta sitten
ccm.c 4a49b499df [CRYPTO] ccm: Added CCM mode 17 vuotta sitten
chainiv.c a0f000ec9b crypto: skcipher - Use RNG interface instead of get_random_bytes 16 vuotta sitten
cipher.c 791b4d5f73 [CRYPTO] api: Add missing headers for setkey_unaligned 17 vuotta sitten
compress.c 87ae9afdca cleanup asm/scatterlist.h includes 17 vuotta sitten
crc32c.c 5773a3e6e3 crypto: crc32c - Add ahash implementation 17 vuotta sitten
cryptd.c 18e33e6d5c crypto: hash - Move ahash functions into crypto/hash.h 17 vuotta sitten
crypto_null.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
ctr.c 0a270321db [CRYPTO] seqiv: Add Sequence Number IV Generator 17 vuotta sitten
cts.c c4913c7b71 [CRYPTO] cts: Init SG tables 17 vuotta sitten
deflate.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
des_generic.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
digest.c dbaaba1d0a crypto: hash - Fix digest size check for digest type 16 vuotta sitten
ecb.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 vuotta sitten
eseqiv.c a0f000ec9b crypto: skcipher - Use RNG interface instead of get_random_bytes 16 vuotta sitten
fcrypt.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
fips.c ccb778e184 crypto: api - Add fips_enable flag 16 vuotta sitten
gcm.c dadbc53d0b [CRYPTO] gcm: Introduce rfc4106 17 vuotta sitten
gf128mul.c f19f5111c9 [CRYPTO] xts: XTS blockcipher mode implementation without partial blocks 17 vuotta sitten
hash.c 18e33e6d5c crypto: hash - Move ahash functions into crypto/hash.h 17 vuotta sitten
hmac.c ca786dc738 crypto: hash - Fixed digest size check 17 vuotta sitten
internal.h ccb778e184 crypto: api - Add fips_enable flag 16 vuotta sitten
khazad.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
krng.c 17f0f4a47d crypto: rng - RNG interface and implementation 16 vuotta sitten
lrw.c fd4609a8e0 [CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpu 17 vuotta sitten
lzo.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
md4.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
md5.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
michael_mic.c 85d32e7b0e [PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fi 18 vuotta sitten
pcbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 vuotta sitten
proc.c ccb778e184 crypto: api - Add fips_enable flag 16 vuotta sitten
ripemd.h ba6b039872 [CRYPTO] ripemd: Put all common RIPEMD values in header file 17 vuotta sitten
rmd128.c b2b6a1720d crypto: rmd128 - sparse annotations 17 vuotta sitten
rmd160.c caee16883a crypto: rmd - sparse annotations 17 vuotta sitten
rmd256.c caee16883a crypto: rmd - sparse annotations 17 vuotta sitten
rmd320.c caee16883a crypto: rmd - sparse annotations 17 vuotta sitten
rng.c 17f0f4a47d crypto: rng - RNG interface and implementation 16 vuotta sitten
salsa20_generic.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
scatterwalk.c 6e050778c5 [CRYPTO] scatterwalk: Handle zero nbytes in scatterwalk_map_and_copy 17 vuotta sitten
seed.c e2ee95b8c6 [CRYPTO] seed: New cipher algorithm 17 vuotta sitten
seqiv.c a0f000ec9b crypto: skcipher - Use RNG interface instead of get_random_bytes 16 vuotta sitten
serpent.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
sha1_generic.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
sha256_generic.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
sha512_generic.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
tcrypt.c da7f033ddc crypto: cryptomgr - Add test infrastructure 16 vuotta sitten
tcrypt.h da7f033ddc crypto: cryptomgr - Add test infrastructure 16 vuotta sitten
tea.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
testmgr.c 1aa4ecd95d crypto: cryptomgr - Test ciphers using ECB 16 vuotta sitten
testmgr.h da7f033ddc crypto: cryptomgr - Add test infrastructure 16 vuotta sitten
tgr192.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
twofish.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
twofish_common.c e2b21b5002 [CRYPTO] twofish: Do not unroll big stuff in twofish key setup 17 vuotta sitten
wp512.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 vuotta sitten
xcbc.c 1edcf2e1ee [CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk 17 vuotta sitten
xor.c 9bc89cd82d async_tx: add the async_tx api 18 vuotta sitten
xts.c 6212f2c7f7 [CRYPTO] xts: Use proper alignment 17 vuotta sitten