summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx
AgeCommit message (Expand)Author
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-11-24of/reconfig: Always use the same structure for notifiersGrant Likely
2014-11-06crypto: nx - Fixing the limit number of bytes to be processedLeonidas S. Barbosa
2014-11-06crypto: nx - Fix SHA concurrence issue and sg limit boundsLeonidas S. Barbosa
2014-11-06crypto: nx - Moving NX-AES-XCBC to be processed logicLeonidas S. Barbosa
2014-11-06crypto: nx - Moving NX-AES-GCM to be processed logicLeonidas S. Barbosa
2014-11-06crypto: nx - Moving NX-AES-ECB to be processed logicLeonidas S. Barbosa
2014-11-06crypto: nx - Moving limit and bound logic in CTR and fix IV vectorLeonidas S. Barbosa
2014-11-06crypto: nx - Moving NX-AES-CCM to be processed logic and sg_list boundsLeonidas S. Barbosa
2014-11-06crypto: nx - Moving NX-AES-CBC to be processed logicLeonidas S. Barbosa
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2014-07-23of: Reorder device tree changes and notifiersGrant Likely
2014-06-20crypto: drivers - Add 2 missing __exit_pJean Delvare
2014-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds
2014-05-28crypto/nx/nx-842: dev_set_drvdata can no longer failJean Delvare
2014-04-16crypto: nx - Use RCU_INIT_POINTER(x, NULL)Monam Agarwal
2014-02-11crypto/nx/nx-842: Fix handling of vmalloc addressesNathan Fontenot
2013-09-02crypto: nx - fix SHA-2 for chunks bigger than block sizeMarcelo Cerri
2013-09-02crypto: nx - fix GCM for zero length messagesMarcelo Cerri
2013-09-02crypto: nx - fix XCBC for zero length messagesMarcelo Cerri
2013-09-02crypto: nx - fix limits to sg lists for AES-CCMFionnuala Gunter
2013-09-02crypto: nx - fix limits to sg lists for AES-XCBCFionnuala Gunter
2013-09-02crypto: nx - fix limits to sg lists for AES-GCMMarcelo Cerri
2013-09-02crypto: nx - fix limits to sg lists for AES-CTRMarcelo Cerri
2013-09-02crypto: nx - fix limits to sg lists for AES-CBCMarcelo Cerri
2013-09-02crypto: nx - fix limits to sg lists for AES-ECBMarcelo Cerri
2013-09-02crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri
2013-08-21crypto: nx - fix nx-aes-gcm verificationjmlatten@linux.vnet.ibm.com
2013-08-14crypto: nx - fix concurrency issueMarcelo Cerri
2013-08-09crypto: nx - saves chaining value from co-processorFionnuala Gunter
2013-08-09crypto: nx - fix limits to sg lists for SHA-2Marcelo Cerri
2013-08-09crypto: nx - fix physical addresses added to sg listsMarcelo Cerri
2013-05-24drivers/crypto/nx: Fixes for multiple races and issuesKent Yoder
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman
2012-11-15powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-09-05powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto ...Michael Ellerman
2012-08-20crypto: nx - Remove virt_to_abs() usage in nx-842.cMichael Ellerman
2012-08-01powerpc/crypto: add 842 hardware compression driverSeth Jennings
2012-08-01powerpc/crypto: rework KconfigSeth Jennings
2012-08-01crypto: drivers - remove cra_list initializationJussi Kivilinna
2012-05-16powerpc/crypto: Build files for the nx device driverKent Yoder
2012-05-16powerpc/crypto: debugfs routines and docs for the nx device driverKent Yoder
2012-05-16powerpc/crypto: SHA512 hash routines for nx encryptionKent Yoder
2012-05-16powerpc/crypto: SHA256 hash routines for nx encryptionKent Yoder
2012-05-16powerpc/crypto: AES-XCBC mode routines for nx encryptionKent Yoder
2012-05-16powerpc/crypto: AES-GCM mode routines for nx encryptionKent Yoder
2012-05-16powerpc/crypto: AES-ECB mode routines for nx encryptionKent Yoder
2012-05-16powerpc/crypto: AES-CTR mode routines for nx encryptionKent Yoder
2012-05-16powerpc/crypto: AES-CCM mode routines for nx encryptionKent Yoder