| Commit message (Expand) | Author | Age | Files | Lines |
* | .gitignore: move *-asn1.[ch] patterns to the top-level .gitignore | Masahiro Yamada | 2018-04-07 | 1 | -1/+0 |
* | crypto: qat - don't leak pointers to authenc keys | Tudor-Dan Ambarus | 2018-03-30 | 1 | -0/+3 |
* | crypto: qat - Make several functions static | Colin Ian King | 2018-02-15 | 1 | -3/+6 |
* | crypto: qat - reduce stack size with KASAN | Arnd Bergmann | 2017-12-22 | 1 | -66/+67 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-11-14 | 3 | -19/+17 |
|\ |
|
| * | crypto: dh - Remove pointless checks for NULL 'p' and 'g' | Eric Biggers | 2017-11-10 | 1 | -3/+0 |
| * | crypto: qat - Clean up error handling in qat_dh_set_secret() | Eric Biggers | 2017-11-10 | 1 | -7/+8 |
| * | crypto: qat - mark expected switch fall-throughs in qat_uclo | Gustavo A. R. Silva | 2017-11-03 | 1 | -0/+3 |
| * | crypto: qat - remove unused and redundant pointer vf_info | Colin Ian King | 2017-11-03 | 1 | -3/+0 |
| * | crypto: qat - pr_err() strings should end with newlines | Arvind Yadav | 2017-10-12 | 1 | -6/+6 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 2 | -0/+2 |
|/ |
|
* | crypto: qat - fix spelling mistake: "runing" -> "running" | Colin Ian King | 2017-07-18 | 1 | -1/+1 |
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-07-07 | 1 | -19/+21 |
|\ |
|
| * | crypto: qat - avoid an uninitialized variable warning | Arnd Bergmann | 2017-06-28 | 1 | -19/+21 |
* | | crypto: qat - comply with crypto_akcipher_maxsize() | Tudor-Dan Ambarus | 2017-06-10 | 1 | -2/+2 |
* | | crypto: qat - comply with crypto_kpp_maxsize() | Tudor-Dan Ambarus | 2017-06-10 | 1 | -2/+2 |
* | | crypto: qat - Use IPAD/OPAD constant | Corentin LABBE | 2017-05-23 | 1 | -2/+3 |
* | | crypto: qat - use pcie_flr instead of duplicating it | Christoph Hellwig | 2017-05-23 | 1 | -14/+1 |
|/ |
|
* | crypto: kpp - constify buffer passed to crypto_kpp_set_secret() | Eric Biggers | 2017-03-09 | 1 | -1/+1 |
* | crypto: qat - increase number of supported devices | Xin Zeng | 2016-12-30 | 3 | -14/+19 |
* | crypto: qat - modify format of dev top level debugfs entries | Pablo Marcos Oltra | 2016-12-30 | 6 | -6/+6 |
* | crypto: qat - zero esram only for DH85x devices | Giovanni Cabiddu | 2016-12-30 | 1 | -2/+2 |
* | crypto: qat - fix bar discovery for c62x | Giovanni Cabiddu | 2016-12-30 | 2 | -1/+2 |
* | crypto: qat - replace hardcoded BIT(0) in vf_isr | Giovanni Cabiddu | 2016-12-30 | 1 | -2/+2 |
* | crypto: qat - fix comments describing adf_disable_sriov() | Ahsan Atta | 2016-12-30 | 1 | -2/+2 |
* | crypto: qat - fix indentation | Ahsan Atta | 2016-12-30 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2016-10-10 | 1 | -2/+2 |
|\ |
|
| * | crypto: qat - fix aes-xts key sizes | Giovanni Cabiddu | 2016-08-24 | 1 | -2/+2 |
* | | crypto: qat - fix leak on error path | Giovanni Cabiddu | 2016-09-13 | 1 | -4/+4 |
* | | crypto: qat - fix incorrect accelerator mask for C3X devices | Maksim Lukoshkov | 2016-09-07 | 1 | -1/+1 |
* | | crypto: qat - fix constants table DMA | Maksim Lukoshkov | 2016-08-31 | 1 | -8/+12 |
|/ |
|
* | crypto: qat - Stop dropping leading zeros from RSA output | Salvatore Benedetto | 2016-07-11 | 1 | -20/+0 |
* | crypto: qat - Add DH support | Salvatore Benedetto | 2016-07-11 | 2 | -72/+522 |
* | crypto: qat - Add RSA CRT mode | Salvatore Benedetto | 2016-07-05 | 1 | -25/+209 |
* | crypto: qat - Use alternative reset methods depending on the specific device | Conor McLoughlin | 2016-07-05 | 6 | -9/+43 |
* | crypto: qat - Switch to new rsa_helper functions | Salvatore Benedetto | 2016-07-05 | 5 | -55/+21 |
* | crypto: qat - Remove deprecated create_workqueue | Bhaktipriya Shridhar | 2016-06-13 | 3 | -3/+4 |
* | crypto: qat - fix typos sizeof for ctx | Tadeusz Struk | 2016-05-31 | 1 | -4/+4 |
* | crypto: qat - change the adf_ctl_stop_devices to void | Tadeusz Struk | 2016-05-13 | 1 | -6/+3 |
* | crypto: qat - make adf_vf_isr.c dependant on IOV config | Tadeusz Struk | 2016-05-03 | 2 | -4/+14 |
* | crypto: qat - Fix typo in comments | Tadeusz Struk | 2016-05-03 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2016-05-03 | 1 | -2/+11 |
|\ |
|
| * | crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq | Tadeusz Struk | 2016-05-03 | 1 | -2/+11 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2016-04-28 | 3 | -10/+24 |
|\| |
|
| * | crypto: qat - fix invalid pf2vf_resp_wq logic | Tadeusz Struk | 2016-04-28 | 3 | -10/+24 |
* | | crypto: qat - fix section mismatch warning | Tadeusz Struk | 2016-04-18 | 1 | -1/+1 |
* | | crypto: qat - interrupts need to be enabled when VFs are disabled | Tadeusz Struk | 2016-04-18 | 1 | -1/+2 |
* | | crypto: qat - check if PF is running | Tadeusz Struk | 2016-04-18 | 6 | -4/+14 |
* | | crypto: qat - move vf2pf_init and vf2pf_exit to common | Tadeusz Struk | 2016-04-18 | 6 | -70/+103 |
* | | crypto: qat - adf_dev_stop should not be called in atomic context | Tadeusz Struk | 2016-04-15 | 3 | -3/+64 |