Linus Torvalds c49c41a413 Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security %!s(int64=13) %!d(string=hai) anos
..
async_tx 4bb33cc890 crypto: add module.h to those files that are explicitly using it %!s(int64=13) %!d(string=hai) anos
Kconfig 4f58cb90bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 %!s(int64=13) %!d(string=hai) anos
Makefile 2deed786d9 crypto: serpent - rename serpent.c to serpent_generic.c %!s(int64=13) %!d(string=hai) anos
ablkcipher.c 3acc84739d crypto: algapi - Fix build problem with NET disabled %!s(int64=13) %!d(string=hai) anos
aead.c 3acc84739d crypto: algapi - Fix build problem with NET disabled %!s(int64=13) %!d(string=hai) anos
aes_generic.c 8d0c123f8b crypto: aes_generic - Fix checkpatch errors %!s(int64=15) %!d(string=hai) anos
af_alg.c 60063497a9 atomic: use <linux/atomic.h> %!s(int64=14) %!d(string=hai) anos
ahash.c 3acc84739d crypto: algapi - Fix build problem with NET disabled %!s(int64=13) %!d(string=hai) anos
algapi.c ce3fd840f5 crypto: Unlink and free instances when deleted %!s(int64=13) %!d(string=hai) anos
algboss.c 326a6346ff crypto: testmgr - Fix test disabling option %!s(int64=15) %!d(string=hai) anos
algif_hash.c 269230e7c5 crypto: algif_hash - Handle initial af_alg_make_sg error correctly %!s(int64=14) %!d(string=hai) anos
algif_skcipher.c bc97e57eb2 crypto: algif_skcipher - Handle unaligned receive buffer %!s(int64=14) %!d(string=hai) anos
ansi_cprng.c 505172e11f crypto: ansi_cprng - enforce key != seed in fips mode %!s(int64=13) %!d(string=hai) anos
anubis.c 189bd4b056 crypto: anubis - Fix checkpatch errors %!s(int64=15) %!d(string=hai) anos
api.c 3d01a33b77 crypto: api - Fix checkpatch errors %!s(int64=15) %!d(string=hai) anos
arc4.c cfa2b54eca crypto: arc4 - Fixed coding style issues %!s(int64=14) %!d(string=hai) anos
authenc.c c920fa6051 crypto: Use scatterwalk_crypto_chain %!s(int64=14) %!d(string=hai) anos
authencesn.c a5079d084f crypto: authencesn - Add algorithm to handle IPsec extended sequence numbers %!s(int64=14) %!d(string=hai) anos
blkcipher.c 3acc84739d crypto: algapi - Fix build problem with NET disabled %!s(int64=13) %!d(string=hai) anos
blowfish_common.c 52ba867c8c crypto: blowfish - split generic and common c code %!s(int64=13) %!d(string=hai) anos
blowfish_generic.c 3f2a5d2d42 crypto: blowfish - rename C-version to blowfish_generic %!s(int64=13) %!d(string=hai) anos
camellia.c 621dd36929 crypto: camellia - Fix checkpatch errors %!s(int64=15) %!d(string=hai) anos
cast5.c 895be15745 crypto: cast5 - simplify if-statements %!s(int64=14) %!d(string=hai) anos
cast6.c 87c3be87e9 crypto: cast6 - Fix checkpatch errors %!s(int64=15) %!d(string=hai) anos
cbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) %!s(int64=17) %!d(string=hai) anos
ccm.c 516280e735 crypto: ccm - Fix handling of null assoc data %!s(int64=16) %!d(string=hai) anos
chainiv.c 0a2e821d62 crypto: chainiv - Use kcrypto_wq instead of keventd_wq %!s(int64=16) %!d(string=hai) anos
cipher.c d150975bc7 crypto: cipher - Fix checkpatch errors %!s(int64=15) %!d(string=hai) anos
compress.c 0375d66dd0 crypto: compress - Fix checkpatch errors %!s(int64=15) %!d(string=hai) anos
crc32c.c fae366401b crypto: crc32c - Fixed coding style issue %!s(int64=14) %!d(string=hai) anos
cryptd.c b2bac6acf8 crypto: cryptd - Use subsys_initcall to prevent races with aesni %!s(int64=14) %!d(string=hai) anos
crypto_null.c c9af70fb86 crypto: crypto_null - Fix checkpatch errors %!s(int64=15) %!d(string=hai) anos
crypto_user.c c49c41a413 Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security %!s(int64=13) %!d(string=hai) anos
crypto_wq.c 4bb33cc890 crypto: add module.h to those files that are explicitly using it %!s(int64=13) %!d(string=hai) anos
ctr.c 8db050786a crypto: Use ERR_CAST %!s(int64=15) %!d(string=hai) anos
cts.c c4913c7b71 [CRYPTO] cts: Init SG tables %!s(int64=17) %!d(string=hai) anos
deflate.c 7ab24bfdf9 net+crypto: Use vmalloc for zlib inflate buffers. %!s(int64=14) %!d(string=hai) anos
des_generic.c db36b906fe Blackfin: Rename DES PC2() symbol to avoid collision %!s(int64=14) %!d(string=hai) anos
ecb.c 5b37c19e36 crypto: ecb - Fix checkpatch errors %!s(int64=15) %!d(string=hai) anos
eseqiv.c c920fa6051 crypto: Use scatterwalk_crypto_chain %!s(int64=14) %!d(string=hai) anos
fcrypt.c 0047e81dc3 crypto: fcrypt - Fix checkpatch errors %!s(int64=15) %!d(string=hai) anos
fips.c ccb778e184 crypto: api - Add fips_enable flag %!s(int64=17) %!d(string=hai) anos
gcm.c c920fa6051 crypto: Use scatterwalk_crypto_chain %!s(int64=14) %!d(string=hai) anos
gf128mul.c 625426633d crypto: gf128mul - fix call to memset() %!s(int64=14) %!d(string=hai) anos
ghash-generic.c 7ed47b7d14 crypto: ghash - Avoid null pointer dereference if no key is set %!s(int64=13) %!d(string=hai) anos
hmac.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h %!s(int64=15) %!d(string=hai) anos
internal.h 22e5b20be7 crypto: Export crypto_remove_final %!s(int64=13) %!d(string=hai) anos
khazad.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() %!s(int64=17) %!d(string=hai) anos
krng.c 17f0f4a47d crypto: rng - RNG interface and implementation %!s(int64=17) %!d(string=hai) anos
lrw.c 6c2205b8ff crypto: lrw - add interface for parallelized cipher implementions %!s(int64=13) %!d(string=hai) anos
lzo.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() %!s(int64=17) %!d(string=hai) anos
md4.c 4bb33cc890 crypto: add module.h to those files that are explicitly using it %!s(int64=13) %!d(string=hai) anos
md5.c bc0b96b54a crypto: Move md5_transform to lib/md5.c %!s(int64=14) %!d(string=hai) anos
michael_mic.c 19e2bf1467 crypto: michael_mic - Switch to shash %!s(int64=16) %!d(string=hai) anos
pcbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) %!s(int64=17) %!d(string=hai) anos
pcompress.c 3acc84739d crypto: algapi - Fix build problem with NET disabled %!s(int64=13) %!d(string=hai) anos
pcrypt.c 27d189c02b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 %!s(int64=14) %!d(string=hai) anos
proc.c 4bb33cc890 crypto: add module.h to those files that are explicitly using it %!s(int64=13) %!d(string=hai) anos
ripemd.h ba6b039872 [CRYPTO] ripemd: Put all common RIPEMD values in header file %!s(int64=17) %!d(string=hai) anos
rmd128.c 3181c22587 crypto: ripemd - Set module author and update email address %!s(int64=14) %!d(string=hai) anos
rmd160.c 3181c22587 crypto: ripemd - Set module author and update email address %!s(int64=14) %!d(string=hai) anos
rmd256.c 3181c22587 crypto: ripemd - Set module author and update email address %!s(int64=14) %!d(string=hai) anos
rmd320.c 3181c22587 crypto: ripemd - Set module author and update email address %!s(int64=14) %!d(string=hai) anos
rng.c 3acc84739d crypto: algapi - Fix build problem with NET disabled %!s(int64=13) %!d(string=hai) anos
salsa20_generic.c f0d1ec3a22 crypto: salsa20 - Remove private wrappers around various operations %!s(int64=16) %!d(string=hai) anos
scatterwalk.c 85c6201a80 crypto: scatterwalk - Fix scatterwalk_done() test %!s(int64=15) %!d(string=hai) anos
seed.c e2ee95b8c6 [CRYPTO] seed: New cipher algorithm %!s(int64=17) %!d(string=hai) anos
seqiv.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h %!s(int64=15) %!d(string=hai) anos
serpent_generic.c 2deed786d9 crypto: serpent - rename serpent.c to serpent_generic.c %!s(int64=13) %!d(string=hai) anos
sha1_generic.c 7c390170b4 crypto: sha1 - export sha1_update for reuse %!s(int64=14) %!d(string=hai) anos
sha256_generic.c 9b2fda7b94 crypto: sha256_generic - Add export/import support %!s(int64=16) %!d(string=hai) anos
sha512_generic.c 13887ed688 crypto: sha512_generic - Use 64-bit counters %!s(int64=16) %!d(string=hai) anos
shash.c 3acc84739d crypto: algapi - Fix build problem with NET disabled %!s(int64=13) %!d(string=hai) anos
tcrypt.c 131f754161 crypto: tcrypt - add xts(twofish) tests %!s(int64=13) %!d(string=hai) anos
tcrypt.h 5209c07ac3 crypto: tcrypt - add xts(serpent) tests %!s(int64=13) %!d(string=hai) anos
tea.c 3af5b90bde [CRYPTO] all: Clean up init()/fini() %!s(int64=17) %!d(string=hai) anos
testmgr.c 937c30d7f5 crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation %!s(int64=13) %!d(string=hai) anos
testmgr.h aed265b9fe crypto: testmgr - add xts(twofish) test vectors %!s(int64=13) %!d(string=hai) anos
tgr192.c f63fbd3d50 crypto: tgr192 - Switch to shash %!s(int64=16) %!d(string=hai) anos
twofish_common.c 81559f9ad3 crypto: twofish-x86_64-3way - add lrw support %!s(int64=13) %!d(string=hai) anos
twofish_generic.c 5b04fc1703 crypto: twofish: Rename twofish to twofish_generic and add an alias %!s(int64=15) %!d(string=hai) anos
vmac.c 4bb33cc890 crypto: add module.h to those files that are explicitly using it %!s(int64=13) %!d(string=hai) anos
wp512.c ac4385d250 crypto: whirlpool - count rounds from 0 %!s(int64=13) %!d(string=hai) anos
xcbc.c 4bb33cc890 crypto: add module.h to those files that are explicitly using it %!s(int64=13) %!d(string=hai) anos
xor.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h %!s(int64=15) %!d(string=hai) anos
xts.c ce0045561e crypto: xts: add interface for parallelized cipher implementations %!s(int64=13) %!d(string=hai) anos
zlib.c 7ab24bfdf9 net+crypto: Use vmalloc for zlib inflate buffers. %!s(int64=14) %!d(string=hai) anos