aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2010-05-05raid6: fix recovery performance regressionDan Williams
2010-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2010-04-26crypto: authenc - Add EINPROGRESS checkHerbert Xu
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-03-03crypto: authenc - Move saved IV in front of the ablkcipher requestSteffen Klassert
2010-03-03crypto: hash - Fix handling of unaligned buffersSzilveszter Ördög
2010-03-02crypto: authenc - Use correct ahash complete functionsSteffen Klassert
2010-03-02crypto: md5 - Set statesizeHerbert Xu
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo
2010-02-16crypto: aes_generic - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: fcrypt - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: ecb - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: des_generic - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: deflate - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: crypto_null - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: cipher - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: crc32 - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: compress - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: cast6 - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: cast5 - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: camellia - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: authenc - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: api - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: anubis - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: algapi - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: blowfish - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: aead - Fix checkpatch errorsRichard Hartmann
2010-02-16crypto: ablkcipher - Fix checkpatch errorsRichard Hartmann
2010-02-05crypto: fix typo in Kconfig help textJiri Kosina
2010-02-04crypto: pcrypt - call the complete function on errorSteffen Klassert
2010-01-17crypto: md5 - Add export supportMax Vozeler
2010-01-17crypto: gcm - Add RFC4543 wrapper for GCMTobias Brunner
2010-01-07crypto: pcrypt - Add pcrypt crypto parallelization wrapperSteffen Klassert
2009-12-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds
2009-12-23crypto: testmgr - Fix complain about lack test for internal used algorithmYouquan, Song
2009-12-17async_tx: expand async raid6 test to cover ioatdma corner caseDan Williams
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2009-11-23crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPSJaswinder Singh Rajput
2009-11-23crypto: testmgr - Add ghash algorithm test before provide to usersYouquan, Song
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-16crypto: gcm - fix another complete call in complete fuctionHuang Ying