summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'md-raid6-accel' into ioat3.2Dan Williams2009-09-099-201/+1247
|\
| * async_tx: raid6 recovery self testDan Williams2009-08-302-0/+242
| * async_tx: add support for asynchronous RAID6 recovery operationsDan Williams2009-08-303-0/+454
| * async_tx: add support for asynchronous GF multiplicationDan Williams2009-08-304-1/+394
| * async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams2009-08-301-6/+7
| * async_tx: kill needless module_{init|exit}Dan Williams2009-08-303-40/+3Star
| * async_tx: add sum check flagsDan Williams2009-08-301-2/+2
| * async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams2009-06-031-31/+29Star
| * async_tx: structify submission arguments, add scribbleDan Williams2009-06-034-114/+111Star
| * async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams2009-06-034-8/+6Star
| * async_tx: rename zero_sum to valDan Williams2009-04-081-8/+8
| * Merge branch 'dmaengine' into async-tx-raid6Dan Williams2009-04-082-8/+5Star
| |\
* | | crypto: hash - Fix handling of sg entry that crosses page boundaryHerbert Xu2009-05-311-3/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-05-182-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 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-04-032-8/+5Star
|\ \ \ \ | | |_|/ | |/| |
| * | | 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/+2Star
* | | | 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 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/+104Star
| * 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/+16Star
| * 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/+0Star
* | crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu2009-02-261-2/+13
* | crypto: ahash - Fix digest size in /proc/cryptoLee Nipper2009-02-191-1/+1
|/
* crypto: lrw - Fix big endian supportHerbert Xu2009-02-171-1/+7
* crypto: scatterwalk - Avoid flush_dcache_page on slab pagesHerbert Xu2009-02-091-1/+2
* crypto: api - Fix zeroing on freeHerbert Xu2009-02-051-10/+10
* crypto: shash - Fix module refcountAdrian-Ken Rueegsegger2009-02-051-1/+6
* crypto: api - Fix algorithm test race that broke aead initialisationHerbert Xu2009-01-281-1/+5
* crypto: ccm - Fix handling of null assoc dataJarod Wilson2009-01-271-0/+2