summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: padlock-aes - work around Nano CPU errata in CBC modeChuck Ebbert2009-06-181-18/+65
* crypto: padlock-aes - work around Nano CPU errata in ECB modeChuck Ebbert2009-06-181-35/+46
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-141-3/+3
|\
| * trivial: Kconfig: .ko is normally not included in module namesPavel Machek2009-06-121-3/+3
* | crypto: hifn_795x - fix __dev{init,exit} markingsMike Frysinger2009-06-021-4/+4
* | crypto: padlock - Restore dependency on x86Herbert Xu2009-06-021-1/+1
* | crypto: padlock - Enable on x86_64Sebastian Andrzej Siewior2009-06-022-1/+14
* | crypto: talitos - Avoid unnecessary decrypt checkKim Phillips2009-06-021-2/+1
* | crypto: talitos - containerof related codingstyleKim Phillips2009-06-021-10/+16
* | crypto: talitos - Whitespace/codingstyle/overrun lines cleanupKim Phillips2009-06-021-47/+48
* | crypto: talitos - Add ablkcipher algorithmsLee Nipper2009-06-021-38/+342
* | crypto: talitos - scaffolding for new algorithm typesLee Nipper2009-06-021-116/+129
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-05-172-2/+33
|\
| * crypto: padlock - Revert aes-all alias to aesHerbert Xu2009-04-211-1/+1
| * crypto: ixp4xx - check firmware for crypto supportChristian Hohnstaedt2009-04-121-1/+32
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-072-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-04-031-119/+63
|\ \ | |/
| * crypto: ixp4xx - Fix handling of chained sg buffersChristian Hohnstaedt2009-03-271-119/+63
* | workqueue: add to_delayed_work() helper functionJean Delvare2009-04-021-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-03-269-3/+2430
|\
| * crypto: amcc - Add crypt4xx driverJames Hsiao2009-02-189-0/+2427
| * crypto: sha-s390 - Switch to shashHerbert Xu2009-02-181-3/+3
* | crypto: ixp4xx - Fix qmgr_request_queue build failureKrzysztof HaƂasa2009-03-041-2/+4
* | crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu2009-02-262-3/+3
|/
* crypto: talitos - Ack done interrupt in isr instead of taskletLee Nipper2008-12-251-13/+7
* crypto: remove uses of __constant_{endian} helpersHarvey Harrison2008-12-251-41/+41
* crypto: hifn_795x - Use softirq kernel mapping in bh contextEvgeniy Polyakov2008-12-251-3/+5
* crypto: hifn_795x - Fix queue managementEvgeniy Polyakov2008-12-251-93/+81
* crypto: hifn_795x - Remove some unused cruftPatrick McHardy2008-12-251-31/+1
* crypto: hifn_795x - Fix queue processingPatrick McHardy2008-12-251-1/+8
* crypto: hifn_795x - Fix request context corruptionPatrick McHardy2008-12-251-44/+56
* crypto: hifn_795x - Don't copy src sg listPatrick McHardy2008-12-251-42/+33
* crypto: hifn_795x - Fix DMA setupPatrick McHardy2008-12-251-84/+81
* crypto: padlock - Avoid resetting cword on successive operationsHerbert Xu2008-12-251-10/+42
* crypto: talitos - Preempt overflow interrupts off-by-one fixVishnu Suresh2008-12-251-1/+1
* crypto: talitos - Perform auth check in h/w if on sec 2.1 and aboveKim Phillips2008-12-252-44/+91
* crypto: talitos - Implement done interrupt mitigationLee Nipper2008-12-252-9/+24
* crypto: talitos - Pass correct interrupt status to error handlerKim Phillips2008-12-251-9/+3
* crypto: hifn - Disable driver when physical size exceeds 32 bitsEvgeniy Polyakov2008-12-251-0/+5
* fix talitosAl Viro2008-11-301-2/+2
* crypto: talitos - Avoid consecutive packets going out with same IVKim Phillips2008-09-141-2/+4
* crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore()Suresh Siddha2008-08-132-1/+36
* crypto: talitos - Add handling for SEC 3.x treatment of link tableLee Nipper2008-08-131-15/+39
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
* crypto: talitos - sparse fixKim Phillips2008-07-171-1/+1
* crypto: talitos - Stop leaking memory in error pathKim Phillips2008-07-171-2/+7
* crypto: talitos - Fix GFP flag usageKim Phillips2008-07-171-2/+4
* crypto: talitos - Preempt overflow interruptsKim Phillips2008-07-171-5/+22
* crypto: talitos - Correct dst != src case handlingLee Nipper2008-07-171-1/+1
* crypto: talitos - Remove calls to of_node_putLee Nipper2008-07-171-5/+0
OpenPOWER on IntegriCloud