summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown
2009-09-21async_tx/raid6: add missing dma_unmap calls to the async fail caseDan Williams
2009-09-16raid6test: fix stack overflowDan Williams
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams
2009-09-08dmaengine, async_tx: support alignment checksDan Williams
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-09-08Merge commit 'v2.6.31-rc1' into dmaengineDan Williams
2009-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2009-09-02crypto: vmac - New hash algorithm for intel_txt supportShane Wang
2009-08-31crypto: api - Do not displace newly registered algorithmsHerbert Xu
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-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu
2009-08-29crypto: ansi_cprng - Fix module initializationSteffen Klassert
2009-08-20crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctxSteffen Klassert
2009-08-20crypto: fips - Depend on ansi_cprngNeil Horman
2009-08-14crypto: blkcipher - Do not use eseqiv on stream ciphersHerbert Xu
2009-08-13crypto: ctr - Use chainiv on raw counter modeHerbert Xu
2009-08-13Revert crypto: fips - Select CPRNGHerbert Xu
2009-08-13crypto: rng - Fix typoChristian Kujau
2009-08-06crypto: cryptd - Add support to access underlaying shashHuang Ying
2009-08-06crypto: gcm - Use GHASH digest algorithmHuang Ying
2009-08-06crypto: ghash - Add GHASH digest algorithm for GCMHuang Ying
2009-08-05crypto: authenc - Convert to ahashSteffen Klassert
2009-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2009-07-24crypto: hmac - Prehash ipad/opadHerbert Xu
2009-07-24crypto: aes - Undefined behaviour in crypto_aes_expand_keyPhil Carmody
2009-07-24crypto: shash - Test for the algorithms import function before exporting itSteffen Klassert
2009-07-24crypto: ahash - Use GFP_KERNEL on allocation if the request can sleepSteffen Klassert
2009-07-22crypto: shash - Require all algorithms to support export/importHerbert Xu
2009-07-22crypto: sha512_generic - Use 64-bit countersHerbert Xu
2009-07-22crypto: sha512 - Export struct sha512_stateHerbert Xu
2009-07-22crypto: xcbc - Fix shash conversionHerbert Xu
2009-07-22crypto: xcbc - Use crypto_xorHerbert Xu
2009-07-22crypto: cryptd - Add finup/export/import for hashHerbert Xu
2009-07-15crypto: shash - Fix async finup handling of null digestHerbert Xu
2009-07-15crypto: ahash - Fix setkey crashHerbert Xu
2009-07-15crypto: xcbc - Fix incorrect error value when creating instanceHerbert Xu
2009-07-15crypto: hmac - Fix incorrect error value when creating instanceHerbert Xu
2009-07-15crypto: cryptd - Fix uninitialized return valueSteffen Klassert
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu
2009-07-14crypto: ahash - Use GFP_KERNEL in unaligned setkeyHerbert Xu
2009-07-14crypto: shash - Fix alignment in unaligned operationsHerbert Xu