summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* crypto: qat - Add MODULE_FIRMWARE for all qat driversConor McLoughlin2018-05-313-0/+5
* .gitignore: move *-asn1.[ch] patterns to the top-level .gitignoreMasahiro Yamada2018-04-071-1/+0
* crypto: qat - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-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/+17
|\
| * crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers2017-11-101-3/+0
| * 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/+0
| * 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-061-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/+1
|/
* 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
* crypto: qat - fix bar discovery for c62xGiovanni Cabiddu2016-12-302-1/+2
* crypto: qat - replace hardcoded BIT(0) in vf_isrGiovanni Cabiddu2016-12-301-2/+2
* crypto: qat - fix comments describing adf_disable_sriov()Ahsan Atta2016-12-301-2/+2
* crypto: qat - fix indentationAhsan Atta2016-12-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-101-2/+2
|\
| * crypto: qat - fix aes-xts key sizesGiovanni Cabiddu2016-08-241-2/+2
* | crypto: qat - fix leak on error pathGiovanni Cabiddu2016-09-131-4/+4
* | crypto: qat - fix incorrect accelerator mask for C3X devicesMaksim Lukoshkov2016-09-071-1/+1
* | crypto: qat - fix constants table DMAMaksim Lukoshkov2016-08-311-8/+12
|/
* crypto: qat - Stop dropping leading zeros from RSA outputSalvatore Benedetto2016-07-111-20/+0
* crypto: qat - Add DH supportSalvatore Benedetto2016-07-112-72/+522
* crypto: qat - Add RSA CRT modeSalvatore Benedetto2016-07-051-25/+209
* crypto: qat - Use alternative reset methods depending on the specific deviceConor McLoughlin2016-07-056-9/+43
* crypto: qat - Switch to new rsa_helper functionsSalvatore Benedetto2016-07-055-55/+21
* crypto: qat - Remove deprecated create_workqueueBhaktipriya Shridhar2016-06-133-3/+4
* crypto: qat - fix typos sizeof for ctxTadeusz Struk2016-05-311-4/+4
* crypto: qat - change the adf_ctl_stop_devices to voidTadeusz Struk2016-05-131-6/+3
* crypto: qat - make adf_vf_isr.c dependant on IOV configTadeusz Struk2016-05-032-4/+14
* crypto: qat - Fix typo in commentsTadeusz Struk2016-05-031-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-05-031-2/+11
|\
| * crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wqTadeusz Struk2016-05-031-2/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-04-283-10/+24
|\ \ | |/
| * crypto: qat - fix invalid pf2vf_resp_wq logicTadeusz Struk2016-04-283-10/+24
* | crypto: qat - fix section mismatch warningTadeusz Struk2016-04-181-1/+1
* | crypto: qat - interrupts need to be enabled when VFs are disabledTadeusz Struk2016-04-181-1/+2
OpenPOWER on IntegriCloud