aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/talitos.c
Commit message (Expand)AuthorAgeFilesLines
* dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-10-241-14/+15
|\
| * crypto: talitos - sparse check endian fixesKim Phillips2010-09-231-12/+11
| * crypto: talitos - fix checkpatch warningKim Phillips2010-09-231-2/+1
| * crypto: talitos - fix warning: 'alg' may be used uninitialized in this functionKim Phillips2010-09-231-0/+3
* | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-08-041-37/+40
|\
| * crypto: talitos - fix ahash for multiple of blocksizeLee Nipper2010-06-161-37/+40
* | crypto: talitos - fix bug in sg_copy_end_to_bufferLee Nipper2010-07-191-1/+5
|/
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-47/+652
|\
| * crypto: talitos - add support for sha224Kim Phillips2010-05-191-9/+72
| * crypto: talitos - add hash algorithmsLee Nipper2010-05-191-18/+526
| * crypto: talitos - second prepare step for adding ahash algorithmsLee Nipper2010-05-191-12/+43
| * crypto: talitos - prepare for adding ahash algorithms Lee Nipper2010-05-191-18/+21
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-1/+1
|/
* 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