aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds17-147/+72
2020-10-08crypto: qat - drop input parameter from adf_enable_aer()Giovanni Cabiddu5-7/+7
2020-10-08crypto: qat - fix function parameters descriptionsGiovanni Cabiddu2-2/+6
2020-09-25crypto: qat - remove unnecessary mutex_init()Qinglang Miao1-2/+0
2020-09-25crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2-56/+5
2020-09-18crypto: qat - use PCI_VDEVICEGiovanni Cabiddu6-30/+12
2020-09-18crypto: qat - replace device ids definesGiovanni Cabiddu9-31/+27
2020-09-11crypto: qat - include domain in top level debugfs pathGiovanni Cabiddu6-24/+12
2020-09-11crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni1-1/+9
2020-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-08-21crypto: qat - add delay before polling mailboxGiovanni Cabiddu1-3/+4
2020-07-23crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix1-2/+7
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-6/+7
2020-07-09crypto: qat - fallback for xts with 192 bit keysGiovanni Cabiddu1-3/+65
2020-07-09crypto: qat - remove unused field in skcipher ctxGiovanni Cabiddu1-4/+0
2020-07-09crypto: qat - validate xts keyGiovanni Cabiddu1-0/+6
2020-07-09crypto: qat - allow xts requests not multiple of blockGiovanni Cabiddu1-2/+20
2020-06-18crypto: qat - update timeout logic in put admin msgWojciech Ziemba1-15/+19
2020-06-18crypto: qat - send admin messages to set of AEsWojciech Ziemba1-18/+46
2020-06-18crypto: qat - update fw init admin msgWojciech Ziemba2-27/+52
2020-06-18crypto: qat - remove packed attribute in etr structsGiovanni Cabiddu1-7/+6
2020-06-18crypto: qat - replace user types with kernel ABI __u typesWojciech Ziemba7-182/+182
2020-06-18crypto: qat - replace user types with kernel u typesWojciech Ziemba16-167/+167
2020-06-18crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu57-2624/+114
2020-03-12crypto: qat - simplify the qat_crypto functionTianjia Zhang1-2/+1
2020-02-22crypto: qat - spelling s/Decrytp/Decrypt/Geert Uytterhoeven1-1/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-5/+1
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2019-11-17crypto: qat - switch to skcipher APIArd Biesheuvel2-162/+146
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-1/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-08-02crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin1-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-96/+200
2019-06-13crypto: qat - use struct_size() helperGustavo A. R. Silva1-4/+2
2019-05-23crypto: qat - do not offload zero length requestsGiovanni Cabiddu1-0/+6
2019-05-23crypto: qat - return error for block ciphers for invalid requestsGiovanni Cabiddu1-4/+19
2019-05-23crypto: qat - return proper error code in setkeyGiovanni Cabiddu1-65/+108
2019-05-23crypto: qat - fix block size for aes ctr modeGiovanni Cabiddu1-1/+1
2019-05-23crypto: qat - update iv after encryption or decryption operationsGiovanni Cabiddu2-12/+61
2019-05-23crypto: qat - add check for negative offset in alg precompute functionShant KumarX Sonnad1-0/+3
2019-05-23crypto: qat - remove spin_lock in qat_ablkcipher_setkeyXin Zeng1-13/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner7-0/+7
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-18crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov1-2/+0
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds15-65/+6
2019-02-08crypto: qat - Remove unused goto labelHerbert Xu1-1/+0
2019-02-01crypto: prefix header search paths with $(srctree)/Masahiro Yamada6-6/+6
2019-02-01crypto: qat - no need to check return value of debugfs_create functionsGreg Kroah-Hartman9-58/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain3-52/+52