summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
AgeCommit message (Expand)AuthorLines
2020-07-23crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix-2/+7
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka-6/+7
2020-07-09crypto: qat - fallback for xts with 192 bit keysGiovanni Cabiddu-3/+65
2020-07-09crypto: qat - remove unused field in skcipher ctxGiovanni Cabiddu-4/+0
2020-07-09crypto: qat - validate xts keyGiovanni Cabiddu-0/+6
2020-07-09crypto: qat - allow xts requests not multiple of blockGiovanni Cabiddu-2/+20
2020-06-18crypto: qat - update timeout logic in put admin msgWojciech Ziemba-15/+19
2020-06-18crypto: qat - send admin messages to set of AEsWojciech Ziemba-18/+46
2020-06-18crypto: qat - update fw init admin msgWojciech Ziemba-27/+52
2020-06-18crypto: qat - remove packed attribute in etr structsGiovanni Cabiddu-7/+6
2020-06-18crypto: qat - replace user types with kernel ABI __u typesWojciech Ziemba-182/+182
2020-06-18crypto: qat - replace user types with kernel u typesWojciech Ziemba-167/+167
2020-06-18crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu-2624/+114
2020-03-12crypto: qat - simplify the qat_crypto functionTianjia Zhang-2/+1
2020-02-22crypto: qat - spelling s/Decrytp/Decrypt/Geert Uytterhoeven-1/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers-5/+1
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2019-11-17crypto: qat - switch to skcipher APIArd Biesheuvel-162/+146
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers-1/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann-1/+1
2019-08-02crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-96/+200
2019-06-13crypto: qat - use struct_size() helperGustavo A. R. Silva-4/+2
2019-05-23crypto: qat - do not offload zero length requestsGiovanni Cabiddu-0/+6
2019-05-23crypto: qat - return error for block ciphers for invalid requestsGiovanni Cabiddu-4/+19
2019-05-23crypto: qat - return proper error code in setkeyGiovanni Cabiddu-65/+108
2019-05-23crypto: qat - fix block size for aes ctr modeGiovanni Cabiddu-1/+1
2019-05-23crypto: qat - update iv after encryption or decryption operationsGiovanni Cabiddu-12/+61
2019-05-23crypto: qat - add check for negative offset in alg precompute functionShant KumarX Sonnad-0/+3
2019-05-23crypto: qat - remove spin_lock in qat_ablkcipher_setkeyXin Zeng-13/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+7
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers-1/+0
2019-04-18crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov-2/+0
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-65/+6
2019-02-08crypto: qat - Remove unused goto labelHerbert Xu-1/+0
2019-02-01crypto: prefix header search paths with $(srctree)/Masahiro Yamada-6/+6
2019-02-01crypto: qat - no need to check return value of debugfs_create functionsGreg Kroah-Hartman-58/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-52/+52
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-29/+31
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2018-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-18/+18
2018-10-05crypto: qat - move temp buffers off the stackArd Biesheuvel-33/+31
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep-1/+0
2018-09-28crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()Waiman Long-18/+18
2018-09-04crypto: qat - Remove VLA usageKees Cook-2/+6
2018-08-03crypto: qat/adf_aer - Replace GFP_ATOMIC with GFP_KERNEL in adf_dev_aer_sched...Jia-Ju Bai-1/+1
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+3
2018-05-31crypto: qat - Add MODULE_FIRMWARE for all qat driversConor McLoughlin-0/+5
2018-04-07.gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada-1/+0