summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-08-27crypto: af_alg - Work around empty control messages without MSG_MOREHerbert Xu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-08-13crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-07-31crypto: xts - Replace memcpy() invocation with simple assignmentArd Biesheuvel
2020-07-31crypto: ecc - SP800-56A rev 3 local public key validationStephan Müller
2020-07-31crypto: dh - SP800-56A rev 3 local public key validationStephan Müller
2020-07-31crypto: dh - check validity of Z before exportStephan Müller
2020-07-31crypto: ecdh - check validity of Z before exportStephan Müller
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-23crypto: testmgr - delete duplicated wordsRandy Dunlap
2020-07-23crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-23padata: fold padata_alloc_possible() into padata_alloc()Daniel Jordan
2020-07-23padata: remove stop functionDaniel Jordan
2020-07-23padata: remove start functionDaniel Jordan
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-07-16crypto: lrw - prefix function and struct names with "lrw"Eric Biggers
2020-07-16crypto: xts - prefix function and struct names with "xts"Eric Biggers
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers
2020-07-16crypto: seqiv - remove seqiv_create()Eric Biggers
2020-07-16crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Eric Biggers
2020-07-15keys: asymmetric: fix error return code in software_key_query()Wei Yongjun
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song
2020-07-09crypto: af_alg - Fix regression on empty requestsHerbert Xu
2020-06-19docs: crypto: convert asymmetric-keys.txt to ReSTMauro Carvalho Chehab
2020-06-18crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu
2020-06-18crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu
2020-06-15sched,crypto: Convert to sched_set_fifo*()Peter Zijlstra
2020-06-15crypto: drbg - always try to free Jitter RNG instanceStephan Müller
2020-06-15crypto: algboss - don't wait during notifier callbackEric Biggers
2020-06-15crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-05-28crypto: engine - do not requeue in case of fatal errorIuliana Prodan
2020-05-15crypto: blake2b - Fix clang optimization for ARMv7-MArnd Bergmann
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers
2020-05-08crypto: essiv - use crypto_shash_tfm_digest()Eric Biggers
2020-05-08crypto: hash - introduce crypto_shash_tfm_digest()Eric Biggers
2020-05-08crypto: lib/sha256 - return voidEric Biggers
2020-05-08crypto - Avoid free() namespace collisionArnd Bergmann
2020-05-08crypto: drbg - fix error return code in drbg_alloc_state()Wei Yongjun
2020-05-08crypto: engine - support for batch requestsIuliana Prodan