Age | Commit message (Expand) | Author | Files | Lines |
2011-01-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 21 | -125/+1921 |
2011-01-04 | crypto: mark crypto workqueues CPU_INTENSIVE | Tejun Heo | 2 | -2/+4 |
2011-01-04 | crypto: ripemd - Set module author and update email address | Adrian-Ken Rueegsegger | 4 | -4/+8 |
2010-12-28 | crypto: gf128mul - Remove experimental tag | Herbert Xu | 1 | -1/+0 |
2010-12-21 | crypto: af_alg - fix af_alg memory_allocated data type | Randy Dunlap | 1 | -1/+1 |
2010-12-08 | crypto: af_alg - Make sure sk_security is initialized on accept()ed sockets | Miloslav Trmač | 1 | -0/+1 |
2010-12-02 | crypto: Use scatterwalk_crypto_chain | Steffen Klassert | 3 | -51/+8 |
2010-11-30 | crypto: algif_skcipher - Handle unaligned receive buffer | Herbert Xu | 1 | -6/+7 |
2010-11-30 | crypto: algif_skcipher - Fixed overflow when sndbuf is page aligned | Herbert Xu | 1 | -21/+11 |
2010-11-29 | crypto: af_alg - Add dependency on NET | Herbert Xu | 1 | -0/+2 |
2010-11-28 | crypto: algif_skcipher - Pass on error from af_alg_make_sg | Herbert Xu | 1 | -1/+2 |
2010-11-27 | crypto: aesni-intel - Ported implementation to x86-32 | Mathias Krause | 1 | -5/+7 |
2010-11-27 | crypto: Makefile clean up | Tracey Dent | 1 | -7/+7 |
2010-11-27 | crypto: Use vzalloc | Joe Perches | 2 | -4/+2 |
2010-11-26 | crypto: algif_skcipher - User-space interface for skcipher operations | Herbert Xu | 3 | -0/+649 |
2010-11-19 | crypto: algif_hash - User-space interface for hash operations | Herbert Xu | 3 | -0/+328 |
2010-11-19 | crypto: af_alg - User-space interface for Crypto API | Herbert Xu | 3 | -0/+486 |
2010-11-13 | crypto: rfc4106 - Extending the RC4106 AES-GCM test vectors | Adrian Hoban | 3 | -0/+396 |
2010-11-13 | crypto: cast5 - simplify if-statements | Nicolas Kaiser | 1 | -50/+24 |
2010-11-12 | crypto: pcrypt - Fix use after free on padata_free | Steffen Klassert | 1 | -1/+0 |
2010-11-04 | crypto: hash - Fix async import on shash algorithm | Herbert Xu | 1 | -1/+7 |
2010-10-28 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 1 | -13/+0 |
2010-10-27 | mm: strictly nested kmap_atomic() | Peter Zijlstra | 2 | -2/+2 |
2010-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2 | -14/+213 |
2010-10-08 | move async raid6 test to lib/Kconfig.debug | Dan Williams | 1 | -13/+0 |
2010-10-07 | Blackfin: Rename DES PC2() symbol to avoid collision | David Howells | 1 | -65/+65 |
2010-09-20 | crypto: cryptd - Adding the AEAD interface type support to cryptd | Adrian Hoban | 1 | -3/+203 |
2010-09-12 | crypto: Kconfig - update broken web addresses | Justin P. Mattock | 1 | -8/+8 |
2010-09-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 4 | -12/+15 |
2010-09-03 | crypto: fips - FIPS requires algorithm self-tests | Chuck Ebbert | 1 | -3/+2 |
2010-08-09 | Merge branch 'async' of macbook:git/btrfs-unstable | David Woodhouse | 1 | -0/+14 |
2010-08-06 | crypto: testmgr - Default to no tests | Herbert Xu | 1 | -1/+2 |
2010-08-06 | crypto: testmgr - Fix test disabling option | Herbert Xu | 3 | -12/+11 |
2010-08-06 | crypto: hash - Fix handling of small unaligned buffers | Szilveszter Ördög | 1 | -2/+5 |
2010-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 9 | -64/+221 |
2010-07-31 | crypto: pcrypt - Update pcrypt cpumask according to the padata cpumask notifier | Steffen Klassert | 1 | -2/+11 |
2010-07-31 | crypto: pcrypt - Rename pcrypt_instance | Steffen Klassert | 1 | -16/+14 |
2010-07-31 | padata: Rename padata_alloc functions | Steffen Klassert | 1 | -1/+1 |
2010-07-26 | crypto: pcrypt - Dont calulate a callback cpu on empty callback cpumask | Steffen Klassert | 1 | -0/+3 |
2010-07-19 | pcrypt: Added sysfs interface to pcrypt | Dan Kruchinin | 1 | -3/+32 |
2010-07-19 | padata: Make two separate cpumasks | Dan Kruchinin | 1 | -54/+137 |
2010-07-14 | padata: make padata_do_parallel to return zero on success | Steffen Klassert | 1 | -12/+6 |
2010-07-14 | padata: Check for valid padata instance on start | Steffen Klassert | 1 | -5/+14 |
2010-06-23 | crypto: skcipher - avoid NULL dereference | Jiri Slaby | 1 | -1/+1 |
2010-06-03 | crypto: twofish: Rename twofish to twofish_generic and add an alias | Joachim Fritschi | 2 | -1/+2 |
2010-06-03 | crypto: testmgr - add an option to disable cryptoalgos' self-tests | Alexander Shishkin | 3 | -0/+26 |
2010-06-03 | crypto: pcomp - Fix illegal Kconfig configuration | Herbert Xu | 2 | -2/+7 |
2010-05-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/crypto-2.6 | Herbert Xu | 3 | -36/+33 |
2010-05-26 | crypto: Use ERR_CAST | Julia Lawall | 3 | -3/+3 |
2010-05-22 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 1 | -27/+19 |