summaryrefslogtreecommitdiff
path: root/drivers/crypto/nx
AgeCommit message (Expand)Author
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-06-24crypto: nx - Fix numerous sparse byte-order warningsHerbert Xu
2021-06-24crypto: nx - Fix RCU warning in nx842_OF_upd_statusHerbert Xu
2021-06-24crypto: nx - Fix memcpy() over-reading in nonceKees Cook
2021-06-20crypto/nx: Register and unregister VAS interface on PowerVMHaren Myneni
2021-06-20crypto/nx: Add sysfs interface to export NX capabilitiesHaren Myneni
2021-06-20crypto/nx: Get NX capabilities for GZIP coprocessor typeHaren Myneni
2021-06-20crypto/nx: Rename nx-842-pseries file name to nx-common-pseriesHaren Myneni
2021-06-20powerpc/powernv/vas: Rename register/unregister functionsHaren Myneni
2021-05-28crypto: nx - Fix typo in commentShaokun Zhang
2021-05-28crypto: nx: nx-aes-gcm: Kernel-doc formatting should not be used for headersLee Jones
2021-05-14crypto: nx - add missing MODULE_DEVICE_TABLEBixuan Cui
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-03-26crypto: nx - fix incorrect kernel-doc comment syntax in filesAditya Srivastava
2021-03-26crypto: nx - Repair some kernel-doc problemsLee Jones
2021-03-07crypto: nx - add missing call to of_node_put()Yang Li
2021-03-02vio: make remove callback return voidUwe Kleine-König
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-04-20crypto/nx: Remove 'pid' in vas_tx_win_attr structHaren Myneni
2020-04-20crypto/nx: Enable and setup GZIP compression typeHaren Myneni
2020-04-20crypto/nx: Make enable code generic to add new GZIP compression typeHaren Myneni
2020-04-20crypto/nx: Rename nx-842-powernv file name to nx-common-powernvHaren Myneni
2020-04-20crypto/nx: Initialize coproc entry with kzallocHaren Myneni
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-11-17crypto: nx - remove stale comment referring to the blkcipher walk APIArd Biesheuvel
2019-10-26crypto: nx - Improve debugfs_create_u{32,64}() handling for atomicsGeert Uytterhoeven
2019-10-23crypto: nx - convert AES-CTR to skcipher APIEric Biggers
2019-10-23crypto: nx - convert AES-CBC to skcipher APIEric Biggers
2019-10-23crypto: nx - convert AES-ECB to skcipher APIEric Biggers
2019-10-23crypto: nx - don't abuse blkcipher_desc to pass iv aroundEric Biggers
2019-08-30crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version'YueHaibing
2019-08-02crypto: nx - Add of_node_put() before return in 842Nishka Dasgupta
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-06-28crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni
2019-06-20crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner
2019-06-03locking/atomic, crypto/nx: Remove redundant castsMark Rutland
2019-06-03locking/atomic, crypto/nx: Prepare for atomic64_read() conversionMark Rutland
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-25crypto: nx - don't abuse shash MAY_SLEEP flagEric Biggers
2019-04-08crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size'YueHaibing
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-08-08crypto/nx: Initialize 842 high and normal RxFIFO control registersHaren Myneni
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers
2018-05-19crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"Colin Ian King