aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* crypto: ixp4xx - Select CRYPTO_AUTHENCImre Kaloz2008-07-131-0/+1
* crypto: talitos - Add support for sha256 and md5 variantsLee Nipper2008-07-101-12/+99
* crypto: talitos - Use proper form for algorithm driver namesHerbert Xu2008-07-101-2/+2
* crypto: talitos - Add support for 3desLee Nipper2008-07-102-27/+69
* crypto: padlock - Make module loading quieter when hardware isn't availableJeremy Katz2008-07-102-4/+4
* crypto: ixp4xx - Hardware crypto support for IXP4xx CPUsChristian Hohnstaedt2008-07-103-0/+1516
* crypto: talitos - Freescale integrated security engine (SEC) driverKim Phillips2008-07-104-0/+1684
* [CRYPTO] hifn: Simplify code using ARRAY_SIZE() macroRobert P. J. Day2008-07-101-1/+1
* [CRYPTO] hifn: Remove duplicated includeHuang Weiyi2008-07-101-1/+0
* [HIFN]: Have HW invalidate src and dest descriptors after processingPatrick McHardy2008-07-101-4/+4
* [HIFN]: Move command descriptor setup to seperate functionPatrick McHardy2008-07-101-101/+104
* [HIFN]: Fix max queue length valuePatrick McHardy2008-07-101-1/+1
* [HIFN]: Properly initialize ivsize for CBC modesPatrick McHardy2008-07-101-0/+3
* [HIFN]: Use unique driver names for different algosPatrick McHardy2008-07-101-13/+14
* [HIFN]: Properly handle requests for less than the full scatterlistPatrick McHardy2008-07-101-10/+10
* [HIFN]: Fix data alignment checksPatrick McHardy2008-07-101-28/+14
* [HIFN]: Handle ablkcipher_walk errorsPatrick McHardy2008-07-101-1/+4
* [HIFN]: Indicate asynchronous processing to crypto APIPatrick McHardy2008-07-101-2/+2
* [HIFN]: Remove printk_ratelimit() for debugging printkPatrick McHardy2008-07-101-1/+1
* [HIFN]: Endianess fixesPatrick McHardy2008-07-101-30/+30
* [CRYPTO] padlock-aes: Use generic setkey functionSebastian Siewior2008-04-212-301/+20
* [CRYPTO] sha384: Hardware acceleration for s390Jan Glauber2008-04-211-2/+4
* [CRYPTO] sha512: Hardware acceleration for s390Jan Glauber2008-04-211-0/+11
* [S390] zcrypt: add support for large random numbersRalph Wuerthner2008-04-171-0/+1
* drivers/crypto/hifn_795x.c trivial endianness annotationsAl Viro2008-03-301-14/+14