summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: algapi - reject NULL crypto_spawn::instEric Biggers2019-01-111-0/+3
* crypto: algapi - remove crypto_alloc_instance()Eric Biggers2019-01-113-38/+7
* crypto: null - convert ecb-cipher_null to skcipher APIEric Biggers2019-01-111-25/+32
* crypto: arc4 - convert to skcipher APIEric Biggers2019-01-111-38/+44
* crypto: pcbc - convert to skcipher_alloc_instance_simple()Eric Biggers2019-01-111-114/+11
* crypto: pcbc - remove ability to wrap internal ciphersEric Biggers2019-01-111-7/+3
* crypto: ofb - convert to skcipher_alloc_instance_simple()Eric Biggers2019-01-111-112/+7
* crypto: keywrap - convert to skcipher APIEric Biggers2019-01-111-133/+65
* crypto: ecb - convert to skcipher APIEric Biggers2019-01-111-115/+36
* crypto: ctr - convert to skcipher APIEric Biggers2019-01-111-119/+41
* crypto: cfb - convert to skcipher_alloc_instance_simple()Eric Biggers2019-01-111-118/+9
* crypto: cbc - convert to skcipher_alloc_instance_simple()Eric Biggers2019-01-111-118/+13
* crypto: skcipher - add helper for simple block cipher modesEric Biggers2019-01-112-0/+146
* crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers2019-01-111-10/+4
* crypto: ofb - fix handling partial blocks and make thread-safeEric Biggers2019-01-112-56/+63
* crypto: cfb - remove bogus memcpy() with src == destEric Biggers2019-01-111-4/+4
* crypto: cfb - add missing 'chunksize' propertyEric Biggers2019-01-112-0/+31
* crypto: virtio - clean up indentation, replace spaces with tabColin Ian King2019-01-111-1/+1
* crypto: Kconfig - Fix typo in "pclmul"haco2019-01-111-2/+2
* crypto: chelsio - remove set but not used variables 'adap'YueHaibing2019-01-111-2/+0
* crypto: chelsio - check set_msg_len overflow in generate_b0YueHaibing2019-01-111-2/+4
* crypto: ux500 - catch dma submission errorYueHaibing2019-01-111-0/+6
* crypto: crypto4xx - add prng crypto supportChristian Lamparter2019-01-113-0/+92
* crypto: caam - add support for xcbc(aes)Iuliana Prodan2019-01-113-17/+232
* crypto: caam - create ahash shared descriptors only onceIuliana Prodan2019-01-111-1/+6
* crypto: caam - fix error reporting for caam_hash_allocIuliana Prodan2019-01-111-1/+2
* crypto: ccp - Update copyright notices and datesHook, Gary2019-01-119-9/+9
* crypto: chtls - remove set but not used variables 'err, adap, request, hws'YueHaibing2019-01-111-11/+1
* crypto: cipher - remove struct cipher_descEric Biggers2019-01-111-8/+0
* crypto: caam - move shared symbols in a common locationHoria Geantă2019-01-113-11/+6
* crypto: sm3 - fix undefined shift by >= width of valueEric Biggers2019-01-101-1/+1
* crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy2019-01-101-1/+4
* crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy2019-01-101-18/+7
* crypto: adiantum - initialize crypto_spawn::instEric Biggers2019-01-101-0/+4
* crypto: cavium/nitrox - Use after free in process_response_list()Dan Carpenter2019-01-101-1/+1
* crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain2019-01-101-1/+1
* crypto: caam - fix SHA support detectionHoria Geantă2019-01-103-1/+11
* crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier2019-01-101-6/+9
* crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers2019-01-101-21/+19
* crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers2019-01-102-31/+14
* crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers2019-01-101-3/+11
* Linux 5.0-rc1v5.0-rc1Linus Torvalds2019-01-061-3/+3
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-0694-694/+150
|\
| * kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-062-18/+19
| * kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada2019-01-061-5/+1
| * kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-066-26/+12
| * arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-0624-408/+0
| * kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada2019-01-063-10/+10
| * arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-0624-25/+0
| * riscv: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-25/+0