summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-153-11/+21
|\
| * crypto: hisilicon/sec2 - Use atomics instead of __syncArnd Bergmann2020-01-093-11/+21
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-12-022-2/+3
|\|
| * crypto: hisilicon - fix a NULL vs IS_ERR() bug in sec_create_qp_ctx()Dan Carpenter2019-11-271-2/+2
| * crypto: talitos - Fix build error by selecting LIB_DESHerbert Xu2019-11-271-0/+1
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\ \
| * | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-255-32/+32
|\ \ \
| * | | cxgb4/chcr: update SGL DMA unmap for USORahul Lakkireddy2019-11-221-14/+13
| * | | net: silence data-races on sk_backlog.tailEric Dumazet2019-11-061-5/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-022-2/+2
| |\ \ \
| * | | | net/tls: allow compiling TLS TOE outJakub Kicinski2019-10-041-1/+1
| * | | | net/tls: rename tls_device to tls_toe_deviceJakub Kicinski2019-10-042-12/+12
| * | | | net/tls: move TOE-related structures to a separate headerJakub Kicinski2019-10-041-0/+1
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-25137-5463/+16546
|\ \ \ \ | | |_|/ | |/| |
| * | | crypto: vmx - Avoid weird build failuresMichael Ellerman2019-11-221-3/+3
| * | | crypto: amlogic - enable working on big endian kernelCorentin Labbe2019-11-222-43/+34
| * | | crypto: sun8i-ce - enable working on big endianCorentin Labbe2019-11-222-34/+40
| * | | crypto: atmel-aes - Change data type for "lastc" bufferTudor Ambarus2019-11-221-1/+1
| * | | crypto: atmel-tdes - Set the IV after {en,de}cryptTudor Ambarus2019-11-221-2/+38
| * | | crypto: sun4i-ss - fix big endian issuesCorentin Labbe2019-11-221-10/+11
| * | | crypto: sun4i-ss - hide the Invalid keylen messageCorentin Labbe2019-11-221-1/+1
| * | | crypto: sun4i-ss - use crypto_ahash_digestsizeCorentin Labbe2019-11-221-1/+1
| * | | crypto: sun4i-ss - remove dependency on not 64BITCorentin Labbe2019-11-221-1/+1
| * | | crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe2019-11-221-6/+6
| * | | crypto: hisilicon - add DebugFS for HiSilicon SECZaibo Xu2019-11-223-0/+332
| * | | crypto: hisilicon - add SRIOV for HiSilicon SECZaibo Xu2019-11-222-3/+153
| * | | crypto: hisilicon - add HiSilicon SEC V2 driverZaibo Xu2019-11-227-0/+1875
| * | | crypto: atmel - Fix build error of CRYPTO_AUTHENCYueHaibing2019-11-221-4/+4
| * | | crypto: qce/dma - Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-221-2/+2
| * | | crypto: ccp - add SEV command privilege separationBrijesh Singh2019-11-222-7/+23
| * | | crypto: sun8i-ce - Fix memdup.cocci warningsYueHaibing2019-11-221-4/+2
| * | | crypto: sun4i-ss - Fix 64-bit size_t warningsHerbert Xu2019-11-221-8/+14
| * | | crypto: ccree - update a stale reference to ablkcipherArd Biesheuvel2019-11-171-2/+2
| * | | crypto: nx - remove stale comment referring to the blkcipher walk APIArd Biesheuvel2019-11-172-10/+0
| * | | crypto: marvell/cesa - rename blkcipher to skcipherArd Biesheuvel2019-11-172-10/+10
| * | | crypto: qat - switch to skcipher APIArd Biesheuvel2019-11-172-162/+146
| * | | crypto: talitos - switch to skcipher APIArd Biesheuvel2019-11-171-165/+143
| * | | crypto: rockchip - switch to skcipher APIArd Biesheuvel2019-11-175-562/+545
| * | | crypto: niagara2 - switch to skcipher APIArd Biesheuvel2019-11-171-98/+96
| * | | crypto: stm32 - switch to skcipher APIArd Biesheuvel2019-11-171-179/+159
| * | | crypto: qce - switch to skcipher APIArd Biesheuvel2019-11-176-99/+100
| * | | crypto: picoxcell - switch to skcipher APIArd Biesheuvel2019-11-171-202/+184
| * | | crypto: sahara - switch to skcipher APIArd Biesheuvel2019-11-171-81/+75
| * | | crypto: mediatek - switch to skcipher APIArd Biesheuvel2019-11-171-132/+116
| * | | crypto: mxs - switch to skcipher APIArd Biesheuvel2019-11-171-75/+65
| * | | crypto: ixp4xx - switch to skcipher APIArd Biesheuvel2019-11-171-120/+108
| * | | crypto: hifn - switch to skcipher APIArd Biesheuvel2019-11-171-91/+92
| * | | crypto: chelsio - switch to skcipher APIArd Biesheuvel2019-11-173-179/+173
| * | | crypto: cavium/cpt - switch to skcipher APIArd Biesheuvel2019-11-171-158/+134