index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS
Eric Biggers
2021-05-11
1
-7
/
+3
*
crypto: api - check for ERR pointers in crypto_destroy_tfm()
Ard Biesheuvel
2021-05-11
1
-1
/
+1
*
crypto: x86 - Regularize glue function prototypes
Kees Cook
2021-03-20
2
-10
/
+14
*
crypto: tcrypt - avoid signed overflow in byte count
Ard Biesheuvel
2021-03-07
1
-10
/
+10
*
crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()
Daniele Alessandrelli
2021-03-04
1
-0
/
+3
*
crypto: asym_tpm: correct zero out potential secrets
Greg Kroah-Hartman
2021-01-12
1
-1
/
+1
*
crypto: ecdh - avoid buffer overflow in ecdh_set_secret()
Ard Biesheuvel
2021-01-12
1
-1
/
+2
*
crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()
Ard Biesheuvel
2020-12-30
1
-4
/
+5
*
crypto: af_alg - avoid undefined behavior accessing salg_name
Eric Biggers
2020-12-30
1
-3
/
+7
*
crypto: algif_skcipher - EBUSY on aio should be an error
Herbert Xu
2020-10-29
1
-1
/
+1
*
crypto: algif_aead - Do not set MAY_BACKLOG on the async path
Herbert Xu
2020-10-29
1
-3
/
+4
*
crypto: af_alg - Work around empty control messages without MSG_MORE
Herbert Xu
2020-09-03
1
-3
/
+10
*
crypto: algif_aead - fix uninitialized ctx->init
Ondrej Mosnacek
2020-08-21
2
-12
/
+1
*
crypto: af_alg - Fix regression on empty requests
Herbert Xu
2020-08-21
1
-1
/
+1
*
crypto: algif_aead - Only wake up when ctx->more is zero
Herbert Xu
2020-08-21
3
-7
/
+12
*
keys: asymmetric: fix error return code in software_key_query()
Wei Yongjun
2020-07-22
1
-0
/
+1
*
crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()
Herbert Xu
2020-07-09
4
-33
/
+20
*
crypto: algboss - don't wait during notifier callback
Eric Biggers
2020-06-24
1
-2
/
+0
*
crypto: algif_skcipher - Cap recv SG list at ctx->used
Herbert Xu
2020-06-24
1
-5
/
+1
*
crypto: drbg - fix error return code in drbg_alloc_state()
Wei Yongjun
2020-06-17
1
-1
/
+3
*
crypto: algapi - Avoid spurious modprobe on LOADED
Eric Biggers
2020-06-17
1
-1
/
+1
*
gcc-10: avoid shadowing standard library 'free()' in crypto
Linus Torvalds
2020-05-20
2
-4
/
+4
*
crypto: rng - Fix a refcounting bug in crypto_rng_reset()
Dan Carpenter
2020-04-17
1
-2
/
+6
*
crypto: rename sm3-256 to sm3 in hash_algo_name
Tianjia Zhang
2020-02-28
1
-1
/
+1
*
crypto: essiv - fix AEAD capitalization and preposition use in help text
Geert Uytterhoeven
2020-02-24
1
-2
/
+2
*
crypto: testmgr - don't try to decrypt uninitialized buffers
Eric Biggers
2020-02-14
1
-4
/
+16
*
crypto: api - Fix race condition in crypto_spawn_alg
Herbert Xu
2020-02-11
3
-14
/
+6
*
crypto: pcrypt - Do not clear MAY_SLEEP flag in original request
Herbert Xu
2020-02-11
1
-1
/
+0
*
crypto: api - fix unexpectedly getting generic implementation
Herbert Xu
2020-02-11
2
-4
/
+24
*
crypto: pcrypt - Avoid deadlock by using per-instance padata queues
Herbert Xu
2020-02-11
1
-3
/
+33
*
crypto: api - Check spawn->alg under lock in crypto_drop_spawn
Herbert Xu
2020-02-11
1
-4
/
+2
*
crypto: pcrypt - Fix user-after-free on module unload
Herbert Xu
2020-02-01
1
-1
/
+2
*
crypto: af_alg - Use bh_lock_sock in sk_destruct
Herbert Xu
2020-02-01
1
-2
/
+4
*
crypto: algif_skcipher - Use chunksize instead of blocksize
Herbert Xu
2020-01-17
1
-1
/
+1
*
KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails
Eric Biggers
2019-12-31
2
-0
/
+2
*
crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly
Ard Biesheuvel
2019-12-31
1
-0
/
+1
*
crypto: aegis128-neon - use Clang compatible cflags for ARM
Ard Biesheuvel
2019-12-31
1
-1
/
+1
*
crypto: user - fix memory leak in crypto_reportstat
Navid Emamdoost
2019-12-13
1
-1
/
+3
*
crypto: user - fix memory leak in crypto_report
Navid Emamdoost
2019-12-13
1
-1
/
+3
*
crypto: ecdh - fix big endian bug in ECC library
Ard Biesheuvel
2019-12-13
1
-1
/
+2
*
crypto: af_alg - cast ki_complete ternary op to int
Ayush Sawal
2019-12-13
1
-1
/
+1
*
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-09-28
1
-1
/
+3
|
\
|
*
kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
Jiri Bohac
2019-08-19
1
-1
/
+3
*
|
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-09-27
1
-0
/
+33
|
\
\
|
*
|
PKCS#7: Introduce pkcs7_get_digest()
Thiago Jung Bauermann
2019-08-05
1
-0
/
+33
*
|
|
Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-09-21
3
-0
/
+692
|
\
\
\
|
*
|
|
crypto: essiv - create wrapper template for ESSIV generation
Ard Biesheuvel
2019-09-03
3
-0
/
+692
|
|
/
/
*
|
|
padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possible
Daniel Jordan
2019-09-13
1
-4
/
+0
*
|
|
crypto: pcrypt - remove padata cpumask notifier
Daniel Jordan
2019-09-13
1
-107
/
+18
*
|
|
padata: make padata_do_parallel find alternate callback CPU
Daniel Jordan
2019-09-13
1
-31
/
+2
[next]