index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-20
crypto: algif_hash - avoid zero-sized array
Jiri Slaby
1
-1
/
+1
2017-06-20
crypto: cryptd - Assign statesize properly
Wang, Rui Y
1
-0
/
+1
2017-06-20
crypto: improve gcc optimization flags for serpent and wp512
Arnd Bergmann
1
-0
/
+2
2017-06-20
crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg
Salvatore Benedetto
1
-0
/
+1
2017-06-08
crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks
James Yonan
7
-13
/
+157
2017-02-06
crypto: gcm - Fix IV buffer size in crypto_gcm_setkey
Ondrej MosnáÄek
1
-1
/
+1
2017-02-06
crypto: skcipher - Fix blkcipher walk OOM crash
Herbert Xu
1
-1
/
+2
2017-02-06
crypto: cryptd - initialize child shash_desc on import
Ard Biesheuvel
1
-2
/
+7
2017-02-06
crypto: algif_skcipher - Load TX SG list after waiting
Herbert Xu
1
-7
/
+7
2017-02-06
crypto: algif_skcipher - Fix race condition in skcipher_check_key
Herbert Xu
1
-3
/
+6
2017-02-06
crypto: algif_hash - Fix race condition in hash_check_key
Herbert Xu
1
-3
/
+6
2017-02-06
crypto: af_alg - Forbid bind(2) when nokey child sockets are present
Herbert Xu
1
-9
/
+7
2017-02-06
crypto: algif_skcipher - Remove custom release parent function
Herbert Xu
1
-40
/
+3
2017-02-06
crypto: algif_hash - Remove custom release parent function
Herbert Xu
1
-40
/
+3
2017-02-06
crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey path
Herbert Xu
1
-1
/
+8
2017-02-06
crypto: algif_skcipher - Add key check exception for cipher_null
Herbert Xu
1
-1
/
+1
2017-02-06
crypto: skcipher - Add crypto_skcipher_has_setkey
Herbert Xu
2
-0
/
+3
2017-02-06
crypto: algif_hash - Require setkey before accept(2)
Herbert Xu
1
-8
/
+193
2017-02-06
crypto: shash - Fix has_key setting
Herbert Xu
1
-4
/
+3
2017-02-06
crypto: hash - Add crypto_ahash_has_setkey
Herbert Xu
2
-2
/
+7
2017-02-06
crypto: algif_skcipher - Add nokey compatibility path
Herbert Xu
1
-5
/
+144
2017-02-06
crypto: af_alg - Add nokey compatibility path
Herbert Xu
1
-1
/
+12
2017-02-06
crypto: af_alg - Disallow bind/setkey/... after accept(2)
Herbert Xu
1
-3
/
+32
2017-02-06
crypto: algif_skcipher - Require setkey before accept(2)
Herbert Xu
1
-9
/
+42
2016-08-27
crypto: scatterwalk - Fix test in scatterwalk_done
Herbert Xu
1
-1
/
+2
2016-08-27
crypto: gcm - Filter out async ghash if necessary
Herbert Xu
1
-1
/
+3
2016-06-07
crypto: hash - Fix page length clamping in hash walk
Herbert Xu
1
-1
/
+2
2016-06-07
crypto: gcm - Fix rfc4543 decryption crash
Herbert Xu
1
-0
/
+3
2016-03-16
Revert: "crypto: af_alg - Disallow bind/setkey/... after accept(2)"
Greg Kroah-Hartman
1
-32
/
+3
2016-02-19
crypto: user - lock crypto_alg_list on alg dump
Mathias Krause
1
-1
/
+5
2016-02-19
crypto: algif_hash - wait for crypto_ahash_init() to complete
Wang, Rui Y
1
-1
/
+3
2016-02-19
crypto: af_alg - Fix socket double-free when accept fails
Herbert Xu
1
-3
/
+1
2016-02-19
crypto: af_alg - Disallow bind/setkey/... after accept(2)
Herbert Xu
1
-3
/
+32
2016-02-19
crypto: algif_hash - Only export and import on sockets with data
Herbert Xu
1
-2
/
+10
2015-11-09
crypto: api - Only abort operations on fatal signal
Herbert Xu
4
-6
/
+6
2015-10-27
crypto: ahash - ensure statesize is non-zero
Russell King
1
-1
/
+2
2015-02-11
crypto: crc32c - add missing crypto module alias
Mathias Krause
1
-0
/
+1
2015-01-29
crypto: add missing crypto module aliases
Mathias Krause
18
-2
/
+22
2015-01-29
crypto: include crypto- module prefix in template
Kees Cook
21
-2
/
+22
2015-01-29
crypto: prefix module autoloading with "crypto-"
Kees Cook
40
-38
/
+53
2015-01-08
crypto: af_alg - fix backlog handling
Rabin Vincent
1
-0
/
+3
2014-11-14
crypto: algif - avoid excessive use of socket buffer in skcipher
Ondrej Kozina
1
-1
/
+1
2014-08-07
crypto: af_alg - properly label AF_ALG socket
Milan Broz
1
-0
/
+2
2014-06-26
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
1
-1
/
+1
2014-06-07
crypto: crypto_wq - Fix late crypto work queue initialization
Tim Chen
1
-1
/
+1
2013-12-20
Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"
Greg Kroah-Hartman
2
-6
/
+0
2013-12-11
net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
Shawn Landden
2
-0
/
+6
2013-12-11
crypto: authenc - Find proper IV address in ablkcipher callback
Tom Lendacky
1
-3
/
+4
2013-12-11
crypto: ccm - Fix handling of zero plaintext when computing mac
Horia Geanta
1
-1
/
+2
2013-12-08
net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
Shawn Landden
2
-0
/
+6
[next]