summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-08168-3798/+4527
|\
| * crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve2019-07-031-2/+2
| * crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve2019-07-031-1/+1
| * crypto: stm32/crc32 - rename driver fileLionel Debieve2019-07-032-1/+1
| * crypto: amcc - remove memset after dma_alloc_coherentFuqian Huang2019-07-031-1/+0
| * crypto: ccp - Switch to SPDX license identifiersHook, Gary2019-07-0322-88/+20
| * crypto: ccp - Validate the the error value used to index error messagesHook, Gary2019-07-032-46/+52
| * crypto: doc - Fix formatting of new crypto engine contentHook, Gary2019-07-031-38/+73
| * crypto: doc - Add parameter documentationHook, Gary2019-07-032-1/+12
| * crypto: arm64/aes-ce - implement 5 way interleave for ECB, CBC and CTRArd Biesheuvel2019-07-033-31/+75
| * crypto: arm64/aes-ce - add 5 way interleave routinesArd Biesheuvel2019-07-033-68/+52
| * crypto: talitos - drop icv_oolChristophe Leroy2019-07-032-5/+0
| * crypto: talitos - fix hash on SEC1.Christophe Leroy2019-07-031-28/+41
| * crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy2019-07-032-30/+30
| * lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy2019-07-031-4/+5
| * crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni2019-06-281-3/+5
| * crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann2019-06-271-0/+3
| * crypto: serpent - mark __serpent_setkey_sbox noinlineArnd Bergmann2019-06-271-1/+7
| * crypto: testmgr - dynamically allocate crypto_shashArnd Bergmann2019-06-271-6/+13
| * crypto: testmgr - dynamically allocate testvec_configArnd Bergmann2019-06-271-11/+32
| * crypto: talitos - eliminate unneeded 'done' functions at build timeChristophe Leroy2019-06-271-1/+1
| * crypto: sun4i-ss - reduce stack usageArnd Bergmann2019-06-271-17/+30
| * crypto: ccree - add HW engine config checkGilad Ben-Yossef2019-06-273-0/+38
| * crypto: ccree - prevent isr handling in case driver is suspendedOfir Drang2019-06-273-0/+16
| * crypto: ccree - check that cryptocell reset completedOfir Drang2019-06-274-1/+43
| * crypto: ccree - Relocate driver irq registration after clk initofir.drang@arm.com2019-06-271-9/+9
| * crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-203-61/+26
| * fs: cifs: switch to RC4 library interfaceArd Biesheuvel2019-06-203-48/+17
| * ppp: mppe: switch to RC4 library interfaceArd Biesheuvel2019-06-202-85/+15
| * crypto: arc4 - remove cipher implementationArd Biesheuvel2019-06-202-50/+16
| * net/lib80211: move TKIP handling to ARC4 library codeArd Biesheuvel2019-06-202-31/+18
| * net/lib80211: move WEP handling to ARC4 library codeArd Biesheuvel2019-06-202-38/+14
| * net/mac80211: move WEP handling to ARC4 library interfaceArd Biesheuvel2019-06-2011-60/+30
| * crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel2019-06-207-60/+95
| * crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy2019-06-201-1/+1
| * crypto: vmx - Document CTR mode counter width quirksDaniel Axtens2019-06-201-2/+20
| * crypto: caam - update IV using HW supportHoria Geantă2019-06-205-146/+163
| * crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă2019-06-208-99/+105
| * hwrng: iproc-rng200 - Add support for 7211Florian Fainelli2019-06-201-0/+1
| * dt-bindings: rng: Document BCM7211 RNG compatible stringFlorian Fainelli2019-06-201-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2019-06-206-129/+100
| |\
| * | crypto: sahara - Use devm_platform_ioremap_resource()Fabio Estevam2019-06-131-3/+1
| * | crypto: mxs-dcp - Use devm_platform_ioremap_resource()Fabio Estevam2019-06-131-4/+1
| * | crypto: hisilicon - Use the correct style for SPDX License IdentifierNishad Kamdar2019-06-131-1/+1
| * | crypto: qat - use struct_size() helperGustavo A. R. Silva2019-06-131-4/+2
| * | ARM: dts: imx7ulp: add crypto supportIuliana Prodan2019-06-131-0/+23
| * | crypto: cavium/nitrox - Use the correct style for SPDX License IdentifierNishad Kamdar2019-06-132-2/+2
| * | crypto: bcm - Make some symbols staticYueHaibing2019-06-132-9/+9
| * | crypto: chacha - constify ctx and iv argumentsEric Biggers2019-06-135-6/+6
| * | crypto: chacha20poly1305 - a few cleanupsEric Biggers2019-06-131-30/+13