Linus Torvalds 133e2a3164 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx il y a 16 ans
..
async_tx 729b5d1b8e dmaengine: allow dma support for async_tx to be toggled il y a 16 ans
Kconfig 0c01aed50d crypto: testmgr - add zlib test il y a 16 ans
Makefile bf68e65ec9 crypto: zlib - New zlib crypto module, using pcomp il y a 16 ans
ablkcipher.c b170a137f4 crypto: skcipher - Avoid infinite loop when cipher fails selftest il y a 16 ans
aead.c 5852ae4242 crypto: aead - Avoid infinite loop when nivaead fails selftest il y a 16 ans
aes_generic.c 0ee4a96902 crypto: aes - Precompute tables il y a 16 ans
ahash.c bb402f16ec crypto: ahash - Fix digest size in /proc/crypto il y a 16 ans
algapi.c b8e15992b4 crypto: api - Fix algorithm test race that broke aead initialisation il y a 16 ans
algboss.c 6fe4a28d88 crypto: testmgr - Test skciphers with no IVs il y a 16 ans
ansi_cprng.c c5b1e545a5 crypto: ansi_cprng - Panic on CPRNG test failure when in FIPS mode il y a 16 ans
anubis.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() il y a 17 ans
api.c 562f477a54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 il y a 16 ans
arc4.c 560c06ae1a [CRYPTO] api: Get rid of flags argument to setkey il y a 19 ans
authenc.c 29b37f4212 crypto: authenc - Fix zero-length IV crash il y a 16 ans
blkcipher.c b170a137f4 crypto: skcipher - Avoid infinite loop when cipher fails selftest il y a 16 ans
blowfish.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() il y a 17 ans
camellia.c 32bd78e0a5 crypto: camellia - use kernel-provided bitops, unaligned access il y a 16 ans
cast5.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() il y a 17 ans
cast6.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() il y a 17 ans
cbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) il y a 17 ans
ccm.c 516280e735 crypto: ccm - Fix handling of null assoc data il y a 16 ans
chainiv.c 0a2e821d62 crypto: chainiv - Use kcrypto_wq instead of keventd_wq il y a 16 ans
cipher.c 791b4d5f73 [CRYPTO] api: Add missing headers for setkey_unaligned il y a 18 ans
compress.c 87ae9afdca cleanup asm/scatterlist.h includes il y a 18 ans
crc32c.c 69c35efcf1 libcrc32c: Move implementation to crypto crc32c il y a 16 ans
cryptd.c 254eff7714 crypto: cryptd - Per-CPU thread implementation based on kcrypto_wq il y a 16 ans
crypto_null.c d35d2454ce crypto: null - Switch to shash il y a 16 ans
crypto_wq.c 25c38d3fb9 crypto: api - Use dedicated workqueue for crypto subsystem il y a 16 ans
ctr.c 0a270321db [CRYPTO] seqiv: Add Sequence Number IV Generator il y a 17 ans
cts.c c4913c7b71 [CRYPTO] cts: Init SG tables il y a 17 ans
deflate.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() il y a 17 ans
des_generic.c ad79cdd77f crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY set il y a 16 ans
digest.c dbaaba1d0a crypto: hash - Fix digest size check for digest type il y a 17 ans
ecb.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) il y a 17 ans
eseqiv.c a0f000ec9b crypto: skcipher - Use RNG interface instead of get_random_bytes il y a 17 ans
fcrypt.c dad3df2044 crypto: remove uses of __constant_{endian} helpers il y a 16 ans
fips.c ccb778e184 crypto: api - Add fips_enable flag il y a 17 ans
gcm.c dadbc53d0b [CRYPTO] gcm: Introduce rfc4106 il y a 17 ans
gf128mul.c 8c882f6413 crypto: Fix dead links il y a 16 ans
hash.c 18e33e6d5c crypto: hash - Move ahash functions into crypto/hash.h il y a 17 ans
hmac.c 5f7082ed4f crypto: hash - Export shash through hash il y a 16 ans
internal.h 3f683d6175 crypto: api - Fix crypto_alloc_tfm/create_create_tfm return convention il y a 16 ans
khazad.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() il y a 17 ans
krng.c 17f0f4a47d crypto: rng - RNG interface and implementation il y a 17 ans
lrw.c 8eb2dfac41 crypto: lrw - Fix big endian support il y a 16 ans
lzo.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() il y a 17 ans
md4.c 808a1763ce crypto: md4 - Switch to shash il y a 16 ans
md5.c 14b75ba70d crypto: md5 - Switch to shash il y a 16 ans
michael_mic.c 19e2bf1467 crypto: michael_mic - Switch to shash il y a 16 ans
pcbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) il y a 17 ans
pcompress.c a1d2f09544 crypto: compress - Add pcomp interface il y a 16 ans
proc.c 67cd080c50 crypto: api - Call type show function before legacy for proc il y a 16 ans
ripemd.h ba6b039872 [CRYPTO] ripemd: Put all common RIPEMD values in header file il y a 17 ans
rmd128.c 7c4468bc01 crypto: rmd128 - Switch to shash il y a 16 ans
rmd160.c e5835fba02 crypto: rmd160 - Switch to shash il y a 16 ans
rmd256.c d8a5e2e9f4 crypto: rmd256 - Switch to shash il y a 16 ans
rmd320.c 3b8efb4c41 crypto: rmd320 - Switch to shash il y a 16 ans
rng.c 17f0f4a47d crypto: rng - RNG interface and implementation il y a 17 ans
salsa20_generic.c f0d1ec3a22 crypto: salsa20 - Remove private wrappers around various operations il y a 16 ans
scatterwalk.c 4f3e797ad0 crypto: scatterwalk - Avoid flush_dcache_page on slab pages il y a 16 ans
seed.c e2ee95b8c6 [CRYPTO] seed: New cipher algorithm il y a 18 ans
seqiv.c a0f000ec9b crypto: skcipher - Use RNG interface instead of get_random_bytes il y a 17 ans
serpent.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() il y a 17 ans
sha1_generic.c 54ccb36776 crypto: sha1 - Switch to shash il y a 16 ans
sha256_generic.c 8c882f6413 crypto: Fix dead links il y a 16 ans
sha512_generic.c bd9d20dba1 crypto: sha512 - Switch to shash il y a 16 ans
shash.c f4f689933c crypto: shash - Fix unaligned calculation with short length il y a 16 ans
tcrypt.c 0c01aed50d crypto: testmgr - add zlib test il y a 16 ans
tcrypt.h da7f033ddc crypto: cryptomgr - Add test infrastructure il y a 17 ans
tea.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() il y a 17 ans
testmgr.c 0c01aed50d crypto: testmgr - add zlib test il y a 16 ans
testmgr.h 0c01aed50d crypto: testmgr - add zlib test il y a 16 ans
tgr192.c f63fbd3d50 crypto: tgr192 - Switch to shash il y a 16 ans
twofish.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() il y a 17 ans
twofish_common.c e2b21b5002 [CRYPTO] twofish: Do not unroll big stuff in twofish key setup il y a 17 ans
wp512.c 4946510baa crypto: wp512 - Switch to shash il y a 16 ans
xcbc.c 1edcf2e1ee [CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk il y a 17 ans
xor.c bff61975b3 md: move lots of #include lines out of .h files and into .c il y a 16 ans
xts.c 6212f2c7f7 [CRYPTO] xts: Use proper alignment il y a 17 ans
zlib.c bf68e65ec9 crypto: zlib - New zlib crypto module, using pcomp il y a 16 ans