summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat
AgeCommit message (Expand)Author
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
2016-04-18crypto: qat - interrupts need to be enabled when VFs are disabledTadeusz Struk
2016-04-18crypto: qat - check if PF is runningTadeusz Struk
2016-04-18crypto: qat - move vf2pf_init and vf2pf_exit to commonTadeusz Struk
2016-04-15crypto: qat - adf_dev_stop should not be called in atomic contextTadeusz Struk
2016-04-05crypto: qat - changed adf_dev_stop to voidTadeusz Struk
2016-04-05crypto: qat - explicitly stop all VFs firstTadeusz Struk
2016-04-05crypto: qat - fix address leaking of RSA public exponentTudor Ambarus
2016-04-05crypto: qat - avoid memory corruption or undefined behaviourTudor Ambarus
2016-04-05crypto: qat - Remove redundant nrbg ringsAhsan Atta
2016-04-05crypto: qat - make sure const_tab is 1024 bytes alignedTadeusz Struk
2016-03-11crypto: qat - remove redundant arbiter configurationTadeusz Struk
2016-03-11crypto: qat - Change the definition of icp_qat_uof_regtypePingchao Yang
2016-02-28crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang
2016-02-17crypto: qat - fix leak on error pathTadeusz Struk
2016-01-25crypto: qat - Reduced reqsize in qat_algsCabiddu, Giovanni