summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* 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