summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2009-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-2/+33
2009-04-21crypto: padlock - Revert aes-all alias to aesHerbert Xu-1/+1
2009-04-12crypto: ixp4xx - check firmware for crypto supportChristian Hohnstaedt-1/+32
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-2/+2
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-119/+63
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare-1/+1
2009-03-27crypto: ixp4xx - Fix handling of chained sg buffersChristian Hohnstaedt-119/+63
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-3/+2430
2009-03-04crypto: ixp4xx - Fix qmgr_request_queue build failureKrzysztof HaƂasa-2/+4
2009-02-26crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu-3/+3
2009-02-18crypto: amcc - Add crypt4xx driverJames Hsiao-0/+2427
2009-02-18crypto: sha-s390 - Switch to shashHerbert Xu-3/+3
2008-12-25crypto: talitos - Ack done interrupt in isr instead of taskletLee Nipper-13/+7
2008-12-25crypto: remove uses of __constant_{endian} helpersHarvey Harrison-41/+41
2008-12-25crypto: hifn_795x - Use softirq kernel mapping in bh contextEvgeniy Polyakov-3/+5
2008-12-25crypto: hifn_795x - Fix queue managementEvgeniy Polyakov-93/+81
2008-12-25crypto: hifn_795x - Remove some unused cruftPatrick McHardy-31/+1
2008-12-25crypto: hifn_795x - Fix queue processingPatrick McHardy-1/+8
2008-12-25crypto: hifn_795x - Fix request context corruptionPatrick McHardy-44/+56
2008-12-25crypto: hifn_795x - Don't copy src sg listPatrick McHardy-42/+33
2008-12-25crypto: hifn_795x - Fix DMA setupPatrick McHardy-84/+81
2008-12-25crypto: padlock - Avoid resetting cword on successive operationsHerbert Xu-10/+42
2008-12-25crypto: talitos - Preempt overflow interrupts off-by-one fixVishnu Suresh-1/+1
2008-12-25crypto: talitos - Perform auth check in h/w if on sec 2.1 and aboveKim Phillips-44/+91
2008-12-25crypto: talitos - Implement done interrupt mitigationLee Nipper-9/+24
2008-12-25crypto: talitos - Pass correct interrupt status to error handlerKim Phillips-9/+3
2008-12-25crypto: hifn - Disable driver when physical size exceeds 32 bitsEvgeniy Polyakov-0/+5
2008-11-30fix talitosAl Viro-2/+2
2008-09-14crypto: talitos - Avoid consecutive packets going out with same IVKim Phillips-2/+4
2008-08-13crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore()Suresh Siddha-1/+36
2008-08-13crypto: talitos - Add handling for SEC 3.x treatment of link tableLee Nipper-15/+39
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King-2/+2
2008-07-17crypto: talitos - sparse fixKim Phillips-1/+1
2008-07-17crypto: talitos - Stop leaking memory in error pathKim Phillips-2/+7
2008-07-17crypto: talitos - Fix GFP flag usageKim Phillips-2/+4
2008-07-17crypto: talitos - Preempt overflow interruptsKim Phillips-5/+22
2008-07-17crypto: talitos - Correct dst != src case handlingLee Nipper-1/+1
2008-07-17crypto: talitos - Remove calls to of_node_putLee Nipper-5/+0
2008-07-13crypto: ixp4xx - Select CRYPTO_AUTHENCImre Kaloz-0/+1
2008-07-10crypto: talitos - Add support for sha256 and md5 variantsLee Nipper-12/+99
2008-07-10crypto: talitos - Use proper form for algorithm driver namesHerbert Xu-2/+2
2008-07-10crypto: talitos - Add support for 3desLee Nipper-27/+69
2008-07-10crypto: padlock - Make module loading quieter when hardware isn't availableJeremy Katz-4/+4
2008-07-10crypto: ixp4xx - Hardware crypto support for IXP4xx CPUsChristian Hohnstaedt-0/+1516
2008-07-10crypto: talitos - Freescale integrated security engine (SEC) driverKim Phillips-0/+1684
2008-07-10[CRYPTO] hifn: Simplify code using ARRAY_SIZE() macroRobert P. J. Day-1/+1
2008-07-10[CRYPTO] hifn: Remove duplicated includeHuang Weiyi-1/+0
2008-07-10[HIFN]: Have HW invalidate src and dest descriptors after processingPatrick McHardy-4/+4
2008-07-10[HIFN]: Move command descriptor setup to seperate functionPatrick McHardy-101/+104
2008-07-10[HIFN]: Fix max queue length valuePatrick McHardy-1/+1