summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - fix undetected PFVF timeout in ACK loopGiovanni Cabiddu2022-01-271-6/+6
* crypto: qat - make pfvf send message direction agnosticMarco Chiappero2022-01-271-7/+8
* crypto: qat - remove unnecessary collision prevention step in PFVFMarco Chiappero2022-01-271-19/+1
* crypto: qat - fix spelling mistake: "messge" -> "message"Bhaskar Chowdhury2022-01-272-3/+3
* crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2021-11-182-0/+12
* crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu2021-11-181-0/+7
* crypto: qat - use proper type for vf_maskGiovanni Cabiddu2021-09-151-3/+4
* crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu2021-09-151-1/+0
* crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero2021-09-155-16/+16
* crypto: qat - fix reuse of completion variableMarco Chiappero2021-09-151-0/+2
* crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu2021-09-151-3/+4
* crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu2021-09-151-2/+3
* crypto: qat - remove unused macro in FW loaderJack Xu2021-07-141-1/+0
* crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu2021-07-141-1/+5
* crypto: qat - Fix a double free in adf_create_ringLv Yunlong2021-05-141-0/+1
* crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu2021-05-141-8/+21
* crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang2021-05-143-6/+6
* crypto: qat - don't release uninitialized resourcesTong Zhang2021-05-141-4/+13
* crypto: qat - fix unmap invalid dma addressHui Tang2021-05-111-2/+9
* crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()Jack Xu2020-12-301-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-1317-147/+72
|\
| * crypto: qat - drop input parameter from adf_enable_aer()Giovanni Cabiddu2020-10-085-7/+7
| * crypto: qat - fix function parameters descriptionsGiovanni Cabiddu2020-10-082-2/+6
| * crypto: qat - remove unnecessary mutex_init()Qinglang Miao2020-09-251-2/+0
| * crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-252-56/+5
| * crypto: qat - use PCI_VDEVICEGiovanni Cabiddu2020-09-186-30/+12
| * crypto: qat - replace device ids definesGiovanni Cabiddu2020-09-189-31/+27
| * crypto: qat - include domain in top level debugfs pathGiovanni Cabiddu2020-09-116-24/+12
| * crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni2020-09-111-1/+9
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-08-301-3/+4
|\ \
| * | crypto: qat - add delay before polling mailboxGiovanni Cabiddu2020-08-211-3/+4
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-4/+4
|/
* crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix2020-07-231-2/+7
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-6/+7
* crypto: qat - fallback for xts with 192 bit keysGiovanni Cabiddu2020-07-091-3/+65
* crypto: qat - remove unused field in skcipher ctxGiovanni Cabiddu2020-07-091-4/+0
* crypto: qat - validate xts keyGiovanni Cabiddu2020-07-091-0/+6
* crypto: qat - allow xts requests not multiple of blockGiovanni Cabiddu2020-07-091-2/+20
* crypto: qat - update timeout logic in put admin msgWojciech Ziemba2020-06-181-15/+19
* crypto: qat - send admin messages to set of AEsWojciech Ziemba2020-06-181-18/+46
* crypto: qat - update fw init admin msgWojciech Ziemba2020-06-182-27/+52
* crypto: qat - remove packed attribute in etr structsGiovanni Cabiddu2020-06-181-7/+6
* crypto: qat - replace user types with kernel ABI __u typesWojciech Ziemba2020-06-187-182/+182
* crypto: qat - replace user types with kernel u typesWojciech Ziemba2020-06-1816-167/+167
* crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu2020-06-1857-2624/+114
* crypto: qat - simplify the qat_crypto functionTianjia Zhang2020-03-121-2/+1
* crypto: qat - spelling s/Decrytp/Decrypt/Geert Uytterhoeven2020-02-221-1/+1
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-5/+1
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1