summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | | crypto: ccp - remove redundant assignment to variable retColin Ian King2020-06-261-1/+0
| * | | crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka2020-06-261-16/+18
| * | | crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka2020-06-263-6/+9
| * | | crypto: omap-sham - Fix sparse/compiler warningsHerbert Xu2020-06-261-9/+9
| * | | crypto: omap-des - Fix sparse/compiler warningsHerbert Xu2020-06-261-3/+3
| * | | crypto: hisilicon - fix strncpy warning with strscpyZhangfei Gao2020-06-261-1/+5
| * | | crypto: octeontx - Fix sparse warningsHerbert Xu2020-06-186-38/+32
| * | | crypto: caam - Fix argument type in handle_imx6_err005766Herbert Xu2020-06-181-1/+1
| * | | crypto: qat - update timeout logic in put admin msgWojciech Ziemba2020-06-181-15/+19
| * | | crypto: qat - send admin messages to set of AEsWojciech Ziemba2020-06-181-18/+46
| * | | crypto: qat - update fw init admin msgWojciech Ziemba2020-06-182-27/+52
| * | | crypto: caam/qi2 - remove redundant assignment to retColin Ian King2020-06-181-2/+0
| * | | crypto: hisilicon - update SEC driver module parameterLongfang Liu2020-06-181-3/+3
| * | | crypto: qat - remove packed attribute in etr structsGiovanni Cabiddu2020-06-181-7/+6
| * | | crypto: qat - replace user types with kernel ABI __u typesWojciech Ziemba2020-06-187-182/+182
| * | | crypto: qat - replace user types with kernel u typesWojciech Ziemba2020-06-1816-167/+167
| * | | crypto: caam/qi2 - add support for dpseci_reset()Andrei Botila2020-06-184-0/+36
| * | | crypto: hisilicon - allow smaller reads in debugfsDan Carpenter2020-06-181-27/+6
| * | | crypto: caam - add clock info for VFxxx SoCsAndrey Smirnov2020-06-181-0/+10
| * | | crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu2020-06-1857-2624/+114
* | | | crypto/chtls: correct net_device reference countVinay Kumar Yadav2020-07-201-1/+1
* | | | crypto/chtls: fix tls alert messages corrupted by tls dataVinay Kumar Yadav2020-07-201-3/+4
| |_|/ |/| |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-217-25/+38
|\| |
| * | crypto: marvell/octeontx - Fix a potential NULL dereferenceDan Carpenter2020-06-151-4/+7
| * | crypto: caam - fix typosHeinrich Schuchardt2020-06-154-13/+13
| * | crypto: ccp - Fix sparse warnings in sev-devHerbert Xu2020-06-151-7/+16
| * | crypto: hisilicon - Cap block size at 2^31Herbert Xu2020-06-151-1/+2
| |/
* / crypto: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-22/+59
|\
| * Crypto/chcr: Checking cra_refcnt before unregistering the algorithmsAyush Sawal2020-06-101-4/+14
| * Crypto/chcr: Calculate src and dst sg lengths separately for dma mapAyush Sawal2020-06-101-18/+45
* | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-132-7/+7
|\ \
| * | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-7/+7
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-115-50/+74
|\ \ \ | |/ / |/| |
| * | crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is full...Christophe JAILLET2020-06-041-2/+2
| * | crypto: omap-sham - add proper load balancing support for multicoreTero Kristo2020-06-041-33/+31
| * | crypto: omap-aes - prevent unregistering algorithms twiceTero Kristo2020-06-041-2/+6
| * | crypto: omap-sham - fix very small data size handlingTero Kristo2020-06-041-0/+2
| * | crypto: omap-sham - huge buffer access fixesTero Kristo2020-06-041-2/+9
| * | crypto: omap-crypto - fix userspace copied buffer accessTero Kristo2020-06-041-2/+8
| * | crypto: omap-sham - force kernel driver usage for sha algosTero Kristo2020-06-041-8/+16
| * | crypto: omap-aes - avoid spamming console with self testsTero Kristo2020-06-041-1/+0
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-101-7/+14
|\ \ \ | |_|/ |/| |
| * | crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)2020-06-041-0/+1
| * | crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)2020-06-041-2/+3
| * | crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)2020-06-041-5/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-073-16/+36
|\ \ \
| * | | crypto/chtls:Fix compile error when CONFIG_IPV6 is disabledVinay Kumar Yadav2020-06-043-16/+36
* | | | Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-071-16/+6
|\ \ \ \
| * \ \ \ Merge 5.7-rc5 into char-misc-nextGreg Kroah-Hartman2020-05-114-44/+65
| |\ \ \ \