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