summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat
AgeCommit message (Expand)AuthorFilesLines
2022-03-28crypto: qat - disable registration of algorithmsGiovanni Cabiddu1-0/+8
2021-11-26crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2-0/+12
2021-11-26crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu1-0/+7
2021-09-22crypto: qat - use proper type for vf_maskGiovanni Cabiddu1-3/+4
2021-09-22crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu1-1/+0
2021-09-22crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero5-16/+16
2021-09-22crypto: qat - fix reuse of completion variableMarco Chiappero1-0/+2
2021-09-22crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu1-3/+4
2021-09-22crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu1-2/+3
2021-07-20crypto: qat - remove unused macro in FW loaderJack Xu1-1/+0
2021-07-20crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu1-1/+5
2021-05-22crypto: qat - Fix a double free in adf_create_ringLv Yunlong1-0/+1
2021-05-22crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu1-8/+21
2021-05-22crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang3-6/+6
2021-05-22crypto: qat - don't release uninitialized resourcesTong Zhang1-4/+13
2020-10-17crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni1-1/+9
2020-08-21crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix1-2/+7
2019-10-11crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin1-1/+1
2018-10-10crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()Waiman Long6-18/+18
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-07-18crypto: qat - fix spelling mistake: "runing" -> "running"Colin Ian King1-1/+1
2017-07-07Merge 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
2016-07-11crypto: qat - Stop dropping leading zeros from RSA outputSalvatore Benedetto1-20/+0
2016-07-11crypto: qat - Add DH supportSalvatore Benedetto2-72/+522
2016-07-05crypto: qat - Add RSA CRT modeSalvatore Benedetto1-25/+209
2016-07-05crypto: qat - Use alternative reset methods depending on the specific deviceConor McLoughlin6-9/+43
2016-07-05crypto: qat - Switch to new rsa_helper functionsSalvatore Benedetto5-55/+21
2016-06-13crypto: qat - Remove deprecated create_workqueueBhaktipriya Shridhar3-3/+4
2016-05-31crypto: qat - fix typos sizeof for ctxTadeusz Struk1-4/+4
2016-05-13crypto: qat - change the adf_ctl_stop_devices to voidTadeusz Struk1-6/+3
2016-05-03crypto: qat - make adf_vf_isr.c dependant on IOV configTadeusz Struk2-4/+14
2016-05-03crypto: qat - Fix typo in commentsTadeusz Struk1-2/+2