summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
| * 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/+3Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-217-0/+7
|/
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0Star
* crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov2019-04-181-2/+0Star
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-0515-65/+6Star
|\
| * crypto: qat - Remove unused goto labelHerbert Xu2019-02-081-1/+0Star
| * 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/+0Star
* | 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-261-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/+31Star
| * | 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/+0Star
|\ \ \ | |_|/ |/| |
| * | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0Star
| |/
* / 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-131-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+3
* crypto: qat - Add MODULE_FIRMWARE for all qat driversConor McLoughlin2018-05-303-0/+5
* .gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada2018-04-071-1/+0Star
* crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-301-0/+3
* crypto: qat - Make several functions staticColin Ian King2018-02-151-3/+6
* crypto: qat - reduce stack size with KASANArnd Bergmann2017-12-221-66/+67
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-143-19/+17Star
|\
| * crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers2017-11-101-3/+0Star
| * crypto: qat - Clean up error handling in qat_dh_set_secret()Eric Biggers2017-11-101-7/+8
| * crypto: qat - mark expected switch fall-throughs in qat_ucloGustavo A. R. Silva2017-11-031-0/+3
| * crypto: qat - remove unused and redundant pointer vf_infoColin Ian King2017-11-031-3/+0Star
| * crypto: qat - pr_err() strings should end with newlinesArvind Yadav2017-10-121-6/+6
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* crypto: qat - fix spelling mistake: "runing" -> "running"Colin Ian King2017-07-181-1/+1
* Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-071-19/+21
|\
| * crypto: qat - avoid an uninitialized variable warningArnd Bergmann2017-06-281-19/+21
* | crypto: qat - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus2017-06-101-2/+2
* | crypto: qat - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus2017-06-101-2/+2
* | crypto: qat - Use IPAD/OPAD constantCorentin LABBE2017-05-231-2/+3
* | crypto: qat - use pcie_flr instead of duplicating itChristoph Hellwig2017-05-231-14/+1Star
|/
* crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers2017-03-091-1/+1
* crypto: qat - increase number of supported devicesXin Zeng2016-12-303-14/+19
* crypto: qat - modify format of dev top level debugfs entriesPablo Marcos Oltra2016-12-306-6/+6
* crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu2016-12-301-2/+2