aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-17crypto: echainiv - Use generic geniv init/exit helpersHerbert Xu1-63/+7
2015-08-17crypto: seqiv - Use generic geniv init/exit helpersHerbert Xu1-68/+7
2015-08-17crypto: aead - Add type-safe geniv init/exit helpersHerbert Xu4-9/+74
2015-08-17crypto: echainiv - Remove AEAD compatibility codeHerbert Xu1-4/+0
2015-08-17crypto: seqiv - Remove AEAD compatibility codeHerbert Xu1-127/+0
2015-08-17crypto: seqiv - Remove seqnivHerbert Xu1-244/+1
2015-08-17ipsec: Replace seqniv with seqivHerbert Xu1-7/+7
2015-08-17crypto: user - Remove crypto_lookup_aead callHerbert Xu1-32/+0
2015-08-17crypto: algboss - Remove reference to nivaeadHerbert Xu1-7/+5
2015-08-13crypto: caam - Remove unneeded 'ret' variableFabio Estevam1-2/+2
2015-08-13crypto: caam - Fix error handling in caam_rng_init()Fabio Estevam1-3/+11
2015-08-13crypto: qat - fix simple_return.cocci warningsWu Fengguang1-6/+2
2015-08-13crypto: qat - Fix unmet direct dependencies for QAT_DH895xCCVFTadeusz Struk1-0/+2
2015-08-13ARM: dts: sun6i: Add security system crypto engine clock and device nodesChen-Yu Tsai1-0/+18
2015-08-13crypto: sunxi-ss - Add optional reset control supportChen-Yu Tsai2-0/+24
2015-08-13crypto: sunxi-ss - Document optional reset control bindingsChen-Yu Tsai1-0/+4
2015-08-11crypto: qat - Fix adf_isr_resource_free name clashTadeusz Struk3-7/+7
2015-08-11Fix email address mistypo for NX/VMX crypto driver maintainersPaulo Flabiano Smorigo1-2/+2
2015-08-10crypto: nx - Removing CTR mode from NX driverLeonidas Da Silva Barbosa3-30/+1
2015-08-10Update NX crypto driver maintainers and adding VMX maintainersLeonidas Da Silva Barbosa1-2/+14
2015-08-10PCI: Add quirk for Intel DH895xCC VF PCI config erratumTadeusz Struk1-0/+85
2015-08-10crypto: qat - Add FW const tableTadeusz Struk1-1/+106
2015-08-10crypto: qat - Add qat dh895xcc VF driverTadeusz Struk8-0/+965
2015-08-10crypto: qat - Add support for SRIOVTadeusz Struk17-94/+1426
2015-08-10crypto: qat - Move adf admin and adf hw arbitrer to common codeTadeusz Struk14-241/+97
2015-08-10crypto: authencesn - Convert to new AEAD interfaceHerbert Xu1-498/+222
2015-08-10crypto: doc - make URL into hyperlinkBrian Norris1-2/+2
2015-08-10crypto: talitos - Prevent panic in probe error pathAaron Sierra2-2/+12
2015-08-10ARM: imx_v6_v7_defconfig: Select CAAMVictoria Milhoan1-2/+1
2015-08-10crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan4-18/+110
2015-08-10crypto: caam - Enable MXC devices to select CAAM driver in KconfigSteve Cornelius1-1/+1
2015-08-10ARM: dts: mx6sx: Add CAAM device nodeVictoria Milhoan1-0/+27
2015-08-10ARM: dts: mx6qdl: Add CAAM device nodeVictoria Milhoan1-4/+25
2015-08-10ARM: clk-imx6q: Add CAAM clock supportVictoria Milhoan2-1/+7
2015-08-10crypto: caam - Added clocks and clock-names properties to SEC4.0 device tree bindingVictoria Milhoan1-0/+17
2015-08-10crypto: caam - Use local sg pointers to walk the scatterlistVictoria Milhoan1-7/+17
2015-08-10crypto: caam - Correct DMA unmap size in ahash_update_ctx()Victoria Milhoan1-1/+1
2015-08-10crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan2-19/+18
2015-08-10crypto: caam - Modify Freescale CAAM driver Scatter Gather entry definitionVictoria Milhoan2-5/+21
2015-08-10crypto: caam - Enable and disable clocks on Freescale i.MX platformsVictoria Milhoan3-0/+94
2015-08-10crypto: caam - Add setbits32/clrbits32/clrsetbits primitives for ARM compatibilityVictoria Milhoan2-3/+26
2015-08-10crypto: caam - Add cache coherency supportVictoria Milhoan3-1/+23
2015-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-32/+12
2015-08-10crypto: authencesn - Fix breakage with new ESP codeHerbert Xu1-32/+12
2015-08-05crypto: authenc - Add Kconfig dependency on CRYPTO_NULLHerbert Xu1-0/+1
2015-08-04crypto: testmgr - Reenable authenc testsHerbert Xu1-13/+13
2015-08-04crypto: talitos - Convert to new AEAD interfaceHerbert Xu1-329/+277
2015-08-04crypto: qat - Convert to new AEAD interfaceHerbert Xu1-204/+123
2015-08-04crypto: picoxcell - Convert to new AEAD interfaceHerbert Xu1-367/+311
2015-08-04crypto: ixp4xx - Convert to new AEAD interfaceHerbert Xu1-155/+158