summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx
Commit message (Expand)AuthorAgeFilesLines
* crypto: nx - off by one bug in nx_of_update_msc()Dan Carpenter2016-07-191-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-171-1/+1
|\
| * treewide: Fix typo in printkMasanari Iida2016-02-151-1/+1
* | crypto: nx-842 - Mask XERS0 bit in return valueHaren Myneni2015-12-171-4/+8
* | crypto: nx - use of_property_read_u32()saurabh2015-11-241-7/+4
* | crypto: nx - Fix timing leak in GCM and CCM decryptionDavid Gstir2015-11-162-2/+3
|/
* crypto: 842 - Add CRC and validation supportHaren Myneni2015-10-142-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-08-3113-989/+775
|\
| * crypto: nx - Add forward declaration for struct crypto_aeadHerbert Xu2015-08-171-0/+2
| * crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-172-6/+2
| * crypto: nx - Removing CTR mode from NX driverLeonidas Da Silva Barbosa2015-08-103-30/+1
| * crypto: nx - use be32_to_cpu for __be32 field in debug msgDan Streetman2015-07-301-1/+2
| * crypto: nx - don't err if compressed output > inputDan Streetman2015-07-301-2/+5
| * crypto: nx - make platform drivers directly register with cryptoDan Streetman2015-07-236-191/+114
| * crypto: nx - rename nx-842-crypto.c to nx-842.cDan Streetman2015-07-232-1/+1
| * crypto: nx - merge nx-compress and nx-compress-cryptoDan Streetman2015-07-235-162/+60
| * crypto: nx - use common code for both NX decompress success casesDan Streetman2015-07-231-4/+2
| * crypto: nx - don't register pSeries driver if ENODEVDan Streetman2015-07-231-4/+1
| * crypto: nx - move kzalloc() out of spinlockDan Streetman2015-07-231-22/+16
| * crypto: nx - remove pSeries NX 'status' fieldDan Streetman2015-07-231-29/+10
| * crypto: nx - remove __init/__exit from VIO functionsDan Streetman2015-07-231-4/+4
| * crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu2015-07-173-95/+85
| * crypto: nx - Use new IV conventionHerbert Xu2015-07-141-26/+40
| * crypto: nx/842 - Fix context corruptionHerbert Xu2015-07-141-13/+35
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-07-148-79/+125
| |\
| * | crypto: nx - reduce chattiness of platform driversNishanth Aravamudan2015-07-072-12/+1
| * | crypto: nx - do not emit extra output if status is disabledNishanth Aravamudan2015-07-061-1/+7
| * | crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}Nishanth Aravamudan2015-07-061-4/+4
| * | crypto: nx - nx842_OF_upd_status should return ENODEV if device is not 'okay'Nishanth Aravamudan2015-07-061-1/+2
* | | crypto: nx - respect sg limit bounds when building sg lists for SHAJan Stancek2015-08-112-23/+32
| |/ |/|
* | crypto: nx - Fix reentrancy bugsHerbert Xu2015-07-088-79/+125
|/
* crypto: nx - Check for bogus firmware propertiesHerbert Xu2015-06-211-32/+118
* crypto: nx - add LE support to pSeries platform driverDan Streetman2015-06-193-43/+45
* crypto: drivers - Fix Kconfig selectsHerbert Xu2015-06-181-8/+0
* crypto: nx - Convert GCM to new AEAD interfaceHerbert Xu2015-06-173-73/+67
* crypto: nx - replace NX842_MEM_COMPRESS with functionDan Streetman2015-06-155-15/+25
* crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.hDan Streetman2015-06-152-2/+22
* crypto: nx - fix nx-842 pSeries driver minimum buffer sizeDan Streetman2015-06-041-5/+2
* crypto: nx - prevent nx 842 load if no hw driverDan Streetman2015-06-036-135/+148
* crypto: nx - Remove unnecessary maxauthsize checkHerbert Xu2015-05-221-3/+0
* crypto: nx - remove 842-nx null checksDan Streetman2015-05-181-6/+0
* crypto: nx - add hardware 842 crypto comp algDan Streetman2015-05-113-0/+597
* crypto: nx - simplify pSeries nx842 driverDan Streetman2015-05-111-626/+153
* crypto: nx - add PowerNV platform NX-842 driverDan Streetman2015-05-116-10/+737
* crypto: nx - add nx842 constraintsDan Streetman2015-05-113-0/+50
* crypto: nx - add NX-842 platform frontend driverDan Streetman2015-05-115-40/+232
* crypto: nx - rename nx-842.c to nx-842-pseries.cDan Streetman2015-05-112-1/+1
* crypto: nx - Fixing SHA update bugLeonidas Da Silva Barbosa2015-04-264-119/+99
* crypto: nx - Fixing NX data alignment with nx_sg listLeonidas Da Silva Barbosa2015-04-261-4/+24
* crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-261-3/+3
OpenPOWER on IntegriCloud