summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | | crypto: inside-secure - Add support for the rfc3685(ctr(sm4)) skcipherPascal van Leeuwen2019-10-053-0/+53
| * | | crypto: inside-secure - Add support for the cfb(sm4) skcipherPascal van Leeuwen2019-10-053-0/+38
| * | | crypto: inside-secure - Add support for the ofb(sm4) skcipherPascal van Leeuwen2019-10-053-0/+38
| * | | crypto: inside-secure - Add support for the cbc(sm4) skcipherPascal van Leeuwen2019-10-053-0/+38
| * | | crypto: inside-secure - Add support for the ecb(sm4) skcipherPascal van Leeuwen2019-10-053-0/+97
| * | | crypto: inside-secure - Added support for HMAC-SM3 ahashPascal van Leeuwen2019-10-053-0/+72
| * | | crypto: inside-secure - Added support for basic SM3 ahashPascal van Leeuwen2019-10-053-0/+73
| * | | crypto: inside-secure - Add CRYPTO_CHACHA20POLY1305 to CRYPTO_DEV_SAFEXCELPascal van Leeuwen2019-10-051-0/+1
| * | | crypto: inside-secure - Add support for the Chacha20-Poly1305 AEADPascal van Leeuwen2019-10-053-24/+263
| * | | crypto: inside-secure - Added support for the CHACHA20 skcipherPascal van Leeuwen2019-10-053-1/+86
| * | | crypto: talitos - fix hash result for VMAP_STACKChristophe Leroy2019-10-051-1/+5
| * | | crypto: inside-secure - Added support for the AES-CMAC ahashPascal van Leeuwen2019-10-053-0/+101
| * | | crypto: inside-secure - Added support for the AES XCBC ahashPascal van Leeuwen2019-10-053-4/+134
| * | | crypto: inside-secure - Added support for the AES CBCMAC ahashPascal van Leeuwen2019-10-053-41/+196
| * | | crypto: inside-secure - Added support for CRC32Pascal van Leeuwen2019-10-053-7/+111
| |/ /
* | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-6/+6
|\ \ \
| * | | crypto: n2: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-6/+6
* | | | Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-212-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | inet: stop leaking jiffies on the wireEric Dumazet2019-11-011-1/+1
| * | | net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-281-1/+1
| | |/ | |/|
* / | KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guestsTom Lendacky2019-10-221-0/+9
|/ /
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-241-3/+2
|\ \
| * | mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-3/+2
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-235-42/+53
|\ \ \ | |/ / |/| |
| * | crypto: hisilicon - avoid unused function warningArnd Bergmann2019-09-201-5/+2
| * | crypto: hisilicon - Fix return value check in hisi_zip_acompress()Yunfeng Ye2019-09-201-2/+2
| * | crypto: hisilicon - Matching the dma address for dma_pool_free()Yunfeng Ye2019-09-201-25/+19
| * | crypto: hisilicon - Fix double free in sec_free_hw_sgl()Yunfeng Ye2019-09-201-6/+7
| * | crypto: inside-secure - Fix unused variable warning when CONFIG_PCI=nPascal van Leeuwen2019-09-201-11/+29
| * | crypto: talitos - fix missing break in switch statementGustavo A. R. Silva2019-09-201-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-182-4/+8
|\ \ \
| * | | net/tls: use the full sk_proto pointerJakub Kicinski2019-09-051-2/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-0/+8
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-193-9/+44
| |\ \ \ \
| * | | | | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+4
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-18145-3107/+9318
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | crypto: caam - Cast to long first before pointer conversionHerbert Xu2019-09-131-2/+2
| * | | | | crypto: ccree - enable CTS support in AES-XTSUri Shir2019-09-131-10/+6
| * | | | | crypto: inside-secure - Probe transform record cache RAM sizesPascal van Leeuwen2019-09-132-50/+200
| * | | | | crypto: inside-secure - Base RD fetchcount on actual RD FIFO sizePascal van Leeuwen2019-09-132-12/+40
| * | | | | crypto: inside-secure - Base CD fetchcount on actual CD FIFO sizePascal van Leeuwen2019-09-132-10/+48
| * | | | | crypto: inside-secure - Enable extended algorithms on newer HWPascal van Leeuwen2019-09-132-0/+3
| * | | | | crypto: inside-secure: Corrected configuration of EIP96_TOKEN_CTRLPascal van Leeuwen2019-09-132-4/+4
| * | | | | crypto: inside-secure - Add EIP97/EIP197 and endianness detectionPascal van Leeuwen2019-09-132-50/+130
| * | | | | crypto: ux500 - Fix COMPILE_TEST warningsHerbert Xu2019-09-092-9/+11
| * | | | | crypto: cavium/zip - Add missing single_release()Wei Yongjun2019-09-091-0/+3
| * | | | | crypto: marvell - Use kzfree rather than its implementationzhong jiang2019-09-091-2/+1
| * | | | | crypto: caam - dispose of IRQ mapping only after IRQ is freedAndrey Smirnov2019-09-091-4/+10
| * | | | | crypto: caam - check irq_of_parse_and_map for errorsAndrey Smirnov2019-09-091-0/+4
| * | | | | crypto: caam - use devres to unmap JR's registersAndrey Smirnov2019-09-091-4/+9
OpenPOWER on IntegriCloud