summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2016-09-13crypto: omap-sham - avoid executing tasklet where not neededTero Kristo
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-07crypto: mv_cesa - remove NO_IRQ referenceArnd Bergmann
2016-09-07crypto: ccp - add missing release in ccp_dmaengine_registerQuentin Lambert
2016-09-07crypto: caam - fix rfc3686(ctr(aes)) IV loadCatalin Vasile
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE
2016-09-07crypto: qat - fix incorrect accelerator mask for C3X devicesMaksim Lukoshkov
2016-08-31crypto: qat - fix constants table DMAMaksim Lukoshkov
2016-08-31crypto: caam - add missing header dependenciesBaoyou Xie
2016-08-31crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă
2016-08-26chcr: Fix non static symbol warningWei Yongjun
2016-08-24crypto: rockchip - use devm_add_action_or_reset()Sudip Mukherjee
2016-08-24crypto: mxc-scc - check clk_prepare_enable() errorFabio Estevam
2016-08-24crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()Wei Yongjun
2016-08-24crypto: vmx - fix null dereference in p8_aes_xts_cryptLi Zhong
2016-08-24crypto: qat - fix aes-xts key sizesGiovanni Cabiddu
2016-08-19crypto: Added Chelsio Menu to the Kconfig fileHariprasad Shenai
2016-08-18chcr: Support for Chelsio's Crypto HardwareHariprasad Shenai
2016-08-16crypto: ccp - Fix non static symbol warningWei Yongjun
2016-08-16crypto: sun4i-ss - fix indentation of two crypto algCorentin LABBE
2016-08-16crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ssCorentin LABBE
2016-08-16crypto: sun4i-ss - fix spellingCorentin LABBE
2016-08-16crypto: sun4i-ss - clean unused ssCorentin LABBE
2016-08-16crypto: sun4i-ss - unify update/final functionCorentin LABBE
2016-08-16crypto: sun4i-ss - fix a few signed warningCorentin LABBE
2016-08-09crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqRomain Perier
2016-08-09crypto: marvell - Don't overwrite default creq->state during initializationRomain Perier
2016-08-09crypto: marvell - Update transformation context for each dequeued reqRomain Perier
2016-08-09crypto: marvell - make mv_cesa_ahash_cache_req() return boolThomas Petazzoni
2016-08-09crypto: marvell - turn mv_cesa_ahash_init() into a function returning voidThomas Petazzoni
2016-08-09crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()Thomas Petazzoni
2016-08-09crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Thomas Petazzoni
2016-08-09crypto: caam - avoid kernel warnings on probe failureRussell King
2016-08-09crypto: caam - get rid of taskletRussell King
2016-08-09crypto: caam - add ahash_edesc_add_src()Russell King
2016-08-09crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()Russell King
2016-08-09crypto: caam - add ahash_edesc_alloc() for descriptor allocationRussell King
2016-08-09crypto: caam - check and use dma_map_sg() return codeRussell King
2016-08-09crypto: caam - ensure that we clean up after an errorRussell King
2016-08-09crypto: caam - replace sec4_sg pointer with arrayRussell King
2016-08-09crypto: caam - mark the hardware descriptor as cache line alignedRussell King
2016-08-09crypto: caam - incorporate job descriptor into struct ahash_edescRussell King
2016-08-09crypto: caam - ensure descriptor buffers are cacheline alignedRussell King
2016-08-09crypto: caam - fix DMA API mapping leakRussell King
2016-08-09crypto: img-hash - Fix set_reqsize callWill Thomas
2016-08-09crypto: img-hash - log a successful probeJames Hartley
2016-08-09crypto: img-hash - Add support for export and importJames Hartley
2016-08-09crypto: img-hash - Add suspend resume hooks for img hashGovindraj Raja
2016-08-09crypto: img-hash - Reconfigure DMA Burst lengthWill Thomas