| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2008-10-10 | 19 | -10053/+11914 |
|\ |
|
| * | crypto: skcipher - Use RNG interface instead of get_random_bytes | Herbert Xu | 2008-08-29 | 4 | -13/+75 |
| * | crypto: rng - RNG interface and implementation | Neil Horman | 2008-08-29 | 5 | -1/+628 |
| * | crypto: api - Add fips_enable flag | Neil Horman | 2008-08-29 | 5 | -0/+90 |
| * | crypto: skcipher - Move IV generators into their own modules | Herbert Xu | 2008-08-29 | 4 | -35/+18 |
| * | crypto: cryptomgr - Test ciphers using ECB | Herbert Xu | 2008-08-29 | 2 | -50/+169 |
| * | crypto: api - Use test infrastructure | Herbert Xu | 2008-08-29 | 5 | -42/+259 |
| * | crypto: cryptomgr - Add test infrastructure | Herbert Xu | 2008-08-29 | 8 | -10413/+10525 |
| * | crypto: tcrypt - Add alg_test interface | Herbert Xu | 2008-08-29 | 1 | -438/+1017 |
| * | crypto: tcrypt - Abort and only log if there is an error | Herbert Xu | 2008-08-29 | 1 | -146/+200 |
| * | crypto: crc32c - Use Intel CRC32 instruction | Austin Zhang | 2008-08-29 | 1 | -0/+12 |
| * | crypto: tcrypt - Avoid using contiguous pages | Herbert Xu | 2008-08-29 | 2 | -155/+157 |
| * | crypto: api - Display larval objects properly | Herbert Xu | 2008-08-29 | 1 | -2/+5 |
| * | crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookup | Herbert Xu | 2008-08-29 | 3 | -8/+6 |
| * | crypto: Kconfig - Replace leading spaces with tabs | Adrian Bunk | 2008-08-29 | 1 | -39/+42 |
* | | Revert "crypto: camellia - Use kernel-provided bitops, unaligned access helpers" | Herbert Xu | 2008-09-08 | 1 | -36/+48 |
* | | async_tx: fix the bug in async_tx_run_dependencies | Yuri Tikhonov | 2008-09-05 | 1 | -1/+2 |
|/ |
|
* | crypto: authenc - Avoid using clobbered request pointer | Herbert Xu | 2008-08-23 | 1 | -4/+6 |
* | crypto: hash - Fix digest size check for digest type | Herbert Xu | 2008-08-13 | 1 | -1/+1 |
* | crypto: tcrypt - Fix AEAD chunk testing | Herbert Xu | 2008-08-13 | 1 | -9/+19 |
* | async_tx: fix missing braces in async_xor_zero_sum | Dan Williams | 2008-08-05 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb... | Linus Torvalds | 2008-07-23 | 4 | -178/+141 |
|\ |
|
| * | async_tx: remove depend_tx from async_tx_sync_epilog | Dan Williams | 2008-07-17 | 4 | -7/+6 |
| * | async_tx: export async_tx_quiesce | Dan Williams | 2008-07-17 | 4 | -62/+24 |
| * | async_tx: fix handling of the "out of descriptor" condition in async_xor | Dan Williams | 2008-07-17 | 1 | -6/+26 |
| * | async_tx: ensure the xor destination buffer remains dma-mapped | Dan Williams | 2008-07-17 | 1 | -131/+113 |
| * | async_tx: list_for_each_entry_rcu() cleanup | Li Zefan | 2008-07-17 | 1 | -1/+1 |
| * | async_tx: fix async_memset compile error | Dan Williams | 2008-07-08 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2008-07-15 | 4 | -447/+1 |
|\ \ |
|
| * | | Revert crypto: prng - Deterministic CPRNG | Herbert Xu | 2008-07-15 | 4 | -447/+1 |
* | | | Merge branch 'core/rcu' into core/rcu-for-linus | Ingo Molnar | 2008-07-15 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'linus' into core/rcu | Ingo Molnar | 2008-07-11 | 2 | -11/+9 |
| |\ \ |
|
| * \ \ | Merge branch 'linus' into core/rcu | Ingo Molnar | 2008-06-16 | 1 | -0/+6 |
| |\ \ \ |
|
| * | | | | rcu: split list.h and move rcu-protected lists into rculist.h | Franck Bui-Huu | 2008-05-19 | 1 | -0/+1 |
| | |_|/
| |/| | |
|
* | | | | crypto: hash - Move ahash functions into crypto/hash.h | Herbert Xu | 2008-07-10 | 4 | -0/+4 |
* | | | | crypto: crc32c - Add ahash implementation | Herbert Xu | 2008-07-10 | 2 | -8/+122 |
* | | | | crypto: hash - Added scatter list walking helper | Herbert Xu | 2008-07-10 | 1 | -1/+90 |
* | | | | crypto: prng - Deterministic CPRNG | Neil Horman | 2008-07-10 | 4 | -1/+447 |
* | | | | crypto: hash - Removed vestigial ahash fields | Herbert Xu | 2008-07-10 | 3 | -3/+0 |
* | | | | crypto: hash - Fixed digest size check | Herbert Xu | 2008-07-10 | 4 | -9/+13 |
* | | | | crypto: rmd - sparse annotations | Harvey Harrison | 2008-07-10 | 3 | -12/+12 |
* | | | | crypto: rmd128 - sparse annotations | Harvey Harrison | 2008-07-10 | 1 | -4/+4 |
* | | | | crypto: camellia - Use kernel-provided bitops, unaligned access helpers | Harvey Harrison | 2008-07-10 | 1 | -48/+36 |
* | | | | crypto: tcrpyt - Remove unnecessary kmap/kunmap calls | Herbert Xu | 2008-07-10 | 1 | -10/+5 |
* | | | | [CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc mode | Neil Horman | 2008-07-10 | 2 | -3/+106 |
* | | | | [CRYPTO] rmd: Use pointer form of endian swapping operations | Herbert Xu | 2008-07-10 | 4 | -8/+8 |
* | | | | [CRYPTO] rmd320: Fix endian issues | Adrian-Ken Rueegsegger | 2008-07-10 | 1 | -28/+9 |
* | | | | [CRYPTO] rmd256: Fix endian issues | Adrian-Ken Rueegsegger | 2008-07-10 | 1 | -28/+9 |
* | | | | [CRYPTO] rmd160: Fix endian issues | Adrian-Ken Rueegsegger | 2008-07-10 | 1 | -28/+9 |
* | | | | [CRYPTO] rmd128: Fix endian problems | Adrian-Ken Rueegsegger | 2008-07-10 | 1 | -28/+9 |