summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2009-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2009-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu
2009-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2009-07-01dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMADan Williams
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum
2009-06-15crypto: don't track xor test pages with kmemcheckVegard Nossum
2009-06-02crypto: api - Use formatting of module nameAlex Riesen
2009-06-02crypto: testmgr - Allow hash test vectors longer than a pageHerbert Xu
2009-06-02crypto: testmgr - Check all test vector lengthsHerbert Xu
2009-06-02crypto: tcrypt - Do not exit on success in fips modeJarod Wilson
2009-06-02crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final}Geert Uytterhoeven
2009-06-02crypto: testmgr - Skip algs not flagged fips_allowed in fips modeJarod Wilson
2009-06-02crypto: testmgr - Mark algs allowed in fips modeJarod Wilson
2009-06-02crypto: testmgr - Add ctr(aes) test vectorsJarod Wilson
2009-06-02crypto: testmgr - Dynamically allocate xbuf and axbufHerbert Xu
2009-06-02crypto: testmgr - Print self-test pass notices in fips modeJarod Wilson
2009-06-02crypto: testmgr - Catch base cipher self-test failures in fips modeJarod Wilson
2009-06-02crypto: testmgr - Add ansi_cprng test vectorsJarod Wilson
2009-06-02crypto: testmgr - Add infrastructure for ansi_cprng self-testsJarod Wilson
2009-06-02crypto: testmgr - Add self-tests for rfc4309(ccm(aes))Jarod Wilson
2009-06-02crypto: testmgr - Handle AEAD test vectors expected to fail verificationJarod Wilson
2009-06-02crypto: pcomp - pcompress.c should include crypto/internal/compress.hGeert Uytterhoeven
2009-06-02crypto: testmgr - Kill test_comp() sparse warningsGeert Uytterhoeven
2009-06-02crypto: aes-ni - Add support for more modesHuang Ying
2009-06-02crypto: fpu - Add template for blkcipher touching FPUHuang Ying
2009-06-02crypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher Huang Ying
2009-06-02crypto: api - Use kzfreeJohannes Weiner
2009-06-02crypto: tcrypt - Reduce stack sizeFrank Seidel
2009-05-31crypto: hash - Fix handling of sg entry that crosses page boundaryHerbert Xu
2009-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2009-04-21crypto: api - Fix algorithm module auto-loadingHerbert Xu
2009-04-15crypto: eseqiv - Fix IV generation for sync algorithmsSteffen Klassert
2009-04-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2009-04-03Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown
2009-03-27crypto: shash - Fix unaligned calculation with short lengthYehuda Sadeh
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2009-03-25dmaengine: allow dma support for async_tx to be toggledDan Williams
2009-03-25async_tx: provide __async_inline for HAS_DMA=n archsDan Williams
2009-03-04crypto: testmgr - add zlib testGeert Uytterhoeven
2009-03-04crypto: zlib - New zlib crypto module, using pcompGeert Uytterhoeven
2009-03-04crypto: testmgr - Add support for the pcomp interfaceGeert Uytterhoeven
2009-03-04crypto: compress - Add pcomp interfaceGeert Uytterhoeven
2009-03-04crypto: Fix dead linksAdrian-Ken Rueegsegger
2009-02-26crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu
2009-02-19crypto: ahash - Fix digest size in /proc/cryptoLee Nipper
2009-02-19crypto: chainiv - Use kcrypto_wq instead of keventd_wqHuang Ying
2009-02-19crypto: cryptd - Per-CPU thread implementation based on kcrypto_wqHuang Ying
2009-02-19crypto: api - Use dedicated workqueue for crypto subsystemHuang Ying