aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner7-0/+7
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-18crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov1-2/+0
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds15-65/+6
2019-02-08crypto: qat - Remove unused goto labelHerbert Xu1-1/+0
2019-02-01crypto: prefix header search paths with $(srctree)/Masahiro Yamada6-6/+6
2019-02-01crypto: qat - no need to check return value of debugfs_create functionsGreg Kroah-Hartman9-58/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain3-52/+52
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-29/+31
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2018-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu6-18/+18
2018-10-05crypto: qat - move temp buffers off the stackArd Biesheuvel1-33/+31
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2018-09-28crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()Waiman Long6-18/+18
2018-09-04crypto: qat - Remove VLA usageKees Cook1-2/+6
2018-08-03crypto: qat/adf_aer - Replace GFP_ATOMIC with GFP_KERNEL in adf_dev_aer_schedule_reset()Jia-Ju Bai1-1/+1
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-05-31crypto: qat - Add MODULE_FIRMWARE for all qat driversConor McLoughlin3-0/+5
2018-04-07.gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada1-1/+0
2018-03-31crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+3
2018-02-15crypto: qat - Make several functions staticColin Ian King1-3/+6
2017-12-22crypto: qat - reduce stack size with KASANArnd Bergmann1-66/+67
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-19/+17
2017-11-10crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers1-3/+0
2017-11-10crypto: qat - Clean up error handling in qat_dh_set_secret()Eric Biggers1-7/+8
2017-11-03crypto: qat - mark expected switch fall-throughs in qat_ucloGustavo A. R. Silva1-0/+3
2017-11-03crypto: qat - remove unused and redundant pointer vf_infoColin Ian King1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-12crypto: qat - pr_err() strings should end with newlinesArvind Yadav1-6/+6
2017-07-18crypto: qat - fix spelling mistake: "runing" -> "running"Colin Ian King1-1/+1
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-19/+21
2017-06-28crypto: qat - avoid an uninitialized variable warningArnd Bergmann1-19/+21
2017-06-10crypto: qat - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus1-2/+2
2017-06-10crypto: qat - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus1-2/+2
2017-05-23crypto: qat - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: qat - use pcie_flr instead of duplicating itChristoph Hellwig1-14/+1
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers1-1/+1
2016-12-30crypto: qat - increase number of supported devicesXin Zeng3-14/+19
2016-12-30crypto: qat - modify format of dev top level debugfs entriesPablo Marcos Oltra6-6/+6
2016-12-30crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu1-2/+2
2016-12-30crypto: qat - fix bar discovery for c62xGiovanni Cabiddu2-1/+2
2016-12-30crypto: qat - replace hardcoded BIT(0) in vf_isrGiovanni Cabiddu1-2/+2
2016-12-30crypto: qat - fix comments describing adf_disable_sriov()Ahsan Atta1-2/+2
2016-12-30crypto: qat - fix indentationAhsan Atta1-1/+1
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-2/+2
2016-09-13crypto: qat - fix leak on error pathGiovanni Cabiddu1-4/+4
2016-09-07crypto: qat - fix incorrect accelerator mask for C3X devicesMaksim Lukoshkov1-1/+1
2016-08-31crypto: qat - fix constants table DMAMaksim Lukoshkov1-8/+12
2016-08-24crypto: qat - fix aes-xts key sizesGiovanni Cabiddu1-2/+2