aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
AgeCommit message (Expand)Author
2022-03-28crypto: qat - disable registration of algorithmsGiovanni Cabiddu
2022-01-27crypto: qat - fix undetected PFVF timeout in ACK loopGiovanni Cabiddu
2022-01-27crypto: qat - make pfvf send message direction agnosticMarco Chiappero
2022-01-27crypto: qat - remove unnecessary collision prevention step in PFVFMarco Chiappero
2022-01-27crypto: qat - fix spelling mistake: "messge" -> "message"Bhaskar Chowdhury
2021-11-18crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu
2021-11-18crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu
2021-09-15crypto: qat - use proper type for vf_maskGiovanni Cabiddu
2021-09-15crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu
2021-09-15crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero
2021-09-15crypto: qat - fix reuse of completion variableMarco Chiappero
2021-09-15crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu
2021-09-15crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu
2021-07-14crypto: qat - remove unused macro in FW loaderJack Xu
2021-07-14crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu
2021-05-14crypto: qat - Fix a double free in adf_create_ringLv Yunlong
2021-05-14crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu
2021-05-14crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang
2021-05-14crypto: qat - don't release uninitialized resourcesTong Zhang
2021-05-11crypto: qat - fix unmap invalid dma addressHui Tang
2020-12-30crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()Jack Xu
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-10-08crypto: qat - drop input parameter from adf_enable_aer()Giovanni Cabiddu
2020-10-08crypto: qat - fix function parameters descriptionsGiovanni Cabiddu
2020-09-25crypto: qat - remove unnecessary mutex_init()Qinglang Miao
2020-09-25crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin
2020-09-18crypto: qat - use PCI_VDEVICEGiovanni Cabiddu
2020-09-18crypto: qat - replace device ids definesGiovanni Cabiddu
2020-09-11crypto: qat - include domain in top level debugfs pathGiovanni Cabiddu
2020-09-11crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni
2020-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21crypto: qat - add delay before polling mailboxGiovanni Cabiddu
2020-07-23crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-07-09crypto: qat - fallback for xts with 192 bit keysGiovanni Cabiddu
2020-07-09crypto: qat - remove unused field in skcipher ctxGiovanni Cabiddu
2020-07-09crypto: qat - validate xts keyGiovanni Cabiddu
2020-07-09crypto: qat - allow xts requests not multiple of blockGiovanni Cabiddu
2020-06-18crypto: qat - update timeout logic in put admin msgWojciech Ziemba
2020-06-18crypto: qat - send admin messages to set of AEsWojciech Ziemba
2020-06-18crypto: qat - update fw init admin msgWojciech Ziemba
2020-06-18crypto: qat - remove packed attribute in etr structsGiovanni Cabiddu
2020-06-18crypto: qat - replace user types with kernel ABI __u typesWojciech Ziemba
2020-06-18crypto: qat - replace user types with kernel u typesWojciech Ziemba
2020-06-18crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu
2020-03-12crypto: qat - simplify the qat_crypto functionTianjia Zhang
2020-02-22crypto: qat - spelling s/Decrytp/Decrypt/Geert Uytterhoeven
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds