summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam
AgeCommit message (Expand)Author
2015-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-08-24crypto: caam - Use the preferred style for memory allocationsFabio Estevam
2015-08-24crypto: caam - Propagate the real error code in caam_probeFabio Estevam
2015-08-24crypto: caam - Fix the error handling in caam_probeFabio Estevam
2015-08-24crypto: caam - fix writing to JQCR_MS when using service interfaceHoria Geant?
2015-08-18crypto: caam - add support for LS1021AHoria Geant?
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu
2015-08-13crypto: caam - Remove unneeded 'ret' variableFabio Estevam
2015-08-13crypto: caam - Fix error handling in caam_rng_init()Fabio Estevam
2015-08-13crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?
2015-08-10crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan
2015-08-10crypto: caam - Enable MXC devices to select CAAM driver in KconfigSteve Cornelius
2015-08-10crypto: caam - Use local sg pointers to walk the scatterlistVictoria Milhoan
2015-08-10crypto: caam - Correct DMA unmap size in ahash_update_ctx()Victoria Milhoan
2015-08-10crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan
2015-08-10crypto: caam - Modify Freescale CAAM driver Scatter Gather entry definitionVictoria Milhoan
2015-08-10crypto: caam - Enable and disable clocks on Freescale i.MX platformsVictoria Milhoan
2015-08-10crypto: caam - Add setbits32/clrbits32/clrsetbits primitives for ARM compatib...Victoria Milhoan
2015-08-10crypto: caam - Add cache coherency supportVictoria Milhoan
2015-08-04crypto: caam - Convert authenc to new AEAD interfaceHerbert Xu
2015-07-31crypto: caam - fix rfc4106 encap shared descriptorHoria Geant?
2015-07-20crypto: caam - fix warning in APPEND_MATH_IMM_u64Tudor Ambarus
2015-07-20crypto: caam - fix RNG init descriptor ret. code checkingHoria Geant?
2015-07-20crypto: caam - fix snooping for write transactionsHoria Geant?
2015-07-20crypto: caam - fix ERA property readingAlex Porosanu
2015-07-14crypto: caam - Use new IV conventionHerbert Xu
2015-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-06-19crypto: caam - Set last bit on src SG listHerbert Xu
2015-06-19crypto: caam - Reintroduce DESC_MAX_USED_BYTESHerbert Xu
2015-06-18crypto: drivers - Fix Kconfig selectsHerbert Xu
2015-06-18crypto: caam - fix non-64-bit write/read accessSteffen Trumtrar
2015-06-17crypto: caam - Convert GCM to new AEAD interfaceHerbert Xu
2015-06-17crypto: caam - Handle errors in dma_map_sg_chainedHerbert Xu
2015-06-16crypto: caam - Provide correct value to iounmap() in controller driverVictoria Milhoan
2015-06-16crypto: caam - Fix incorrect size when DMA unmapping bufferVictoria Milhoan
2015-06-16crypto: caam - fix RNG buffer cache alignmentSteve Cornelius
2015-06-16crypto: caam - improve initalization for context state savesSteve Cornelius
2015-06-09crypto: caam - Clamp AEAD SG list by input lengthHerbert Xu
2015-05-22crypto: caam - Use old_aead_algHerbert Xu
2015-05-13crypto: caam - Remove unnecessary reference to crt_aeadHerbert Xu
2015-05-13crypto: caam - Include internal/aead.hHerbert Xu
2015-04-23crypto: caam - Remove bogus references to crypto API internalsHerbert Xu
2015-03-09hwrng: caam - fix rng_unmap_ctx's DMA_UNMAP size problemYanjiang Jin
2015-03-09crypto: caam - fix uninitialized edesc->sec4_sg_bytes fieldYanjiang Jin
2015-01-26crypto: caam - fix resource clean-up on error path for caam_jr_initCristian Stoica
2015-01-26crypto: caam - pair irq map and dispose in the same functionCristian Stoica
2015-01-26crypto: caam - remove unused local variableCristian Stoica
2015-01-26crypto: caam - remove dead codeCristian Stoica
2015-01-26crypto: caam - don't emit ICV check failures to dmesgKim Phillips
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica