summaryrefslogtreecommitdiff
path: root/drivers/crypto/nx
AgeCommit message (Expand)Author
2015-07-23crypto: nx - move kzalloc() out of spinlockDan Streetman
2015-07-23crypto: nx - remove pSeries NX 'status' fieldDan Streetman
2015-07-23crypto: nx - remove __init/__exit from VIO functionsDan Streetman
2015-07-17crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu
2015-07-14crypto: nx - Use new IV conventionHerbert Xu
2015-07-14crypto: nx/842 - Fix context corruptionHerbert Xu
2015-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2015-07-08crypto: nx - Fix reentrancy bugsHerbert Xu
2015-07-07crypto: nx - reduce chattiness of platform driversNishanth Aravamudan
2015-07-06crypto: nx - do not emit extra output if status is disabledNishanth Aravamudan
2015-07-06crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}Nishanth Aravamudan
2015-07-06crypto: nx - nx842_OF_upd_status should return ENODEV if device is not 'okay'Nishanth Aravamudan
2015-06-21crypto: nx - Check for bogus firmware propertiesHerbert Xu
2015-06-19crypto: nx - add LE support to pSeries platform driverDan Streetman
2015-06-18crypto: drivers - Fix Kconfig selectsHerbert Xu
2015-06-17crypto: nx - Convert GCM to new AEAD interfaceHerbert Xu
2015-06-15crypto: nx - replace NX842_MEM_COMPRESS with functionDan Streetman
2015-06-15crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.hDan Streetman
2015-06-04crypto: nx - fix nx-842 pSeries driver minimum buffer sizeDan Streetman
2015-06-03crypto: nx - prevent nx 842 load if no hw driverDan Streetman
2015-05-22crypto: nx - Remove unnecessary maxauthsize checkHerbert Xu
2015-05-18crypto: nx - remove 842-nx null checksDan Streetman
2015-05-11crypto: nx - add hardware 842 crypto comp algDan Streetman
2015-05-11crypto: nx - simplify pSeries nx842 driverDan Streetman
2015-05-11crypto: nx - add PowerNV platform NX-842 driverDan Streetman
2015-05-11crypto: nx - add nx842 constraintsDan Streetman
2015-05-11crypto: nx - add NX-842 platform frontend driverDan Streetman
2015-05-11crypto: nx - rename nx-842.c to nx-842-pseries.cDan Streetman
2015-04-26crypto: nx - Fixing SHA update bugLeonidas Da Silva Barbosa
2015-04-26crypto: nx - Fixing NX data alignment with nx_sg listLeonidas Da Silva Barbosa
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica
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