aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/talitos.c
AgeCommit message (Expand)Author
2013-03-21Revert "crypto: talitos - add IPsec ESN support"Horia Geanta
2012-10-15crypto: talitos - convert to use be16_add_cpu()Wei Yongjun
2012-08-28crypto: talitos - add IPsec ESN supportHoria Geanta
2012-08-28crypto: talitos - support for assoc data provided as scatterlistHoria Geanta
2012-08-28crypto: talitos - change type and name for [src|dst]_is_chainedHoria Geanta
2012-08-28crypto: talitos - prune unneeded descriptor allocation paramHoria Geanta
2012-08-28crypto: talitos - fix icv management on outbound directionHoria Geanta
2012-08-28crypto: talitos - consolidate common cra_* assignmentsKim Phillips
2012-08-28crypto: talitos - consolidate cra_type assignmentsKim Phillips
2012-07-11crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithmsHoria Geanta
2012-07-11crypto: talitos - export the talitos_submit functionHoria Geanta
2012-07-11crypto: talitos - move talitos structures to header fileHoria Geanta
2012-04-09crypto: talitos - properly lock access to global talitos registersHoria Geanta
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos
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