summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2021-11-262-0/+12
* crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu2021-11-261-0/+7
* crypto: qat - use proper type for vf_maskGiovanni Cabiddu2021-09-221-3/+4
* crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu2021-09-221-1/+0
* crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero2021-09-225-16/+16
* crypto: qat - fix reuse of completion variableMarco Chiappero2021-09-221-0/+2
* crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu2021-09-221-3/+4
* crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu2021-09-221-2/+3
* crypto: qat - remove unused macro in FW loaderJack Xu2021-07-201-1/+0
* crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu2021-07-201-1/+5
* crypto: qat - Fix a double free in adf_create_ringLv Yunlong2021-05-221-0/+1
* crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu2021-05-221-8/+21
* crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang2021-05-223-6/+6
* crypto: qat - don't release uninitialized resourcesTong Zhang2021-05-221-4/+13
* crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni2020-10-171-1/+9
* crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix2020-08-211-2/+7
* crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin2019-10-111-1/+1
* crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()Waiman Long2018-10-106-18/+18
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* crypto: qat - fix spelling mistake: "runing" -> "running"Colin Ian King2017-07-181-1/+1
* Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-19/+21
|\
| * crypto: qat - avoid an uninitialized variable warningArnd Bergmann2017-06-281-19/+21
* | crypto: qat - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus2017-06-101-2/+2
* | crypto: qat - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus2017-06-101-2/+2
* | crypto: qat - Use IPAD/OPAD constantCorentin LABBE2017-05-231-2/+3
* | crypto: qat - use pcie_flr instead of duplicating itChristoph Hellwig2017-05-231-14/+1
|/
* crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers2017-03-091-1/+1
* crypto: qat - increase number of supported devicesXin Zeng2016-12-303-14/+19
* crypto: qat - modify format of dev top level debugfs entriesPablo Marcos Oltra2016-12-306-6/+6
* crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu2016-12-301-2/+2
* crypto: qat - fix bar discovery for c62xGiovanni Cabiddu2016-12-302-1/+2
* crypto: qat - replace hardcoded BIT(0) in vf_isrGiovanni Cabiddu2016-12-301-2/+2
* crypto: qat - fix comments describing adf_disable_sriov()Ahsan Atta2016-12-301-2/+2
* crypto: qat - fix indentationAhsan Atta2016-12-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-101-2/+2
|\
| * crypto: qat - fix aes-xts key sizesGiovanni Cabiddu2016-08-241-2/+2
* | crypto: qat - fix leak on error pathGiovanni Cabiddu2016-09-131-4/+4
* | crypto: qat - fix incorrect accelerator mask for C3X devicesMaksim Lukoshkov2016-09-071-1/+1
* | crypto: qat - fix constants table DMAMaksim Lukoshkov2016-08-311-8/+12
|/
* crypto: qat - Stop dropping leading zeros from RSA outputSalvatore Benedetto2016-07-111-20/+0
* crypto: qat - Add DH supportSalvatore Benedetto2016-07-112-72/+522
* crypto: qat - Add RSA CRT modeSalvatore Benedetto2016-07-051-25/+209
* crypto: qat - Use alternative reset methods depending on the specific deviceConor McLoughlin2016-07-056-9/+43
* crypto: qat - Switch to new rsa_helper functionsSalvatore Benedetto2016-07-055-55/+21
* crypto: qat - Remove deprecated create_workqueueBhaktipriya Shridhar2016-06-133-3/+4
* crypto: qat - fix typos sizeof for ctxTadeusz Struk2016-05-311-4/+4
* crypto: qat - change the adf_ctl_stop_devices to voidTadeusz Struk2016-05-131-6/+3
* crypto: qat - make adf_vf_isr.c dependant on IOV configTadeusz Struk2016-05-032-4/+14
* crypto: qat - Fix typo in commentsTadeusz Struk2016-05-031-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-05-031-2/+11
|\