Age | Commit message (Expand) | Author | Files | Lines |
2018-10-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 70 | -2131/+8236 |
2018-10-25 | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+0 |
2018-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -3/+1 |
2018-10-23 | Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -0/+11 |
2018-10-19 | cxgb4: fix the error path of cxgb4_uld_register() | Ganesh Goudar | 1 | -3/+1 |
2018-10-17 | crypto: chelsio - Update ntx queue received from cxgb4 | Harsh Jain | 2 | -3/+2 |
2018-10-17 | crypto: ccree - avoid implicit enum conversion | Nathan Chancellor | 1 | -4/+2 |
2018-10-17 | crypto: caam - add SPDX license identifier to all files | Horia Geantă | 11 | -57/+11 |
2018-10-17 | crypto: caam/qi - simplify CGR allocation, freeing | Horia Geantă | 2 | -40/+5 |
2018-10-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 9 | -51/+72 |
2018-10-12 | crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' static | Wei Yongjun | 1 | -2/+2 |
2018-10-12 | crypto: chtls - remove set but not used variable 'csk' | YueHaibing | 1 | -4/+0 |
2018-10-12 | crypto: axis - fix platform_no_drv_owner.cocci warnings | YueHaibing | 1 | -1/+0 |
2018-10-11 | Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern... | Greg Kroah-Hartman | 1 | -3/+5 |
2018-10-08 | s390/zcrypt: multiple zcrypt device nodes support | Harald Freudenberger | 1 | -0/+11 |
2018-10-08 | crypto: caam/qi2 - avoid double export | Arnd Bergmann | 1 | -1/+1 |
2018-10-08 | crypto: mxs-dcp - Fix AES issues | Radu Solea | 1 | -2/+31 |
2018-10-08 | crypto: mxs-dcp - Fix SHA null hashes and output length | Radu Solea | 1 | -10/+37 |
2018-10-08 | crypto: mxs-dcp - Implement sha import/export | Dan Douglass | 1 | -8/+33 |
2018-10-06 | treewide: Replace more open-coded allocation size multiplications | Kees Cook | 1 | -3/+5 |
2018-10-05 | crypto: cavium/nitrox - use pci_alloc_irq_vectors() while enabling MSI-X. | Srikanth Jampala | 8 | -263/+162 |
2018-10-05 | crypto: cavium/nitrox - NITROX command queue changes. | Srikanth Jampala | 5 | -79/+94 |
2018-10-05 | crypto: cavium/nitrox - use pcie_flr instead of duplicating it | Srikanth Jampala | 1 | -10/+5 |
2018-10-05 | crypto: cavium/nitrox - fix warnings while printing atomic64_t types | Srikanth Jampala | 1 | -4/+6 |
2018-10-05 | crypto: caam/qi2 - add CONFIG_NETDEVICES dependency | Arnd Bergmann | 1 | -0/+1 |
2018-10-05 | crypto: qat - move temp buffers off the stack | Ard Biesheuvel | 1 | -33/+31 |
2018-10-05 | crypto: ccp - Make function sev_get_firmware() static | Wei Yongjun | 1 | -1/+2 |
2018-10-05 | crypto: ccp - Remove forward declaration | Nathan Chancellor | 1 | -28/+25 |
2018-10-03 | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls | Oza Pawandeep | 1 | -1/+0 |
2018-09-28 | crypto: cavium - remove redundant null pointer check before kfree | zhong jiang | 1 | -15/+5 |
2018-09-28 | crypto: cavium/nitrox - updated debugfs information. | Srikanth Jampala | 4 | -129/+127 |
2018-09-28 | crypto: cavium/nitrox - add support for per device request statistics. | Srikanth Jampala | 3 | -1/+20 |
2018-09-28 | crypto: cavium/nitrox - added support to identify the NITROX device partname. | Srikanth Jampala | 5 | -22/+184 |
2018-09-28 | crypto: chtls - remove redundant null pointer check before kfree_skb | zhong jiang | 2 | -4/+2 |
2018-09-28 | crypto: picoxcell - Remove VLA usage of skcipher | Kees Cook | 1 | -11/+10 |
2018-09-28 | crypto: omap-aes - Remove VLA usage of skcipher | Kees Cook | 2 | -10/+9 |
2018-09-28 | crypto: mxs-dcp - Remove VLA usage of skcipher | Kees Cook | 1 | -11/+10 |
2018-09-28 | crypto: chelsio - Remove VLA usage of skcipher | Kees Cook | 2 | -14/+15 |
2018-09-28 | crypto: artpec6 - Remove VLA usage of skcipher | Kees Cook | 1 | -10/+9 |
2018-09-28 | crypto: qce - Remove VLA usage of skcipher | Kees Cook | 2 | -8/+7 |
2018-09-28 | crypto: sahara - Remove VLA usage of skcipher | Kees Cook | 1 | -16/+15 |
2018-09-28 | crypto: vmx - Remove VLA usage of skcipher | Kees Cook | 3 | -29/+29 |
2018-09-28 | crypto: ccp - Remove VLA usage of skcipher | Kees Cook | 2 | -7/+8 |
2018-09-28 | crypto: s5p-sss: Add aes-ctr support | Christoph Manszewski | 1 | -5/+40 |
2018-09-28 | crypto: s5p-sss: Minor code cleanup | Christoph Manszewski | 1 | -37/+17 |
2018-09-28 | crypto: s5p-sss: Fix Fix argument list alignment | Christoph Manszewski | 1 | -2/+2 |
2018-09-28 | crypto: s5p-sss: Fix race in error handling | Christoph Manszewski | 1 | -5/+7 |
2018-09-28 | crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe() | Waiman Long | 6 | -18/+18 |
2018-09-28 | crypto: mxs-dcp - Fix wait logic on chan threads | Leonard Crestez | 1 | -23/+30 |
2018-09-28 | crypto: chelsio - Fix memory corruption in DMA Mapped buffers. | Harsh Jain | 2 | -10/+24 |