summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* crypto: Make Open Firmware device id constantMárton Németh2010-01-171-1/+1
* crypto: talitos - add support for 36 bit addressingKim Phillips2009-08-131-29/+40
* crypto: talitos - align locks on cache linesKim Phillips2009-08-131-83/+58
* crypto: talitos - simplify hmac data size calculationKim Phillips2009-08-131-5/+3
* 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
* crypto: talitos - Ack done interrupt in isr instead of taskletLee Nipper2008-12-251-13/+7
* 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-251-44/+83
* crypto: talitos - Implement done interrupt mitigationLee Nipper2008-12-251-8/+22
* crypto: talitos - Pass correct interrupt status to error handlerKim Phillips2008-12-251-9/+3
* fix talitosAl Viro2008-11-301-2/+2
* crypto: talitos - Avoid consecutive packets going out with same IVKim Phillips2008-09-141-2/+4
* crypto: talitos - Add handling for SEC 3.x treatment of link tableLee Nipper2008-08-131-15/+39
* 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: 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-101-25/+68
* crypto: talitos - Freescale integrated security engine (SEC) driverKim Phillips2008-07-101-0/+1467
OpenPOWER on IntegriCloud