| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: qat - Silence smp_processor_id() warning | Alexander Sverdlin | 2019-08-02 | 1 | -1/+1 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-07-08 | 2 | -96/+200 |
|\ |
|
| * | crypto: qat - use struct_size() helper | Gustavo A. R. Silva | 2019-06-13 | 1 | -4/+2 |
| * | crypto: qat - do not offload zero length requests | Giovanni Cabiddu | 2019-05-23 | 1 | -0/+6 |
| * | crypto: qat - return error for block ciphers for invalid requests | Giovanni Cabiddu | 2019-05-23 | 1 | -4/+19 |
| * | crypto: qat - return proper error code in setkey | Giovanni Cabiddu | 2019-05-23 | 1 | -65/+108 |
| * | crypto: qat - fix block size for aes ctr mode | Giovanni Cabiddu | 2019-05-23 | 1 | -1/+1 |
| * | crypto: qat - update iv after encryption or decryption operations | Giovanni Cabiddu | 2019-05-23 | 2 | -12/+61 |
| * | crypto: qat - add check for negative offset in alg precompute function | Shant KumarX Sonnad | 2019-05-23 | 1 | -0/+3 |
| * | crypto: qat - remove spin_lock in qat_ablkcipher_setkey | Xin Zeng | 2019-05-23 | 1 | -13/+3 |
* | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 7 | -0/+7 |
|/ |
|
* | crypto: shash - remove shash_desc::flags | Eric Biggers | 2019-04-25 | 1 | -1/+0 |
* | crypto: rsa - unimplement sign/verify for raw RSA backends | Vitaly Chikunov | 2019-04-18 | 1 | -2/+0 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-03-05 | 15 | -65/+6 |
|\ |
|
| * | crypto: qat - Remove unused goto label | Herbert Xu | 2019-02-08 | 1 | -1/+0 |
| * | crypto: prefix header search paths with $(srctree)/ | Masahiro Yamada | 2019-02-01 | 6 | -6/+6 |
| * | crypto: qat - no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-02-01 | 9 | -58/+0 |
* | | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 3 | -52/+52 |
|/ |
|
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-10-25 | 1 | -29/+31 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2018-10-17 | 6 | -18/+18 |
| |\ |
|
| * | | crypto: qat - move temp buffers off the stack | Ard Biesheuvel | 2018-10-05 | 1 | -33/+31 |
| * | | crypto: qat - Remove VLA usage | Kees Cook | 2018-09-04 | 1 | -2/+6 |
* | | | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-10-25 | 1 | -1/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls | Oza Pawandeep | 2018-10-02 | 1 | -1/+0 |
| |/ |
|
* / | crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe() | Waiman Long | 2018-09-28 | 6 | -18/+18 |
|/ |
|
* | crypto: qat/adf_aer - Replace GFP_ATOMIC with GFP_KERNEL in adf_dev_aer_sched... | Jia-Ju Bai | 2018-08-03 | 1 | -1/+1 |
* | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook | 2018-06-12 | 1 | -1/+1 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -2/+3 |
* | crypto: qat - Add MODULE_FIRMWARE for all qat drivers | Conor McLoughlin | 2018-05-31 | 3 | -0/+5 |
* | .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-31 | 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-06 | 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 |