aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/talitos.c
AgeCommit message (Expand)Author
2011-12-20crypto: talitos - convert talitos_error to struct deviceKim Phillips
2011-12-20crypto: talitos - remove NO_IRQ referencesKim Phillips
2011-12-20crypto: talitos - fix bad kfreeKim Phillips
2011-11-30crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin
2011-11-21crypto: talitos - support for channel remap and 2nd IRQKim Phillips
2011-11-21crypto: talitos - prepare driver for channel remap supportKim Phillips
2011-11-21crypto: talitos - be less noisy on startupKim Phillips
2011-11-21crypto: talitos - add hmac algorithmsLee Nipper
2011-10-21crypto: talitos - handle descriptor not found in error pathKim Phillips
2011-07-15crypto: talitos - don't bad_key in ablkcipher setkeyKim Phillips
2011-07-15crypto: talitos - remove unused giv from ablkcipher methodsKim Phillips
2011-07-15crypto: talitos - don't set done notification in hot pathKim Phillips
2011-07-15crypto: talitos - ensure request ordering within a single tfmKim Phillips
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely
2010-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2010-09-23crypto: talitos - sparse check endian fixesKim Phillips
2010-09-23crypto: talitos - fix checkpatch warningKim Phillips
2010-09-23crypto: talitos - fix warning: 'alg' may be used uninitialized in this functionKim Phillips
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2010-07-19crypto: talitos - fix bug in sg_copy_end_to_bufferLee Nipper
2010-06-16crypto: talitos - fix ahash for multiple of blocksizeLee Nipper
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-19crypto: talitos - add support for sha224Kim Phillips
2010-05-19crypto: talitos - add hash algorithmsLee Nipper
2010-05-19crypto: talitos - second prepare step for adding ahash algorithmsLee Nipper
2010-05-19crypto: talitos - prepare for adding ahash algorithms Lee Nipper
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-17crypto: Make Open Firmware device id constantMárton Németh
2009-08-13crypto: talitos - add support for 36 bit addressingKim Phillips
2009-08-13crypto: talitos - align locks on cache linesKim Phillips
2009-08-13crypto: talitos - simplify hmac data size calculationKim Phillips
2009-06-02crypto: talitos - Avoid unnecessary decrypt checkKim Phillips
2009-06-02crypto: talitos - containerof related codingstyleKim Phillips
2009-06-02crypto: talitos - Whitespace/codingstyle/overrun lines cleanupKim Phillips
2009-06-02crypto: talitos - Add ablkcipher algorithmsLee Nipper
2009-06-02crypto: talitos - scaffolding for new algorithm typesLee Nipper
2008-12-25crypto: talitos - Ack done interrupt in isr instead of taskletLee Nipper
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-11-30fix talitosAl Viro
2008-09-14crypto: talitos - Avoid consecutive packets going out with same IVKim Phillips
2008-08-13crypto: talitos - Add handling for SEC 3.x treatment of link tableLee Nipper
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