aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat/qat_common
AgeCommit message (Expand)Author
2022-03-28crypto: qat - disable registration of algorithmsGiovanni Cabiddu
2021-11-26crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu
2021-11-26crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu
2021-09-22crypto: qat - use proper type for vf_maskGiovanni Cabiddu
2021-09-22crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu
2021-09-22crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero
2021-09-22crypto: qat - fix reuse of completion variableMarco Chiappero
2021-09-22crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu
2021-09-22crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu
2021-07-20crypto: qat - remove unused macro in FW loaderJack Xu
2021-07-20crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu
2021-05-22crypto: qat - Fix a double free in adf_create_ringLv Yunlong
2021-05-22crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu
2021-05-22crypto: qat - don't release uninitialized resourcesTong Zhang
2020-12-30crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()Jack Xu
2020-10-17crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni
2020-08-19crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix
2019-10-11crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin
2018-08-03crypto: qat/adf_aer - Replace GFP_ATOMIC with GFP_KERNEL in adf_dev_aer_sched...Jia-Ju Bai
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-04-07.gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada
2018-03-31crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus
2018-02-15crypto: qat - Make several functions staticColin Ian King
2017-12-22crypto: qat - reduce stack size with KASANArnd Bergmann
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-10crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers
2017-11-10crypto: qat - Clean up error handling in qat_dh_set_secret()Eric Biggers
2017-11-03crypto: qat - mark expected switch fall-throughs in qat_ucloGustavo A. R. Silva
2017-11-03crypto: qat - remove unused and redundant pointer vf_infoColin Ian King
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-12crypto: qat - pr_err() strings should end with newlinesArvind Yadav
2017-07-18crypto: qat - fix spelling mistake: "runing" -> "running"Colin Ian King
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-06-28crypto: qat - avoid an uninitialized variable warningArnd Bergmann
2017-06-10crypto: qat - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus
2017-06-10crypto: qat - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus
2017-05-23crypto: qat - Use IPAD/OPAD constantCorentin LABBE
2017-05-23crypto: qat - use pcie_flr instead of duplicating itChristoph Hellwig
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers
2016-12-30crypto: qat - increase number of supported devicesXin Zeng
2016-12-30crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu
2016-12-30crypto: qat - fix bar discovery for c62xGiovanni Cabiddu
2016-12-30crypto: qat - replace hardcoded BIT(0) in vf_isrGiovanni Cabiddu
2016-12-30crypto: qat - fix comments describing adf_disable_sriov()Ahsan Atta
2016-12-30crypto: qat - fix indentationAhsan Atta
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-09-13crypto: qat - fix leak on error pathGiovanni Cabiddu
2016-08-31crypto: qat - fix constants table DMAMaksim Lukoshkov
2016-08-24crypto: qat - fix aes-xts key sizesGiovanni Cabiddu