summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorDan Williams
2009-09-08dmaengine: add fence supportDan Williams
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams
2009-08-29async_tx: raid6 recovery self testDan Williams
2009-08-29async_tx: add support for asynchronous RAID6 recovery operationsDan Williams
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams
2009-08-29async_tx: kill needless module_{init|exit}Dan Williams
2009-08-29async_tx: add sum check flagsDan Williams
2009-06-03async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams
2009-06-03async_tx: structify submission arguments, add scribbleDan Williams
2009-06-03async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams
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-08async_tx: rename zero_sum to valDan Williams
2009-04-08Merge branch 'dmaengine' into async-tx-raid6Dan Williams
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
2009-02-18crypto: testmgr - Test skciphers with no IVsHerbert Xu
2009-02-18crypto: aead - Avoid infinite loop when nivaead fails selftestHerbert Xu
2009-02-18crypto: skcipher - Avoid infinite loop when cipher fails selftestHerbert Xu
2009-02-18crypto: api - Fix crypto_alloc_tfm/create_create_tfm return conventionHerbert Xu
2009-02-18crypto: api - crypto_alg_mod_lookup either tested or untestedHerbert Xu
2009-02-18crypto: ansi_cprng - Panic on CPRNG test failure when in FIPS mode Neil Horman
2009-02-18crypto: ansi_cprng - Force reset on allocationNeil Horman
2009-02-18crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platformHuang Ying
2009-02-18crypto: cryptd - Add support to access underlying blkcipherHuang Ying
2009-02-18crypto: shash - Remove superfluous check in init_tfmHerbert Xu
2009-02-17crypto: lrw - Fix big endian supportHerbert Xu
2009-02-09crypto: scatterwalk - Avoid flush_dcache_page on slab pagesHerbert Xu
2009-02-05crypto: api - Fix zeroing on freeHerbert Xu
2009-02-05crypto: shash - Fix module refcountAdrian-Ken Rueegsegger