aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-7/+14
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 3-16/+36
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-16/+6
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-66/+140
2020-06-04crypto/chtls:Fix compile error when CONFIG_IPV6 is disabledGravatar Vinay Kumar Yadav 3-16/+36
2020-06-04crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Gravatar Longpeng(Mike) 1-0/+1
2020-06-04crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Gravatar Longpeng(Mike) 1-2/+3
2020-06-04crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Gravatar Longpeng(Mike) 1-5/+10
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 10-151/+314
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-12/+3
2020-06-01crypto/chtls: IPv6 support for inline TLSGravatar Vinay Kumar Yadav 3-43/+167
2020-06-01Crypto/chcr: Fixes a coccinile check errorGravatar Ayush Sawal 1-0/+1
2020-06-01Crypto/chcr: Fixes compilations warningsGravatar Ayush Sawal 2-7/+5
2020-06-01crypto/chcr: IPV6 code needs to be in CONFIG_IPV6Gravatar Rohit Maheshwari 1-15/+33
2020-06-01cxgb4/chcr: Enable ktls settings at run timeGravatar Rohit Maheshwari 4-61/+40
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 4-4/+4
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 37-1323/+3101
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-05-29drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok()Gravatar Al Viro 1-12/+3
2020-05-28crypto: hisilicon - fix driver compatibility issue with different versions of...Gravatar Weili Qian 5-112/+39
2020-05-28crypto: cavium/nitrox - Fix a typo in a commentGravatar Christophe JAILLET 1-1/+1
2020-05-26crypto: chelsio/chtls: properly set tp->lsndtimeGravatar Eric Dumazet 1-1/+1
2020-05-23crypto: hisilicon/qm - change debugfs file name from qm_regs to regsGravatar Shukun Tan 1-1/+1
2020-05-23crypto: hisilicon/qm - add DebugFS for xQC and xQE dumpGravatar Shukun Tan 5-39/+488
2020-05-23crypto: hisilicon/zip - add debugfs for Hisilicon ZIPGravatar Longfang Liu 3-1/+70
2020-05-23crypto: hisilicon/hpre - add debugfs for Hisilicon HPREGravatar Hui Tang 3-15/+157
2020-05-23crypto: hisilicon/sec2 - add debugfs for Hisilicon SECGravatar Kai Ye 3-10/+52
2020-05-23crypto: hisilicon/qm - add debugfs to the QM state machineGravatar Longfang Liu 1-0/+34
2020-05-23crypto: hisilicon/qm - add debugfs for QMGravatar Longfang Liu 2-0/+60
2020-05-23crypto: stm32/crc32 - protect from concurrent accessesGravatar Nicolas Toromanoff 1-2/+45
2020-05-23crypto: stm32/crc32 - don't sleep in runtime pmGravatar Nicolas Toromanoff 1-9/+36
2020-05-23crypto: stm32/crc32 - fix multi-instanceGravatar Nicolas Toromanoff 1-12/+36
2020-05-23crypto: stm32/crc32 - fix run-time self test issue.Gravatar Nicolas Toromanoff 1-3/+3
2020-05-23crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Gravatar Nicolas Toromanoff 1-50/+48
2020-05-15crypto: hisilicon/zip - Use temporary sqe when doing workGravatar Zhou Wang 1-6/+5
2020-05-15crypto: hisilicon - add device error report through abnormal irqGravatar Shukun Tan 2-153/+187
2020-05-15crypto: hisilicon - remove codes of directly report device errors through MSIGravatar Shukun Tan 5-48/+13
2020-05-15crypto: hisilicon - QM memory management optimizationGravatar Weili Qian 2-141/+128
2020-05-15crypto: hisilicon - unify initial value assignment into QMGravatar Weili Qian 4-72/+81
2020-05-15crypto: hisilicon - remove use_dma_api related codesGravatar Shukun Tan 5-25/+13
2020-05-15crypto: hisilicon - add FLR supportGravatar Shukun Tan 5-4/+165
2020-05-15crypto: hisilicon/qm - add state machine for QMGravatar Zhou Wang 2-83/+307
2020-05-15crypto: hisilicon - refactor module parameter pf_q_num related codeGravatar Shukun Tan 4-97/+49
2020-05-15crypto: hisilicon/zip - modify the ZIP probe processGravatar Longfang Liu 1-18/+42
2020-05-15crypto: hisilicon/hpre - modify the HPRE probe processGravatar Longfang Liu 1-17/+25
2020-05-15crypto: hisilicon/sec2 - modify the SEC probe processGravatar Longfang Liu 1-37/+30
2020-05-15crypto: hisilicon/sec2 - constify sec_dfx_regsGravatar Rikard Falkeborn 1-1/+1
2020-05-15crypto: hisilicon/zip - constify struct debugfs_reg32Gravatar Rikard Falkeborn 1-1/+1
2020-05-15crypto: hisilicon/hpre - constify struct debugfs_reg32Gravatar Rikard Falkeborn 1-2/+2
2020-05-15crypto: ccree - constify struct debugfs_reg32Gravatar Rikard Falkeborn 1-2/+2