summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat/qat_common
AgeCommit message (Expand)AuthorFilesLines
2024-06-16crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu1-14/+5
2024-04-13crypto: qat - resolve race condition during AER recoveryDamian Muszynski1-6/+16
2024-04-13crypto: qat - fix double free during resetSvyatoslav Pankratov1-1/+2
2023-11-20crypto: qat - increase size of buffersGiovanni Cabiddu2-3/+3
2023-11-20crypto: qat - mask device capabilities with soft strapsGiovanni Cabiddu2-14/+18
2022-10-26crypto: qat - fix DMA transfer directionDamian Muszynski1-6/+12
2022-10-26crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu2-27/+61
2022-10-26crypto: qat - fix use of 'dma_map_single'Hui Tang1-13/+14
2022-03-28crypto: qat - disable registration of algorithmsGiovanni Cabiddu1-0/+8
2022-01-27crypto: qat - fix undetected PFVF timeout in ACK loopGiovanni Cabiddu1-6/+6
2022-01-27crypto: qat - make pfvf send message direction agnosticMarco Chiappero1-7/+8
2022-01-27crypto: qat - remove unnecessary collision prevention step in PFVFMarco Chiappero1-19/+1
2022-01-27crypto: qat - fix spelling mistake: "messge" -> "message"Bhaskar Chowdhury2-3/+3
2021-11-18crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2-0/+12
2021-11-18crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu1-0/+7
2021-09-15crypto: qat - use proper type for vf_maskGiovanni Cabiddu1-3/+4
2021-09-15crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu1-1/+0
2021-09-15crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero2-10/+10
2021-09-15crypto: qat - fix reuse of completion variableMarco Chiappero1-0/+2
2021-09-15crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu1-3/+4
2021-09-15crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu1-2/+3
2021-07-14crypto: qat - remove unused macro in FW loaderJack Xu1-1/+0
2021-07-14crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu1-1/+5
2021-05-14crypto: qat - Fix a double free in adf_create_ringLv Yunlong1-0/+1
2021-05-14crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu1-8/+21
2021-05-14crypto: qat - don't release uninitialized resourcesTong Zhang1-4/+13
2021-05-11crypto: qat - fix unmap invalid dma addressHui Tang1-2/+9
2020-12-30crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()Jack Xu1-1/+1
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds11-78/+33
2020-10-08crypto: qat - drop input parameter from adf_enable_aer()Giovanni Cabiddu2-4/+4
2020-10-08crypto: qat - fix function parameters descriptionsGiovanni Cabiddu2-2/+6
2020-09-25crypto: qat - remove unnecessary mutex_init()Qinglang Miao1-2/+0
2020-09-25crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2-56/+5
2020-09-18crypto: qat - replace device ids definesGiovanni Cabiddu3-13/+9
2020-09-11crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni1-1/+9
2020-08-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-3/+4
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-08-21crypto: qat - add delay before polling mailboxGiovanni Cabiddu1-3/+4
2020-07-23crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix1-2/+7
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-6/+7
2020-07-09crypto: qat - fallback for xts with 192 bit keysGiovanni Cabiddu1-3/+65
2020-07-09crypto: qat - remove unused field in skcipher ctxGiovanni Cabiddu1-4/+0
2020-07-09crypto: qat - validate xts keyGiovanni Cabiddu1-0/+6
2020-07-09crypto: qat - allow xts requests not multiple of blockGiovanni Cabiddu1-2/+20
2020-06-18crypto: qat - update timeout logic in put admin msgWojciech Ziemba1-15/+19
2020-06-18crypto: qat - send admin messages to set of AEsWojciech Ziemba1-18/+46
2020-06-18crypto: qat - update fw init admin msgWojciech Ziemba2-27/+52
2020-06-18crypto: qat - remove packed attribute in etr structsGiovanni Cabiddu1-7/+6
2020-06-18crypto: qat - replace user types with kernel ABI __u typesWojciech Ziemba7-182/+182
2020-06-18crypto: qat - replace user types with kernel u typesWojciech Ziemba15-154/+154