summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx
Commit message (Expand)AuthorAgeFilesLines
* 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/+200Star
| * 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/+2Star
| * crypto: nx - Moving limit and bound logic in CTR and fix IV vectorLeonidas S. Barbosa2014-11-061-10/+3Star
| * crypto: nx - Moving NX-AES-CCM to be processed logic and sg_list boundsLeonidas S. Barbosa2014-11-061-34/+27Star
| * crypto: nx - Moving NX-AES-CBC to be processed logicLeonidas S. Barbosa2014-11-061-10/+2Star
* | 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/+8Star
|\
| * of: Reorder device tree changes and notifiersGrant Likely2014-07-241-22/+8Star
* | 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-081-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/+1Star
|/
* 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
* crypto: nx - fix limits to sg lists for SHA-2Marcelo Cerri2013-08-092-95/+132
* crypto: nx - fix physical addresses added to sg listsMarcelo Cerri2013-08-091-3/+19
* drivers/crypto/nx: Fixes for multiple races and issuesKent Yoder2013-05-246-38/+19Star
* Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-4/+3Star
* powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot2012-11-152-13/+8Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-051-9/+8Star
|\
| * powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto ...Michael Ellerman2012-09-051-9/+8Star
* | crypto: nx - Remove virt_to_abs() usage in nx-842.cMichael Ellerman2012-08-201-16/+18
* | powerpc/crypto: add 842 hardware compression driverSeth Jennings2012-08-013-0/+1627
* | powerpc/crypto: rework KconfigSeth Jennings2012-08-012-1/+18
* | crypto: drivers - remove cra_list initializationJussi Kivilinna2012-08-015-8/+0Star
|/
* powerpc/crypto: Build files for the nx device driverKent Yoder2012-05-161-0/+11
* powerpc/crypto: debugfs routines and docs for the nx device driverKent Yoder2012-05-161-0/+103
* powerpc/crypto: SHA512 hash routines for nx encryptionKent Yoder2012-05-161-0/+265
* powerpc/crypto: SHA256 hash routines for nx encryptionKent Yoder2012-05-161-0/+246
* powerpc/crypto: AES-XCBC mode routines for nx encryptionKent Yoder2012-05-161-0/+236
* powerpc/crypto: AES-GCM mode routines for nx encryptionKent Yoder2012-05-161-0/+353
* powerpc/crypto: AES-ECB mode routines for nx encryptionKent Yoder2012-05-161-0/+139
* powerpc/crypto: AES-CTR mode routines for nx encryptionKent Yoder2012-05-161-0/+178
* powerpc/crypto: AES-CCM mode routines for nx encryptionKent Yoder2012-05-161-0/+468