summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | crypto: testmgr - Print self-test pass notices in fips modeJarod Wilson2009-06-021-0/+4
| | * | | | crypto: testmgr - Catch base cipher self-test failures in fips modeJarod Wilson2009-06-021-1/+3
| | * | | | crypto: testmgr - Add ansi_cprng test vectorsJarod Wilson2009-06-023-0/+109
| | * | | | crypto: testmgr - Add infrastructure for ansi_cprng self-testsJarod Wilson2009-06-022-0/+101
| | * | | | crypto: testmgr - Add self-tests for rfc4309(ccm(aes))Jarod Wilson2009-06-023-0/+389
| | * | | | crypto: testmgr - Handle AEAD test vectors expected to fail verificationJarod Wilson2009-06-022-0/+29
| | * | | | crypto: pcomp - pcompress.c should include crypto/internal/compress.hGeert Uytterhoeven2009-06-021-0/+1
| | * | | | crypto: testmgr - Kill test_comp() sparse warningsGeert Uytterhoeven2009-06-021-2/+4
| | * | | | crypto: aes-ni - Add support for more modesHuang Ying2009-06-021-0/+5
| | * | | | crypto: fpu - Add template for blkcipher touching FPUHuang Ying2009-06-021-0/+5
| | * | | | crypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher Huang Ying2009-06-021-5/+9
| | * | | | crypto: api - Use kzfreeJohannes Weiner2009-06-021-4/+1
| | * | | | crypto: tcrypt - Reduce stack sizeFrank Seidel2009-06-021-7/+9
| | |/ / /
* | / / / crypto: don't track xor test pages with kmemcheckVegard Nossum2009-06-151-1/+6
|/ / / /
* | | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-061-3/+4
|\| | |
| * | | crypto: hash - Fix handling of sg entry that crosses page boundaryHerbert Xu2009-05-311-3/+4
* | | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-012-2/+4
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-05-172-2/+4
| |\ \ \
| | * | | crypto: api - Fix algorithm module auto-loadingHerbert Xu2009-04-211-1/+2
| | * | | crypto: eseqiv - Fix IV generation for sync algorithmsSteffen Klassert2009-04-151-1/+2
* | | | | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-0623-153/+1139
|\| | | |
| * | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-04-032-8/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | dmaengine: allow dma support for async_tx to be toggledDan Williams2009-03-251-3/+3
| | * | | async_tx: provide __async_inline for HAS_DMA=n archsDan Williams2009-03-251-5/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-04-031-0/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | crypto: shash - Fix unaligned calculation with short lengthYehuda Sadeh2009-03-271-0/+3
| * | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-04-031-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | md: move lots of #include lines out of .h files and into .cNeilBrown2009-03-311-1/+1
| | | |/ | | |/|
| * | | Merge branch 'linus' into x86/coreIngo Molnar2009-03-2820-144/+1130
| |\ \ \
| | * \ \ Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-270-0/+0
| | |\ \ \ | | | |_|/ | | |/| |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-03-2620-144/+1130
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | crypto: testmgr - add zlib testGeert Uytterhoeven2009-03-044-1/+158
| | | * | crypto: zlib - New zlib crypto module, using pcompGeert Uytterhoeven2009-03-043-0/+388
| | | * | crypto: testmgr - Add support for the pcomp interfaceGeert Uytterhoeven2009-03-042-0/+193
| | | * | crypto: compress - Add pcomp interfaceGeert Uytterhoeven2009-03-043-0/+103
| | | * | crypto: Fix dead linksAdrian-Ken Rueegsegger2009-03-042-2/+2
| | | * | crypto: chainiv - Use kcrypto_wq instead of keventd_wqHuang Ying2009-02-192-1/+3
| | | * | crypto: cryptd - Per-CPU thread implementation based on kcrypto_wqHuang Ying2009-02-192-117/+104
| | | * | crypto: api - Use dedicated workqueue for crypto subsystemHuang Ying2009-02-193-0/+43
| | | * | crypto: testmgr - Test skciphers with no IVsHerbert Xu2009-02-181-4/+16
| | | * | crypto: aead - Avoid infinite loop when nivaead fails selftestHerbert Xu2009-02-181-0/+16
| | | * | crypto: skcipher - Avoid infinite loop when cipher fails selftestHerbert Xu2009-02-182-1/+20
| | | * | crypto: api - Fix crypto_alloc_tfm/create_create_tfm return conventionHerbert Xu2009-02-183-23/+16
| | | * | crypto: api - crypto_alg_mod_lookup either tested or untestedHerbert Xu2009-02-181-1/+1
| | | * | crypto: ansi_cprng - Panic on CPRNG test failure when in FIPS mode Neil Horman2009-02-181-0/+6
| | | * | crypto: ansi_cprng - Force reset on allocationNeil Horman2009-02-181-1/+10
| | | * | crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platformHuang Ying2009-02-181-0/+25
| | | * | crypto: cryptd - Add support to access underlying blkcipherHuang Ying2009-02-181-0/+35
| | | * | crypto: shash - Remove superfluous check in init_tfmHerbert Xu2009-02-181-2/+0
| * | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-03-140-0/+0
| |\ \ \ \