Age | Commit message (Expand) | Author |
2010-05-05 | raid6: fix recovery performance regression | Dan Williams |
2010-04-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2010-04-26 | crypto: authenc - Add EINPROGRESS check | Herbert Xu |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina |
2010-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2010-03-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds |
2010-03-03 | crypto: authenc - Move saved IV in front of the ablkcipher request | Steffen Klassert |
2010-03-03 | crypto: hash - Fix handling of unaligned buffers | Szilveszter Ördög |
2010-03-02 | crypto: authenc - Use correct ahash complete functions | Steffen Klassert |
2010-03-02 | crypto: md5 - Set statesize | Herbert Xu |
2010-02-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2010-02-17 | percpu: add __percpu sparse annotations to what's left | Tejun Heo |
2010-02-16 | crypto: aes_generic - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: fcrypt - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: ecb - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: des_generic - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: deflate - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: crypto_null - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: cipher - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: crc32 - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: compress - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: cast6 - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: cast5 - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: camellia - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: authenc - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: api - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: anubis - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: algapi - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: blowfish - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: aead - Fix checkpatch errors | Richard Hartmann |
2010-02-16 | crypto: ablkcipher - Fix checkpatch errors | Richard Hartmann |
2010-02-05 | crypto: fix typo in Kconfig help text | Jiri Kosina |
2010-02-04 | crypto: pcrypt - call the complete function on error | Steffen Klassert |
2010-01-17 | crypto: md5 - Add export support | Max Vozeler |
2010-01-17 | crypto: gcm - Add RFC4543 wrapper for GCM | Tobias Brunner |
2010-01-07 | crypto: pcrypt - Add pcrypt crypto parallelization wrapper | Steffen Klassert |
2009-12-30 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as... | Linus Torvalds |
2009-12-23 | crypto: testmgr - Fix complain about lack test for internal used algorithm | Youquan, Song |
2009-12-17 | async_tx: expand async raid6 test to cover ioatdma corner case | Dan Williams |
2009-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds |
2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds |
2009-12-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Herbert Xu |
2009-11-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2009-11-23 | crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPS | Jaswinder Singh Rajput |
2009-11-23 | crypto: testmgr - Add ghash algorithm test before provide to users | Youquan, Song |
2009-11-19 | async_tx: build-time toggling of async_{syndrome,xor}_val dma support | Dan Williams |
2009-11-18 | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman |
2009-11-16 | crypto: gcm - fix another complete call in complete fuction | Huang Ying |