aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-04crypto: img-hash - fix spelling mistake in dev_err error messageColin Ian King1-1/+1
2015-07-31crypto: caam - fix rfc4106 encap shared descriptorHoria Geant?1-9/+15
2015-07-30crypto: nx - use be32_to_cpu for __be32 field in debug msgDan Streetman1-1/+2
2015-07-30crypto: nx - don't err if compressed output > inputDan Streetman1-2/+5
2015-07-28crypto: qat - remove unnecessary list iterationBruce Allan1-6/+1
2015-07-28crypto: qat - Fix typo othewise->otherwiseAhsan Atta5-11/+11
2015-07-28crypto: qat - remove unused defineBruce Allan1-1/+0
2015-07-28crypto: qat - fix bug in ADF_RING_SIZE_BYTES_MIN macroBruce Allan1-2/+3
2015-07-28crypto: qat - remove redundant struct elemBruce Allan3-3/+1
2015-07-23crypto: nx - make platform drivers directly register with cryptoDan Streetman6-191/+114
2015-07-23crypto: nx - rename nx-842-crypto.c to nx-842.cDan Streetman2-1/+1
2015-07-23crypto: nx - merge nx-compress and nx-compress-cryptoDan Streetman5-162/+60
2015-07-23crypto: nx - use common code for both NX decompress success casesDan Streetman1-4/+2
2015-07-23crypto: nx - don't register pSeries driver if ENODEVDan Streetman1-4/+1
2015-07-23crypto: nx - move kzalloc() out of spinlockDan Streetman1-22/+16
2015-07-23crypto: nx - remove pSeries NX 'status' fieldDan Streetman1-29/+10
2015-07-23crypto: nx - remove __init/__exit from VIO functionsDan Streetman1-4/+4
2015-07-23crypto: qat - Don't attempt to register algorithm multiple timesTadeusz Struk1-3/+16
2015-07-23crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu1-1/+0
2015-07-23crypto: qat - Fix invalid synchronization between register/unregister sym algsTadeusz Struk1-8/+16
2015-07-21crypto: qat - fix invalid check for RSA keylen in fips modeTadeusz Struk1-2/+2
2015-07-20crypto: sunxi-ss - Add Allwinner Security System crypto acceleratorLABBE Corentin7-0/+1656
2015-07-20crypto: caam - fix warning in APPEND_MATH_IMM_u64Tudor Ambarus1-1/+1
2015-07-20crypto: caam - fix RNG init descriptor ret. code checkingHoria Geant?1-2/+3
2015-07-20crypto: caam - fix snooping for write transactionsHoria Geant?2-2/+9
2015-07-20crypto: caam - fix ERA property readingAlex Porosanu1-7/+7
2015-07-17crypto: qat - Add support for RSA algorithmTadeusz Struk13-39/+779
2015-07-17crypto: qat - add MMP FW support to accel engineTadeusz Struk4-5/+42
2015-07-17crypto: qat - add support for MMP FWPingchao Yang6-26/+24
2015-07-17crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu3-95/+85
2015-07-14crypto: vmx - Adding enable_kernel_vsx() to access VSX instructionsLeonidas Da Silva Barbosa4-0/+13
2015-07-14crypto: marvell/cesa - Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-07-14crypto: caam - Use new IV conventionHerbert Xu1-26/+49
2015-07-14crypto: nx - Use new IV conventionHerbert Xu1-26/+40
2015-07-14crypto: nx/842 - Fix context corruptionHerbert Xu1-13/+35
2015-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu8-79/+125
2015-07-08crypto: omap-aes - Use BIT() macroVutla, Lokesh1-17/+17
2015-07-08crypto: omap-aes - Fix configuring of AES modeVutla, Lokesh1-8/+5
2015-07-08crypto: omap-aes - Increase priority of hw acceleratorVutla, Lokesh1-3/+3
2015-07-08crypto: omap-aes - Fix CTR modeVutla, Lokesh1-17/+16
2015-07-08crypto: nx - Fix reentrancy bugsHerbert Xu8-79/+125
2015-07-07crypto: nx - reduce chattiness of platform driversNishanth Aravamudan2-12/+1
2015-07-06crypto: nx - do not emit extra output if status is disabledNishanth Aravamudan1-1/+7
2015-07-06crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}Nishanth Aravamudan1-4/+4
2015-07-06crypto: nx - nx842_OF_upd_status should return ENODEV if device is not 'okay'Nishanth Aravamudan1-1/+2
2015-07-06crypto: ccp - Provide support to autoload CCP driverTom Lendacky1-0/+2
2015-07-06crypto: omap-des - Fix unmapping of dma channelsVutla, Lokesh1-3/+0
2015-07-03crypto: marvell/cesa - another fix up for of_get_named_gen_pool() renameStephen Rothwell1-2/+2
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+2
2015-06-30genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy1-3/+2