summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - disable registration of algorithmsGiovanni Cabiddu2022-03-281-0/+8
* 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-171-1/+1
* crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()Waiman Long2018-10-106-18/+18
* crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu2017-02-141-2/+2
* crypto: qat - fix bar discovery for c62xGiovanni Cabiddu2017-02-142-1/+2
* 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
|\
| * crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wqTadeusz Struk2016-05-031-2/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-04-283-10/+24
|\|
| * crypto: qat - fix invalid pf2vf_resp_wq logicTadeusz Struk2016-04-283-10/+24
* | crypto: qat - fix section mismatch warningTadeusz Struk2016-04-181-1/+1
* | crypto: qat - interrupts need to be enabled when VFs are disabledTadeusz Struk2016-04-181-1/+2
* | crypto: qat - check if PF is runningTadeusz Struk2016-04-186-4/+14
* | crypto: qat - move vf2pf_init and vf2pf_exit to commonTadeusz Struk2016-04-186-70/+103
* | crypto: qat - adf_dev_stop should not be called in atomic contextTadeusz Struk2016-04-153-3/+64
* | crypto: qat - changed adf_dev_stop to voidTadeusz Struk2016-04-0510-47/+17
* | crypto: qat - explicitly stop all VFs firstTadeusz Struk2016-04-051-1/+20
* | crypto: qat - fix address leaking of RSA public exponentTudor Ambarus2016-04-051-1/+1
* | crypto: qat - avoid memory corruption or undefined behaviourTudor Ambarus2016-04-051-1/+1
* | crypto: qat - Remove redundant nrbg ringsAhsan Atta2016-04-051-2/+0