summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
AgeCommit message (Expand)Author
2018-10-10crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()Waiman Long
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-31crypto: qat - Add MODULE_FIRMWARE for all qat driversConor McLoughlin
2018-04-07.gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada
2018-03-31crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus
2018-02-15crypto: qat - Make several functions staticColin Ian King
2017-12-22crypto: qat - reduce stack size with KASANArnd Bergmann
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-10crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers
2017-11-10crypto: qat - Clean up error handling in qat_dh_set_secret()Eric Biggers
2017-11-03crypto: qat - mark expected switch fall-throughs in qat_ucloGustavo A. R. Silva
2017-11-03crypto: qat - remove unused and redundant pointer vf_infoColin Ian King
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-12crypto: qat - pr_err() strings should end with newlinesArvind Yadav
2017-07-18crypto: qat - fix spelling mistake: "runing" -> "running"Colin Ian King
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-06-28crypto: qat - avoid an uninitialized variable warningArnd Bergmann
2017-06-10crypto: qat - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus
2017-06-10crypto: qat - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus
2017-05-23crypto: qat - Use IPAD/OPAD constantCorentin LABBE
2017-05-23crypto: qat - use pcie_flr instead of duplicating itChristoph Hellwig
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers
2016-12-30crypto: qat - increase number of supported devicesXin Zeng
2016-12-30crypto: qat - modify format of dev top level debugfs entriesPablo Marcos Oltra
2016-12-30crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu
2016-12-30crypto: qat - fix bar discovery for c62xGiovanni Cabiddu
2016-12-30crypto: qat - replace hardcoded BIT(0) in vf_isrGiovanni Cabiddu
2016-12-30crypto: qat - fix comments describing adf_disable_sriov()Ahsan Atta
2016-12-30crypto: qat - fix indentationAhsan Atta
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-09-13crypto: qat - fix leak on error pathGiovanni Cabiddu
2016-09-07crypto: qat - fix incorrect accelerator mask for C3X devicesMaksim Lukoshkov
2016-08-31crypto: qat - fix constants table DMAMaksim Lukoshkov
2016-08-24crypto: qat - fix aes-xts key sizesGiovanni Cabiddu
2016-07-11crypto: qat - Stop dropping leading zeros from RSA outputSalvatore Benedetto
2016-07-11crypto: qat - Add DH supportSalvatore Benedetto
2016-07-05crypto: qat - Add RSA CRT modeSalvatore Benedetto
2016-07-05crypto: qat - Use alternative reset methods depending on the specific deviceConor McLoughlin
2016-07-05crypto: qat - Switch to new rsa_helper functionsSalvatore Benedetto
2016-06-13crypto: qat - Remove deprecated create_workqueueBhaktipriya Shridhar
2016-05-31crypto: qat - fix typos sizeof for ctxTadeusz Struk
2016-05-13crypto: qat - change the adf_ctl_stop_devices to voidTadeusz Struk
2016-05-03crypto: qat - make adf_vf_isr.c dependant on IOV configTadeusz Struk
2016-05-03crypto: qat - Fix typo in commentsTadeusz Struk
2016-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-05-03crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wqTadeusz Struk
2016-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-04-28crypto: qat - fix invalid pf2vf_resp_wq logicTadeusz Struk
2016-04-18crypto: qat - fix section mismatch warningTadeusz Struk