aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-3/+10
2020-08-27crypto: af_alg - Work around empty control messages without MSG_MOREGravatar Herbert Xu 1-3/+10
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-58/+58
2020-08-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-12/+1
2020-08-13crypto: algif_aead - fix uninitialized ctx->initGravatar Ondrej Mosnacek 2-12/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 18-32/+32
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 5-19/+3
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-3/+3
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 40-444/+456
2020-07-31crypto: xts - Replace memcpy() invocation with simple assignmentGravatar Ard Biesheuvel 1-1/+1
2020-07-31crypto: ecc - SP800-56A rev 3 local public key validationGravatar Stephan Müller 2-1/+44
2020-07-31crypto: dh - SP800-56A rev 3 local public key validationGravatar Stephan Müller 1-25/+34
2020-07-31crypto: dh - check validity of Z before exportGravatar Stephan Müller 1-0/+29
2020-07-31crypto: ecdh - check validity of Z before exportGravatar Stephan Müller 1-3/+8
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+1
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 1-4/+3
2020-07-23crypto: testmgr - delete duplicated wordsGravatar Randy Dunlap 1-5/+5
2020-07-23crypto: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 8-32/+32
2020-07-23padata: fold padata_alloc_possible() into padata_alloc()Gravatar Daniel Jordan 1-1/+1
2020-07-23padata: remove stop functionGravatar Daniel Jordan 1-9/+3
2020-07-23padata: remove start functionGravatar Daniel Jordan 1-3/+0
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalGravatar Christoph Hellwig 5-15/+0
2020-07-16crypto: lrw - prefix function and struct names with "lrw"Gravatar Eric Biggers 1-58/+61
2020-07-16crypto: xts - prefix function and struct names with "xts"Gravatar Eric Biggers 1-65/+72
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSGravatar Eric Biggers 3-6/+0
2020-07-16crypto: algapi - use common mechanism for inheriting flagsGravatar Eric Biggers 22-227/+137
2020-07-16crypto: seqiv - remove seqiv_create()Gravatar Eric Biggers 1-15/+1
2020-07-16crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Gravatar Eric Biggers 3-5/+6
2020-07-15keys: asymmetric: fix error return code in software_key_query()Gravatar Wei Yongjun 1-0/+1
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareGravatar Barry Song 3-13/+42
2020-07-09crypto: af_alg - Fix regression on empty requestsGravatar Herbert Xu 1-1/+1
2020-06-19docs: crypto: convert asymmetric-keys.txt to ReSTGravatar Mauro Carvalho Chehab 3-3/+3
2020-06-18crypto: algif_aead - Only wake up when ctx->more is zeroGravatar Herbert Xu 3-7/+12
2020-06-18crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Gravatar Herbert Xu 4-33/+20
2020-06-15sched,crypto: Convert to sched_set_fifo*()Gravatar Peter Zijlstra 1-2/+1
2020-06-15crypto: drbg - always try to free Jitter RNG instanceGravatar Stephan Müller 1-2/+4
2020-06-15crypto: algboss - don't wait during notifier callbackGravatar Eric Biggers 1-2/+0
2020-06-15crypto: algif_skcipher - Cap recv SG list at ctx->usedGravatar Herbert Xu 1-5/+1
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2020-05-28crypto: engine - do not requeue in case of fatal errorGravatar Iuliana Prodan 1-4/+1
2020-05-15crypto: blake2b - Fix clang optimization for ARMv7-MGravatar Arnd Bergmann 1-1/+3
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hGravatar Eric Biggers 1-1/+0
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Gravatar Eric Biggers 1-2/+2
2020-05-08crypto: essiv - use crypto_shash_tfm_digest()Gravatar Eric Biggers 1-3/+1
2020-05-08crypto: hash - introduce crypto_shash_tfm_digest()Gravatar Eric Biggers 1-0/+16
2020-05-08crypto: lib/sha256 - return voidGravatar Eric Biggers 1-5/+9
2020-05-08crypto - Avoid free() namespace collisionGravatar Arnd Bergmann 2-6/+6
2020-05-08crypto: drbg - fix error return code in drbg_alloc_state()Gravatar Wei Yongjun 1-1/+3
2020-05-08crypto: engine - support for batch requestsGravatar Iuliana Prodan 1-1/+26