Age | Commit message (Expand) | Author | Files | Lines |
2020-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -37/+46 |
2020-05-04 | cxgb4/chcr: avoid -Wreturn-local-addr warning | Arnd Bergmann | 1 | -37/+46 |
2020-04-29 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 3 | -7/+19 |
2020-04-24 | chcr: Fix CPU hard lockup | Rohit Maheshwari | 1 | -4/+2 |
2020-04-16 | crypto: caam - fix the address of the last entry of S/G | Iuliana Prodan | 1 | -1/+1 |
2020-04-16 | crypto: caam - fix use-after-free KASAN issue for RSA algorithms | Iuliana Prodan | 1 | -2/+6 |
2020-04-16 | crypto: caam - fix use-after-free KASAN issue for HASH algorithms | Iuliana Prodan | 1 | -2/+6 |
2020-04-16 | crypto: caam - fix use-after-free KASAN issue for AEAD algorithms | Iuliana Prodan | 1 | -1/+3 |
2020-04-16 | crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithms | Iuliana Prodan | 1 | -1/+3 |
2020-04-09 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -3/+7 |
2020-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -0/+1 |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
2020-04-03 | crypto: marvell/octeontx - fix double free of ptr | Colin Ian King | 1 | -3/+5 |
2020-04-03 | crypto: hisilicon - Fix build error | YueHaibing | 1 | -0/+2 |
2020-04-02 | crypto/chcr: Add missing include file <linux/highmem.h> | YueHaibing | 1 | -0/+1 |
2020-04-02 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 102 | -2707/+10963 |
2020-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 10 | -38/+2425 |
2020-03-30 | crypto/chtls: Fix chtls crash in connection cleanup | Rohit Maheshwari | 1 | -4/+25 |
2020-03-30 | crypto/chcr: fix incorrect ipv6 packet length | Rohit Maheshwari | 1 | -1/+1 |
2020-03-30 | Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutex | Ayush Sawal | 2 | -6/+28 |
2020-03-30 | Crypto: chelsio - Fixes a hang issue during driver registration | Ayush Sawal | 1 | -2/+0 |
2020-03-30 | crypto: caam - limit single JD RNG output to maximum of 16 bytes | Andrey Smirnov | 1 | -10/+11 |
2020-03-30 | crypto: caam - enable prediction resistance in HRWNG | Andrey Smirnov | 5 | -15/+68 |
2020-03-30 | crypto: caam - invalidate entropy register during RNG initialization | Andrey Smirnov | 2 | -4/+10 |
2020-03-30 | crypto: caam - check if RNG job failed | Andrey Smirnov | 1 | -6/+15 |
2020-03-30 | crypto: caam - simplify RNG implementation | Andrey Smirnov | 1 | -215/+107 |
2020-03-30 | crypto: caam - drop global context pointer and init_done | Andrey Smirnov | 3 | -43/+44 |
2020-03-30 | crypto: caam - use struct hwrng's .init for initialization | Andrey Smirnov | 1 | -23/+24 |
2020-03-30 | crypto: caam - allocate RNG instantiation descriptor with GFP_DMA | Andrey Smirnov | 1 | -2/+2 |
2020-03-30 | crypto: ccree - remove duplicated include from cc_aead.c | YueHaibing | 1 | -1/+0 |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
2020-03-24 | crypto: Convert to new CPU match macros | Thomas Gleixner | 2 | -2/+2 |
2020-03-23 | Crypto/chtls: add/delete TLS header in driver | Rohit Maheshwari | 1 | -14/+59 |
2020-03-20 | crypto: chelsio - remove set but not used variable 'adap' | YueHaibing | 1 | -2/+0 |
2020-03-20 | crypto: marvell - enable OcteonTX cpt options for build | SrujanaChalla | 2 | -0/+17 |
2020-03-20 | crypto: marvell - add the Virtual Function driver for CPT | SrujanaChalla | 9 | -2/+4686 |
2020-03-20 | crypto: marvell - add support for OCTEON TX CPT engine | SrujanaChalla | 8 | -0/+2764 |
2020-03-20 | crypto: marvell - create common Kconfig and Makefile for Marvell | SrujanaChalla | 10 | -46/+69 |
2020-03-20 | crypto: bcm - Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 1 | -20/+20 |
2020-03-20 | crypto: atmel-i2c - Fix wakeup fail | Jianhui Zhao | 1 | -1/+2 |
2020-03-20 | crypto: hisilicon/sec2 - Add new create qp process | Kai Ye | 3 | -61/+42 |
2020-03-20 | crypto: hisilicon/hpre - Optimize finding hpre device process | Hui Tang | 3 | -55/+20 |
2020-03-20 | crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctx | Shukun Tan | 3 | -114/+34 |
2020-03-20 | crypto: hisilicon/qm - Put device finding logic into QM | Weili Qian | 2 | -0/+156 |
2020-03-16 | chcr: remove set but not used variable 'status' | YueHaibing | 1 | -2/+1 |
2020-03-12 | crypto: ccree - refactor AEAD IV in AAD handling | Gilad Ben-Yossef | 3 | -103/+16 |
2020-03-12 | crypto: ccree - use crypto_ipsec_check_assoclen() | Gilad Ben-Yossef | 1 | -53/+20 |
2020-03-12 | crypto: ccree - only check condition if needed | Gilad Ben-Yossef | 1 | -6/+6 |
2020-03-12 | crypto: ccree - remove ancient TODO remarks | Gilad Ben-Yossef | 5 | -8/+0 |
2020-03-12 | crypto: ccree - remove pointless comment | Hadar Gat | 1 | -1/+0 |