summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - remove unused functionGiovanni Cabiddu2020-10-301-5/+0
* 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-311-3/+4
|\ \
| * | crypto: qat - add delay before polling mailboxGiovanni Cabiddu2020-08-211-3/+4
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-242-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
* | crypto: qat - switch to skcipher APIArd Biesheuvel2019-11-172-162/+146
* | crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-1/+1
|/
* crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin2019-08-021-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-092-96/+200
|\
| * crypto: qat - use struct_size() helperGustavo A. R. Silva2019-06-131-4/+2
| * crypto: qat - do not offload zero length requestsGiovanni Cabiddu2019-05-231-0/+6
| * crypto: qat - return error for block ciphers for invalid requestsGiovanni Cabiddu2019-05-231-4/+19
| * crypto: qat - return proper error code in setkeyGiovanni Cabiddu2019-05-231-65/+108
| * crypto: qat - fix block size for aes ctr modeGiovanni Cabiddu2019-05-231-1/+1
| * crypto: qat - update iv after encryption or decryption operationsGiovanni Cabiddu2019-05-232-12/+61
| * crypto: qat - add check for negative offset in alg precompute functionShant KumarX Sonnad2019-05-231-0/+3
| * crypto: qat - remove spin_lock in qat_ablkcipher_setkeyXin Zeng2019-05-231-13/+3
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-217-0/+7
|/
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov2019-04-181-2/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-0515-65/+6
|\
| * crypto: qat - Remove unused goto labelHerbert Xu2019-02-081-1/+0
| * crypto: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-016-6/+6
| * crypto: qat - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-019-58/+0