Linus Torvalds bf699c9bac Merge branch 'for-linus' of git://neil.brown.name/md 15 年之前
..
async_tx da17bf4306 async_tx: fix asynchronous raid6 recovery for ddf layouts 15 年之前
Kconfig f1939f7c56 crypto: vmac - New hash algorithm for intel_txt support 15 年之前
Makefile f1939f7c56 crypto: vmac - New hash algorithm for intel_txt support 15 年之前
ablkcipher.c 63b5ac286d crypto: blkcipher - Do not use eseqiv on stream ciphers 16 年之前
aead.c d43c36dc6b headers: remove sched.h from interrupt.h 15 年之前
aes_generic.c 7b4ffcf953 crypto: aes - Undefined behaviour in crypto_aes_expand_key 16 年之前
ahash.c 5befbd5a7e crypto: ahash - Use GFP_KERNEL on allocation if the request can sleep 16 年之前
algapi.c 332a339218 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 15 年之前
algboss.c f2ac72e826 crypto: api - Add new template create function 16 年之前
ansi_cprng.c a367b17f34 crypto: ansi_cprng - Fix module initialization 15 年之前
anubis.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 年之前
api.c 2ca33da1de crypto: api - Remove frontend argument from extsize/init_tfm 16 年之前
arc4.c 560c06ae1a [CRYPTO] api: Get rid of flags argument to setkey 18 年之前
authenc.c cbdcf80d8b crypto: authenc - Convert to ahash 16 年之前
blkcipher.c b170a137f4 crypto: skcipher - Avoid infinite loop when cipher fails selftest 16 年之前
blowfish.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 年之前
camellia.c 32bd78e0a5 crypto: camellia - use kernel-provided bitops, unaligned access 16 年之前
cast5.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 年之前
cast6.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 年之前
cbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 年之前
ccm.c 516280e735 crypto: ccm - Fix handling of null assoc data 16 年之前
chainiv.c 0a2e821d62 crypto: chainiv - Use kcrypto_wq instead of keventd_wq 16 年之前
cipher.c 791b4d5f73 [CRYPTO] api: Add missing headers for setkey_unaligned 17 年之前
compress.c 87ae9afdca cleanup asm/scatterlist.h includes 17 年之前
crc32c.c 69c35efcf1 libcrc32c: Move implementation to crypto crc32c 16 年之前
cryptd.c ace1366369 crypto: cryptd - Add support to access underlaying shash 16 年之前
crypto_null.c d35d2454ce crypto: null - Switch to shash 16 年之前
crypto_wq.c 25c38d3fb9 crypto: api - Use dedicated workqueue for crypto subsystem 16 年之前
ctr.c aef27136b8 crypto: ctr - Use chainiv on raw counter mode 16 年之前
cts.c c4913c7b71 [CRYPTO] cts: Init SG tables 17 年之前
deflate.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 年之前
des_generic.c ad79cdd77f crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY set 16 年之前
digest.c dbaaba1d0a crypto: hash - Fix digest size check for digest type 17 年之前
ecb.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 年之前
eseqiv.c abe5fa7899 crypto: eseqiv - Fix IV generation for sync algorithms 16 年之前
fcrypt.c dad3df2044 crypto: remove uses of __constant_{endian} helpers 16 年之前
fips.c ccb778e184 crypto: api - Add fips_enable flag 16 年之前
gcm.c 9382d97af5 crypto: gcm - Use GHASH digest algorithm 16 年之前
gf128mul.c 8c882f6413 crypto: Fix dead links 16 年之前
ghash-generic.c 2cdc6899a8 crypto: ghash - Add GHASH digest algorithm for GCM 16 年之前
hash.c 18e33e6d5c crypto: hash - Move ahash functions into crypto/hash.h 17 年之前
hmac.c 0b767b4df3 crypto: hmac - Prehash ipad/opad 16 年之前
internal.h 9cd899a32f crypto: cryptd - Switch to template create API 16 年之前
khazad.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 年之前
krng.c 17f0f4a47d crypto: rng - RNG interface and implementation 16 年之前
lrw.c 8eb2dfac41 crypto: lrw - Fix big endian support 16 年之前
lzo.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 年之前
md4.c 808a1763ce crypto: md4 - Switch to shash 16 年之前
md5.c 14b75ba70d crypto: md5 - Switch to shash 16 年之前
michael_mic.c 19e2bf1467 crypto: michael_mic - Switch to shash 16 年之前
pcbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 年之前
pcompress.c 2ca33da1de crypto: api - Remove frontend argument from extsize/init_tfm 16 年之前
proc.c 67cd080c50 crypto: api - Call type show function before legacy for proc 16 年之前
ripemd.h ba6b039872 [CRYPTO] ripemd: Put all common RIPEMD values in header file 17 年之前
rmd128.c 7c4468bc01 crypto: rmd128 - Switch to shash 16 年之前
rmd160.c e5835fba02 crypto: rmd160 - Switch to shash 16 年之前
rmd256.c d8a5e2e9f4 crypto: rmd256 - Switch to shash 16 年之前
rmd320.c 3b8efb4c41 crypto: rmd320 - Switch to shash 16 年之前
rng.c a8ccc393dd crypto: rng - Fix typo 16 年之前
salsa20_generic.c f0d1ec3a22 crypto: salsa20 - Remove private wrappers around various operations 16 年之前
scatterwalk.c 4f3e797ad0 crypto: scatterwalk - Avoid flush_dcache_page on slab pages 16 年之前
seed.c e2ee95b8c6 [CRYPTO] seed: New cipher algorithm 17 年之前
seqiv.c a0f000ec9b crypto: skcipher - Use RNG interface instead of get_random_bytes 16 年之前
serpent.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 年之前
sha1_generic.c e2a7ce4e18 crypto: sha1_generic - Add export/import support 16 年之前
sha256_generic.c 9b2fda7b94 crypto: sha256_generic - Add export/import support 16 年之前
sha512_generic.c 13887ed688 crypto: sha512_generic - Use 64-bit counters 16 年之前
shash.c 0044f3eda9 crypto: shash - Test for the algorithms import function before exporting it 16 年之前
tcrypt.c f1939f7c56 crypto: vmac - New hash algorithm for intel_txt support 15 年之前
tcrypt.h da7f033ddc crypto: cryptomgr - Add test infrastructure 16 年之前
tea.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 年之前
testmgr.c f1939f7c56 crypto: vmac - New hash algorithm for intel_txt support 15 年之前
testmgr.h f1939f7c56 crypto: vmac - New hash algorithm for intel_txt support 15 年之前
tgr192.c f63fbd3d50 crypto: tgr192 - Switch to shash 16 年之前
twofish.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() 17 年之前
twofish_common.c e2b21b5002 [CRYPTO] twofish: Do not unroll big stuff in twofish key setup 17 年之前
vmac.c f1939f7c56 crypto: vmac - New hash algorithm for intel_txt support 15 年之前
wp512.c 4946510baa crypto: wp512 - Switch to shash 16 年之前
xcbc.c 36f87a4a29 crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctx 15 年之前
xor.c 33f65df7ed crypto: don't track xor test pages with kmemcheck 16 年之前
xts.c 6212f2c7f7 [CRYPTO] xts: Use proper alignment 17 年之前
zlib.c 3ce858cb04 crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final} 16 年之前