aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-0/+7
2009-12-17async_tx: expand async raid6 test to cover ioatdma corner caseDan Williams1-0/+7
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-443/+111
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-9/+3
2009-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu11-247/+1445
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-34/+73
2009-11-23crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPSJaswinder Singh Rajput1-28/+28
2009-11-23crypto: testmgr - Add ghash algorithm test before provide to usersYouquan, Song2-0/+24
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams3-6/+28
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-1/+1
2009-11-16crypto: gcm - fix another complete call in complete fuctionHuang Ying1-34/+73
2009-11-12sysctl crypto: Remove dead binary sysctl supportEric W. Biederman1-8/+2
2009-10-31Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds3-65/+113
2009-10-27crypto: ghash-intel - Fix building failure on x86_32Huang Ying1-0/+1
2009-10-27crypto: testmgr - Fix warningFelipe Contreras1-1/+1
2009-10-27crypto: ansi_cprng - Fix test in get_prng_bytesRoel Kluin1-3/+0
2009-10-19async_tx: fix asynchronous raid6 recovery for ddf layoutsDan Williams1-30/+56
2009-10-19async_pq: rename scribble pageDan Williams1-7/+8
2009-10-19async_pq: kill a stray dma_map() call and other cleanupsDan Williams1-7/+8
2009-10-19crypto: api - Remove digest case from procfs show handlerBenjamin Gilbert1-7/+0
2009-10-19crypto: hash - Remove legacy hash/digest codeBenjamin Gilbert2-423/+0
2009-10-19crypto: ansi_cprng - Add FIPS wrapperNeil Horman1-9/+70
2009-10-19crypto: ghash - Add PCLMULQDQ accelerated implementationHuang Ying2-0/+15
2009-10-16raid6/async_tx: handle holes in block list in async_syndrome_valNeilBrown2-14/+35
2009-10-16md/async: don't pass a memory pointer as a page pointer.NeilBrown2-16/+15
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-03this_cpu: Use this_cpu_ptr in crypto subsystemChristoph Lameter1-1/+1
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linusNeilBrown9-204/+1292
2009-09-21async_tx/raid6: add missing dma_unmap calls to the async fail caseDan Williams1-0/+13
2009-09-16raid6test: fix stack overflowDan Williams1-2/+1
2009-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds27-1075/+2960
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams11-234/+1155
2009-09-08dmaengine, async_tx: support alignment checksDan Williams4-6/+9
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorDan Williams1-0/+4
2009-09-08dmaengine: add fence supportDan Williams5-27/+50
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams9-201/+1247
2009-09-08Merge commit 'v2.6.31-rc1' into dmaengineDan Williams11-234/+1155
2009-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+9
2009-09-02crypto: vmac - New hash algorithm for intel_txt supportShane Wang6-0/+720
2009-08-31crypto: api - Do not displace newly registered algorithmsHerbert Xu1-14/+63
2009-08-29async_tx: raid6 recovery self testDan Williams2-0/+242
2009-08-29async_tx: add support for asynchronous RAID6 recovery operationsDan Williams3-0/+454
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams4-1/+394
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams1-6/+7
2009-08-29async_tx: kill needless module_{init|exit}Dan Williams3-40/+3
2009-08-29async_tx: add sum check flagsDan Williams1-2/+2
2009-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testHerbert Xu1-2/+9
2009-08-29crypto: ansi_cprng - Fix module initializationSteffen Klassert1-8/+1
2009-08-20crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctxSteffen Klassert1-3/+5