aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat/qat_common/adf_ctl_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30crypto: qat - add limit to linked list parsingAdam Guerin1-2/+6
2022-08-26crypto: drivers - move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-02-18crypto: qat - add misc workqueueWojciech Ziemba1-0/+6
2021-06-28crypto: qat - ratelimit invalid ioctl message and print the invalid cmdColin Ian King1-1/+1
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel1-0/+1
2020-09-25crypto: qat - remove unnecessary mutex_init()Qinglang Miao1-2/+0
2020-06-18crypto: qat - replace user types with kernel u typesWojciech Ziemba1-2/+2
2020-06-18crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu1-46/+2
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2016-05-13crypto: qat - change the adf_ctl_stop_devices to voidTadeusz Struk1-6/+3
2016-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+6
2016-04-28crypto: qat - fix invalid pf2vf_resp_wq logicTadeusz Struk1-0/+6
2016-04-15crypto: qat - adf_dev_stop should not be called in atomic contextTadeusz Struk1-0/+6
2016-04-05crypto: qat - changed adf_dev_stop to voidTadeusz Struk1-14/+4
2016-04-05crypto: qat - explicitly stop all VFs firstTadeusz Struk1-1/+20
2015-12-22crypto: qat - use list_for_each_entry*Geliang Tang1-9/+4
2015-12-09crypto: qat - move isr files to qat common so that they can be reusedTadeusz Struk1-5/+3
2015-11-17crypto: qat - when stopping all devices make fure VF are stopped firstTadeusz Struk1-1/+1
2015-10-01crypto: qat - remove empty functions and turn qat_uregister fn to voidTadeusz Struk1-6/+0
2015-08-10crypto: qat - Add support for SRIOVTadeusz Struk1-3/+3
2015-05-11crypto: qat - add driver versionAllan, Bruce W1-0/+1
2015-04-01crypto: qat - fix typoAllan, Bruce W1-14/+14
2015-03-23crypto: qat - make error and info log messages more descriptiveAllan, Bruce W1-14/+24
2015-01-13crypto: qat - fix device reset flowAllan, Bruce W1-1/+6
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-1/+2
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2014-09-01treewide: fix errors in printkMasanari Iida1-1/+1
2014-08-25crypto: qat - Fix return value check in adf_chr_drv_create()Wei Yongjun1-1/+1
2014-06-20crypto: qat - Intel(R) QAT driver frameworkTadeusz Struk1-0/+490