summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-9/+36
2015-09-21crypto: qat - VF should never trigger SBR on PHConor McLoughlin-0/+3
2015-09-21crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requestsThomas Petazzoni-9/+33
2015-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-2/+2
2015-09-10drivers/crypto/qat: use seq_hex_dump() to dump buffersAndy Shevchenko-14/+2
2015-09-10crypto: sunxi-ss - Fix a possible driver hang with ciphersLABBE Corentin-1/+1
2015-09-10crypto: vmx - VMX crypto should depend on CONFIG_VSXMichael Ellerman-1/+1
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+5
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-4023/+8753
2015-08-25crypto: qat - enable legacy VFsTadeusz Struk-106/+118
2015-08-24crypto: qat - silence a static checker warningTadeusz Struk-0/+4
2015-08-24crypto: vmx - Fixing opcode issueLeonidas Da Silva Barbosa-0/+1
2015-08-24crypto: caam - Use the preferred style for memory allocationsFabio Estevam-15/+11
2015-08-24crypto: caam - Propagate the real error code in caam_probeFabio Estevam-4/+4
2015-08-24crypto: caam - Fix the error handling in caam_probeFabio Estevam-11/+25
2015-08-24crypto: caam - fix writing to JQCR_MS when using service interfaceHoria Geant?-1/+1
2015-08-19crypto: sahara - Use dmam_alloc_coherentVaishali Thakkar-37/+9
2015-08-18crypto: caam - add support for LS1021AHoria Geant?-10/+29
2015-08-18crypto: qat - Don't move data inside output bufferTadeusz Struk-1/+1
2015-08-18crypto: vmx - Fixing GHASH Key issue on little endianLeonidas Da Silva Barbosa-0/+6
2015-08-18crypto: vmx - Fixing AES-CTR counter bugLeonidas Da Silva Barbosa-18/+24
2015-08-17crypto/omap-sham: remove an open coded access to ->page_linkChristoph Hellwig-1/+1
2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainDan Williams-5/+4
2015-08-17crypto: nx - Add forward declaration for struct crypto_aeadHerbert Xu-0/+2
2015-08-17crypto: amcc - Do a NULL check for pointerFabio Estevam-1/+1
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu-15/+7
2015-08-17crypto: qat - Remove reference to crypto_aead_crtHerbert Xu-3/+3
2015-08-13crypto: caam - Remove unneeded 'ret' variableFabio Estevam-2/+2
2015-08-13crypto: caam - Fix error handling in caam_rng_init()Fabio Estevam-3/+11
2015-08-13crypto: qat - fix simple_return.cocci warningsWu Fengguang-6/+2
2015-08-13crypto: qat - Fix unmet direct dependencies for QAT_DH895xCCVFTadeusz Struk-0/+2
2015-08-13crypto: sunxi-ss - Add optional reset control supportChen-Yu Tsai-0/+24
2015-08-13crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?-3/+4
2015-08-11crypto: qat - Fix adf_isr_resource_free name clashTadeusz Struk-7/+7
2015-08-11crypto: nx - respect sg limit bounds when building sg lists for SHAJan Stancek-23/+32
2015-08-10crypto: nx - Removing CTR mode from NX driverLeonidas Da Silva Barbosa-30/+1
2015-08-10crypto: qat - Add FW const tableTadeusz Struk-1/+106
2015-08-10crypto: qat - Add qat dh895xcc VF driverTadeusz Struk-0/+965
2015-08-10crypto: qat - Add support for SRIOVTadeusz Struk-94/+1426
2015-08-10crypto: qat - Move adf admin and adf hw arbitrer to common codeTadeusz Struk-241/+97
2015-08-10crypto: talitos - Prevent panic in probe error pathAaron Sierra-2/+12
2015-08-10crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan-18/+110
2015-08-10crypto: caam - Enable MXC devices to select CAAM driver in KconfigSteve Cornelius-1/+1
2015-08-10crypto: caam - Use local sg pointers to walk the scatterlistVictoria Milhoan-7/+17
2015-08-10crypto: caam - Correct DMA unmap size in ahash_update_ctx()Victoria Milhoan-1/+1
2015-08-10crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan-19/+18
2015-08-10crypto: caam - Modify Freescale CAAM driver Scatter Gather entry definitionVictoria Milhoan-5/+21
2015-08-10crypto: caam - Enable and disable clocks on Freescale i.MX platformsVictoria Milhoan-0/+94
2015-08-10crypto: caam - Add setbits32/clrbits32/clrsetbits primitives for ARM compatib...Victoria Milhoan-3/+26
2015-08-10crypto: caam - Add cache coherency supportVictoria Milhoan-1/+23