aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-02-15treewide: Fix typo in printkMasanari Iida1-1/+1
2015-12-17crypto: nx-842 - Mask XERS0 bit in return valueHaren Myneni1-4/+8
2015-11-24crypto: nx - use of_property_read_u32()saurabh1-7/+4
2015-11-16crypto: nx - Fix timing leak in GCM and CCM decryptionDavid Gstir2-2/+3
2015-10-14crypto: 842 - Add CRC and validation supportHaren Myneni2-4/+8
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds13-989/+775
2015-08-17crypto: nx - Add forward declaration for struct crypto_aeadHerbert Xu1-0/+2
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2-6/+2
2015-08-11crypto: nx - respect sg limit bounds when building sg lists for SHAJan Stancek2-23/+32
2015-08-10crypto: nx - Removing CTR mode from NX driverLeonidas Da Silva Barbosa3-30/+1
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-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-17crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu3-95/+85
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: 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-06-21crypto: nx - Check for bogus firmware propertiesHerbert Xu1-32/+118
2015-06-19crypto: nx - add LE support to pSeries platform driverDan Streetman3-43/+45
2015-06-18crypto: drivers - Fix Kconfig selectsHerbert Xu1-8/+0
2015-06-17crypto: nx - Convert GCM to new AEAD interfaceHerbert Xu3-73/+67
2015-06-15crypto: nx - replace NX842_MEM_COMPRESS with functionDan Streetman5-15/+25
2015-06-15crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.hDan Streetman2-2/+22
2015-06-04crypto: nx - fix nx-842 pSeries driver minimum buffer sizeDan Streetman1-5/+2
2015-06-03crypto: nx - prevent nx 842 load if no hw driverDan Streetman6-135/+148
2015-05-22crypto: nx - Remove unnecessary maxauthsize checkHerbert Xu1-3/+0
2015-05-18crypto: nx - remove 842-nx null checksDan Streetman1-6/+0
2015-05-11crypto: nx - add hardware 842 crypto comp algDan Streetman3-0/+597
2015-05-11crypto: nx - simplify pSeries nx842 driverDan Streetman1-626/+153
2015-05-11crypto: nx - add PowerNV platform NX-842 driverDan Streetman6-10/+737
2015-05-11crypto: nx - add nx842 constraintsDan Streetman3-0/+50
2015-05-11crypto: nx - add NX-842 platform frontend driverDan Streetman5-40/+232
2015-05-11crypto: nx - rename nx-842.c to nx-842-pseries.cDan Streetman2-1/+1
2015-04-26crypto: nx - Fixing SHA update bugLeonidas Da Silva Barbosa4-119/+99
2015-04-26crypto: nx - Fixing NX data alignment with nx_sg listLeonidas Da Silva Barbosa1-4/+24
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica1-3/+3
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds10-363/+447