summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-1310-363/+447
|\
| * crypto: nx - Fixing the limit number of bytes to be processedLeonidas S. Barbosa2014-11-062-22/+113
| * crypto: nx - Fix SHA concurrence issue and sg limit boundsLeonidas S. Barbosa2014-11-062-230/+200
| * crypto: nx - Moving NX-AES-XCBC to be processed logicLeonidas S. Barbosa2014-11-061-18/+63
| * crypto: nx - Moving NX-AES-GCM to be processed logicLeonidas S. Barbosa2014-11-061-29/+37
| * crypto: nx - Moving NX-AES-ECB to be processed logicLeonidas S. Barbosa2014-11-061-10/+2
| * crypto: nx - Moving limit and bound logic in CTR and fix IV vectorLeonidas S. Barbosa2014-11-061-10/+3
| * crypto: nx - Moving NX-AES-CCM to be processed logic and sg_list boundsLeonidas S. Barbosa2014-11-061-34/+27
| * crypto: nx - Moving NX-AES-CBC to be processed logicLeonidas S. Barbosa2014-11-061-10/+2
* | of/reconfig: Always use the same structure for notifiersGrant Likely2014-11-241-2/+2
|/
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-141-22/+8
|\
| * of: Reorder device tree changes and notifiersGrant Likely2014-07-231-22/+8
* | crypto: drivers - Add 2 missing __exit_pJean Delvare2014-06-201-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds2014-06-071-2/+2
|\
| * crypto: nx - Use RCU_INIT_POINTER(x, NULL)Monam Agarwal2014-04-161-2/+2
* | crypto/nx/nx-842: dev_set_drvdata can no longer failJean Delvare2014-05-281-6/+1
|/
* crypto/nx/nx-842: Fix handling of vmalloc addressesNathan Fontenot2014-02-111-10/+19
* crypto: nx - fix SHA-2 for chunks bigger than block sizeMarcelo Cerri2013-09-022-2/+2
* crypto: nx - fix GCM for zero length messagesMarcelo Cerri2013-09-021-20/+112
* crypto: nx - fix XCBC for zero length messagesMarcelo Cerri2013-09-021-7/+77
* crypto: nx - fix limits to sg lists for AES-CCMFionnuala Gunter2013-09-021-75/+208
* crypto: nx - fix limits to sg lists for AES-XCBCFionnuala Gunter2013-09-021-47/+66
* crypto: nx - fix limits to sg lists for AES-GCMMarcelo Cerri2013-09-021-66/+136
* crypto: nx - fix limits to sg lists for AES-CTRMarcelo Cerri2013-09-021-19/+31
* crypto: nx - fix limits to sg lists for AES-CBCMarcelo Cerri2013-09-021-23/+33
* crypto: nx - fix limits to sg lists for AES-ECBMarcelo Cerri2013-09-021-18/+30
* crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri2013-09-027-9/+14
* crypto: nx - fix nx-aes-gcm verificationjmlatten@linux.vnet.ibm.com2013-08-211-2/+2
* crypto: nx - fix concurrency issueMarcelo Cerri2013-08-1410-12/+87
* crypto: nx - saves chaining value from co-processorFionnuala Gunter2013-08-091-0/+1
OpenPOWER on IntegriCloud