aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2010-05-05raid6: fix recovery performance regressionGravatar Dan Williams 1-8/+13
2010-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-5/+11
2010-04-26crypto: authenc - Add EINPROGRESS checkGravatar Herbert Xu 1-5/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 9-2/+8
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-2/+2
2010-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 3-13/+16
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-1/+1
2010-03-03crypto: authenc - Move saved IV in front of the ablkcipher requestGravatar Steffen Klassert 1-11/+14
2010-03-03crypto: hash - Fix handling of unaligned buffersGravatar Szilveszter Ördög 1-1/+0
2010-03-02crypto: authenc - Use correct ahash complete functionsGravatar Steffen Klassert 1-1/+1
2010-03-02crypto: md5 - Set statesizeGravatar Herbert Xu 1-0/+1
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 25-457/+1292
2010-02-17percpu: add __percpu sparse annotations to what's leftGravatar Tejun Heo 1-1/+1
2010-02-16crypto: aes_generic - Fix checkpatch errorsGravatar Richard Hartmann 1-2/+2
2010-02-16crypto: fcrypt - Fix checkpatch errorsGravatar Richard Hartmann 1-3/+3
2010-02-16crypto: ecb - Fix checkpatch errorsGravatar Richard Hartmann 1-1/+1
2010-02-16crypto: des_generic - Fix checkpatch errorsGravatar Richard Hartmann 1-2/+1
2010-02-16crypto: deflate - Fix checkpatch errorsGravatar Richard Hartmann 1-10/+10
2010-02-16crypto: crypto_null - Fix checkpatch errorsGravatar Richard Hartmann 1-4/+4
2010-02-16crypto: cipher - Fix checkpatch errorsGravatar Richard Hartmann 1-1/+1
2010-02-16crypto: crc32 - Fix checkpatch errorsGravatar Richard Hartmann 1-3/+3
2010-02-16crypto: compress - Fix checkpatch errorsGravatar Richard Hartmann 1-2/+2
2010-02-16crypto: cast6 - Fix checkpatch errorsGravatar Richard Hartmann 1-60/+62
2010-02-16crypto: cast5 - Fix checkpatch errorsGravatar Richard Hartmann 1-7/+7
2010-02-16crypto: camellia - Fix checkpatch errorsGravatar Richard Hartmann 1-308/+308
2010-02-16crypto: authenc - Fix checkpatch errorsGravatar Richard Hartmann 1-5/+5
2010-02-16crypto: api - Fix checkpatch errorsGravatar Richard Hartmann 1-7/+6
2010-02-16crypto: anubis - Fix checkpatch errorsGravatar Richard Hartmann 1-11/+11
2010-02-16crypto: algapi - Fix checkpatch errorsGravatar Richard Hartmann 1-2/+2
2010-02-16crypto: blowfish - Fix checkpatch errorsGravatar Richard Hartmann 1-9/+9
2010-02-16crypto: aead - Fix checkpatch errorsGravatar Richard Hartmann 1-2/+2
2010-02-16crypto: ablkcipher - Fix checkpatch errorsGravatar Richard Hartmann 1-2/+2
2010-02-05crypto: fix typo in Kconfig help textGravatar Jiri Kosina 1-2/+2
2010-02-04crypto: pcrypt - call the complete function on errorGravatar Steffen Klassert 1-3/+3
2010-01-17crypto: md5 - Add export supportGravatar Max Vozeler 1-16/+24
2010-01-17crypto: gcm - Add RFC4543 wrapper for GCMGravatar Tobias Brunner 1-0/+287
2010-01-07crypto: pcrypt - Add pcrypt crypto parallelization wrapperGravatar Steffen Klassert 3-0/+456
2009-12-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Gravatar Linus Torvalds 1-0/+7
2009-12-23crypto: testmgr - Fix complain about lack test for internal used algorithmGravatar Youquan, Song 1-0/+84
2009-12-17async_tx: expand async raid6 test to cover ioatdma corner caseGravatar Dan Williams 1-0/+7
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 8-443/+111
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Gravatar Linus Torvalds 1-9/+3
2009-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Herbert Xu 11-247/+1445
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-34/+73
2009-11-23crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPSGravatar Jaswinder Singh Rajput 1-28/+28
2009-11-23crypto: testmgr - Add ghash algorithm test before provide to usersGravatar Youquan, Song 2-0/+24
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportGravatar Dan Williams 3-6/+28
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-1/+1
2009-11-16crypto: gcm - fix another complete call in complete fuctionGravatar Huang Ying 1-34/+73