aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAge
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-05
|\
| * crypto: qat - Remove unused goto labelHerbert Xu2019-02-08
| * crypto: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-01
| * crypto: qat - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-01
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-08
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-25
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-10-17
| |\
| * | crypto: qat - move temp buffers off the stackArd Biesheuvel2018-10-04
| * | crypto: qat - Remove VLA usageKees Cook2018-09-03
* | | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-25
|\ \ \ | |_|/ |/| |
| * | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-02
| |/
* / crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()Waiman Long2018-09-28
|/
* crypto: qat/adf_aer - Replace GFP_ATOMIC with GFP_KERNEL in adf_dev_aer_sched...Jia-Ju Bai2018-08-03
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-12
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* crypto: qat - Add MODULE_FIRMWARE for all qat driversConor McLoughlin2018-05-30
* .gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada2018-04-07
* crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-30
* crypto: qat - Make several functions staticColin Ian King2018-02-15
* crypto: qat - reduce stack size with KASANArnd Bergmann2017-12-22
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-14
|\
| * crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers2017-11-10
| * crypto: qat - Clean up error handling in qat_dh_set_secret()Eric Biggers2017-11-10
| * crypto: qat - mark expected switch fall-throughs in qat_ucloGustavo A. R. Silva2017-11-03
| * crypto: qat - remove unused and redundant pointer vf_infoColin Ian King2017-11-03
| * crypto: qat - pr_err() strings should end with newlinesArvind Yadav2017-10-12
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* crypto: qat - fix spelling mistake: "runing" -> "running"Colin Ian King2017-07-18
* Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-06
|\
| * crypto: qat - avoid an uninitialized variable warningArnd Bergmann2017-06-28
* | crypto: qat - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus2017-06-10
* | crypto: qat - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus2017-06-10
* | crypto: qat - Use IPAD/OPAD constantCorentin LABBE2017-05-23
* | crypto: qat - use pcie_flr instead of duplicating itChristoph Hellwig2017-05-23
|/
* crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers2017-03-09
* crypto: qat - increase number of supported devicesXin Zeng2016-12-30
* crypto: qat - modify format of dev top level debugfs entriesPablo Marcos Oltra2016-12-30
* crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu2016-12-30
* crypto: qat - fix bar discovery for c62xGiovanni Cabiddu2016-12-30
* crypto: qat - replace hardcoded BIT(0) in vf_isrGiovanni Cabiddu2016-12-30
* crypto: qat - fix comments describing adf_disable_sriov()Ahsan Atta2016-12-30
* crypto: qat - fix indentationAhsan Atta2016-12-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-09
|\
| * crypto: qat - fix aes-xts key sizesGiovanni Cabiddu2016-08-24
* | crypto: qat - fix leak on error pathGiovanni Cabiddu2016-09-13
* | crypto: qat - fix incorrect accelerator mask for C3X devicesMaksim Lukoshkov2016-09-07
* | crypto: qat - fix constants table DMAMaksim Lukoshkov2016-08-31
|/
* crypto: qat - Stop dropping leading zeros from RSA outputSalvatore Benedetto2016-07-11
* crypto: qat - Add DH supportSalvatore Benedetto2016-07-11
* crypto: qat - Add RSA CRT modeSalvatore Benedetto2016-07-05