summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAgeFilesLines
* 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-082-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
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-083-52/+52
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-251-29/+31
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-10-176-18/+18
| |\
| * | crypto: qat - move temp buffers off the stackArd Biesheuvel2018-10-051-33/+31
| * | crypto: qat - Remove VLA usageKees Cook2018-09-041-2/+6
* | | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-1/+0
|\ \ \ | |_|/ |/| |
| * | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0
| |/
* / crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()Waiman Long2018-09-286-18/+18
|/
* crypto: qat/adf_aer - Replace GFP_ATOMIC with GFP_KERNEL in adf_dev_aer_sched...Jia-Ju Bai2018-08-031-1/+1
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* crypto: qat - Add MODULE_FIRMWARE for all qat driversConor McLoughlin2018-05-313-0/+5
* .gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada2018-04-071-1/+0