aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/caam
AgeCommit message (Expand)Author
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2013-08-21crypto: caam - add option for enabling DEBUG modeAlex Porosanu
2013-08-21crypto: caam - replace xstr macro with __stringifyAlex Porosanu
2013-08-01crypto: caam - Remove unused functions from Job RingRuchika Gupta
2013-08-01crypto: caam - RNG instantiation by directly programming DECORuchika Gupta
2013-07-10crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.hVakul Garg
2013-07-10crypto: caam - Fixed the memory out of bound overwrite issueVakul Garg
2013-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptoHerbert Xu
2013-05-28crypto: caam - add missing flag for the LOAD/STORE commandsAndrei Varvara
2013-05-28crypto: caam - Add define for Adjust Output Frame Length in PDBAndrei Varvara
2013-05-28crypto: caam - Add defines for CAAM commandsAndrei Varvara
2013-05-28crypto: caam - Add defines for overwriting Descriptor's memoryAndrei Varvara
2013-05-28crypto: caam - Add new macros for building extended SEC descriptors (> 64 words)Andrei Varvara
2013-05-28crypto: caam - Add MATH command to support shld functionAndrei Varvara
2013-05-28crypto: caam - Fix STORE command to support overwriting Shared Descriptor's m...Andrei Varvara
2013-05-28crypto: caam - fix SEQ IN PTR command when RTO or PRE bit is setAndrei Varvara
2013-05-14crypto: caam - fix inconsistent assoc dma mapping directionHoria Geanta
2013-05-14crypto: caam - FIX RNG init for RNG greater than equal to 4Ruchika Gupta
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-25crypto: caam - fix job ring cleanup codeVakul Garg
2013-04-25crypto: caam - static constify error dataKim Phillips
2013-04-25crypto: caam - change key gen functions to return signed intKim Phillips
2013-03-22crypto: caam - Fix missing init of '.type' in AEAD algos.Vakul Garg
2013-03-22crypto: caam - set RDB bit in security configuration registerVakul Garg
2013-03-21Revert "crypto: caam - add IPsec ESN support"Horia Geanta
2013-03-18treewide: Fix typos in printk and commentMasanari Iida
2013-03-10crypto: caam - fix typo "CRYPTO_AHASH"Paul Bolle
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-09-27crypto: caam - increase TRNG clocks per sampleKim Phillips
2012-09-27crypto: caam - fix error IDs for SEC v5.x RNG4Horia Geanta
2012-09-07crypto: caam - add IPsec ESN supportHoria Geanta
2012-09-07crypto: caam - coccicheck fixesKim Phillips
2012-09-07crypto/caam: Export gen_split_key symbol for other modulesBen Collins
2012-08-20crypto: caam - fix possible deadlock conditionKim Phillips
2012-08-01crypto: caam - set descriptor sharing type to SERIALKim Phillips
2012-08-01crypto: caam - add backward compatible string sec4.0Shengzhou Liu
2012-08-01crypto: caam - fix possible deadlock conditionKim Phillips
2012-07-11crypto: caam - ERA retrieval and printing for SEC deviceAlex Porosanu
2012-07-11crypto: caam - Using alloc_coherent for caam job ringsBharat Bhushan
2012-06-27crypto: caam - one tasklet per job ringKim Phillips
2012-06-27crypto: caam - consolidate memory barriers from job ring en/dequeueKim Phillips
2012-06-27crypto: caam - only query h/w in job ring dequeue pathKim Phillips
2012-06-27crypto: caam - use non-irq versions of spinlocks for job ringsKim Phillips
2012-06-27crypto: caam - disable IRQ coalescing by defaultKim Phillips
2012-06-27crypto: caam - add support for SEC v5.x RNG4Kim Phillips
2012-06-27crypto: caam - assign 40-bit masks on SEC v5.0 and aboveKim Phillips
2012-06-27crypto: caam - hwrng supportYuan Kang
2012-06-27crypto: caam - chaining supportYuan Kang