summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0310-151/+314
|\
| * crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav2020-06-013-43/+167
| * Crypto/chcr: Fixes a coccinile check errorAyush Sawal2020-06-011-0/+1
| * Crypto/chcr: Fixes compilations warningsAyush Sawal2020-06-012-7/+5
| * crypto/chcr: IPV6 code needs to be in CONFIG_IPV6Rohit Maheshwari2020-06-011-15/+33
| * cxgb4/chcr: Enable ktls settings at run timeRohit Maheshwari2020-06-014-61/+40
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-064-44/+65
| |\ \
| * | | Crypto/chcr: fix for hmac(sha) test failsDevulapally Shiva Krishna2020-05-061-1/+1
| * | | Crypto/chcr: support for 48 byte key_len in aes-xtsDevulapally Shiva Krishna2020-05-061-2/+25
| * | | Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna2020-05-061-1/+1
| * | | Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed testsDevulapally Shiva Krishna2020-05-062-14/+29
| * | | Crypto/chcr: fix gcm-aes and rfc4106-gcm failed testsDevulapally Shiva Krishna2020-05-061-4/+12
| * | | Revert "crypto: chelsio - Inline single pdu only"Ayush Sawal2020-05-061-3/+0
* | | | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-12/+3
|\ \ \ \
| * | | | drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok()Al Viro2020-05-291-12/+3
* | | | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-014-4/+4
|\ \ \ \ \
| * | | | | docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab2020-04-204-4/+4
| |/ / / /
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-0137-1323/+3101
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | crypto: hisilicon - fix driver compatibility issue with different versions of...Weili Qian2020-05-285-112/+39
| * | | | crypto: cavium/nitrox - Fix a typo in a commentChristophe JAILLET2020-05-281-1/+1
| * | | | crypto: hisilicon/qm - change debugfs file name from qm_regs to regsShukun Tan2020-05-231-1/+1
| * | | | crypto: hisilicon/qm - add DebugFS for xQC and xQE dumpShukun Tan2020-05-235-39/+488
| * | | | crypto: hisilicon/zip - add debugfs for Hisilicon ZIPLongfang Liu2020-05-233-1/+70
| * | | | crypto: hisilicon/hpre - add debugfs for Hisilicon HPREHui Tang2020-05-233-15/+157
| * | | | crypto: hisilicon/sec2 - add debugfs for Hisilicon SECKai Ye2020-05-233-10/+52
| * | | | crypto: hisilicon/qm - add debugfs to the QM state machineLongfang Liu2020-05-231-0/+34
| * | | | crypto: hisilicon/qm - add debugfs for QMLongfang Liu2020-05-232-0/+60
| * | | | crypto: stm32/crc32 - protect from concurrent accessesNicolas Toromanoff2020-05-231-2/+45
| * | | | crypto: stm32/crc32 - don't sleep in runtime pmNicolas Toromanoff2020-05-231-9/+36
| * | | | crypto: stm32/crc32 - fix multi-instanceNicolas Toromanoff2020-05-231-12/+36
| * | | | crypto: stm32/crc32 - fix run-time self test issue.Nicolas Toromanoff2020-05-231-3/+3
| * | | | crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Nicolas Toromanoff2020-05-231-50/+48
| * | | | crypto: hisilicon/zip - Use temporary sqe when doing workZhou Wang2020-05-151-6/+5
| * | | | crypto: hisilicon - add device error report through abnormal irqShukun Tan2020-05-152-153/+187
| * | | | crypto: hisilicon - remove codes of directly report device errors through MSIShukun Tan2020-05-155-48/+13
| * | | | crypto: hisilicon - QM memory management optimizationWeili Qian2020-05-152-141/+128
| * | | | crypto: hisilicon - unify initial value assignment into QMWeili Qian2020-05-154-72/+81
| * | | | crypto: hisilicon - remove use_dma_api related codesShukun Tan2020-05-155-25/+13
| * | | | crypto: hisilicon - add FLR supportShukun Tan2020-05-155-4/+165
| * | | | crypto: hisilicon/qm - add state machine for QMZhou Wang2020-05-152-83/+307
| * | | | crypto: hisilicon - refactor module parameter pf_q_num related codeShukun Tan2020-05-154-97/+49
| * | | | crypto: hisilicon/zip - modify the ZIP probe processLongfang Liu2020-05-151-18/+42
| * | | | crypto: hisilicon/hpre - modify the HPRE probe processLongfang Liu2020-05-151-17/+25
| * | | | crypto: hisilicon/sec2 - modify the SEC probe processLongfang Liu2020-05-151-37/+30
| * | | | crypto: hisilicon/sec2 - constify sec_dfx_regsRikard Falkeborn2020-05-151-1/+1
| * | | | crypto: hisilicon/zip - constify struct debugfs_reg32Rikard Falkeborn2020-05-151-1/+1
| * | | | crypto: hisilicon/hpre - constify struct debugfs_reg32Rikard Falkeborn2020-05-151-2/+2
| * | | | crypto: ccree - constify struct debugfs_reg32Rikard Falkeborn2020-05-151-2/+2
| * | | | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-084-4/+0