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: gcm - Fix IV buffer size in crypto_gcm_setkey
Ondrej Mosnáček
2016-11-08
1
-1
/
+1
*
crypto: skcipher - Fix blkcipher walk OOM crash
Herbert Xu
2016-09-29
1
-1
/
+2
*
crypto: cryptd - initialize child shash_desc on import
Ard Biesheuvel
2016-09-29
1
-2
/
+7
*
crypto: scatterwalk - Fix test in scatterwalk_done
Herbert Xu
2016-08-19
1
-1
/
+2
*
crypto: gcm - Filter out async ghash if necessary
Herbert Xu
2016-08-19
1
-1
/
+3
*
crypto: hash - Fix page length clamping in hash walk
Herbert Xu
2016-05-16
1
-1
/
+2
*
crypto: gcm - Fix rfc4543 decryption crash
Herbert Xu
2016-05-02
1
-0
/
+3
*
crypto: crypto_memneq - add equality testing of memory regions w/o timing leaks
James Yonan
2016-04-23
7
-13
/
+157
*
crypto: user - lock crypto_alg_list on alg dump
Mathias Krause
2016-02-24
1
-1
/
+5
*
crypto: algif_hash - wait for crypto_ahash_init() to complete
Wang, Rui Y
2016-02-24
1
-1
/
+3
*
crypto: algif_hash - Require setkey before accept(2)
Herbert Xu
2016-02-24
1
-8
/
+193
*
crypto: hash - Add crypto_ahash_has_setkey
Herbert Xu
2016-02-24
2
-2
/
+7
*
crypto: algif_skcipher - Add nokey compatibility path
Herbert Xu
2016-02-24
1
-5
/
+144
*
crypto: af_alg - Add nokey compatibility path
Herbert Xu
2016-02-24
1
-1
/
+12
*
crypto: af_alg - Fix socket double-free when accept fails
Herbert Xu
2016-02-24
1
-3
/
+1
*
crypto: af_alg - Disallow bind/setkey/... after accept(2)
Herbert Xu
2016-02-24
1
-3
/
+32
*
crypto: algif_skcipher - Require setkey before accept(2)
Herbert Xu
2016-02-24
1
-7
/
+41
*
crypto: algif_hash - Only export and import on sockets with data
Herbert Xu
2016-02-12
1
-2
/
+10
*
crypto: api - Only abort operations on fatal signal
Herbert Xu
2015-11-12
4
-6
/
+6
*
crypto: ahash - ensure statesize is non-zero
Russell King
2015-10-28
1
-1
/
+2
*
crypto: testmgr - fix RNG return code enforcement
Stephan Mueller
2015-06-10
1
-3
/
+3
*
crypto: rng - RNGs must return 0 in success case
Stephan Mueller
2015-06-10
1
-1
/
+5
*
crypto: testmgr - fix 3.12.40 regression
Lennart Sorensen
2015-04-27
1
-0
/
+2
*
crypto: testmgr - don't use interruptible wait in tests
Rabin Vincent
2015-04-09
2
-34
/
+24
*
crypto: sha - Handle unaligned input data in generic sha256 and sha512.
David S. Miller
2015-04-09
2
-2
/
+4
*
crypto: crc32c - add missing crypto module alias
Mathias Krause
2015-02-10
1
-0
/
+1
*
crypto: add missing crypto module aliases
Mathias Krause
2015-01-29
19
-2
/
+23
*
crypto: include crypto- module prefix in template
Kees Cook
2015-01-29
21
-2
/
+22
*
crypto: prefix module autoloading with "crypto-"
Kees Cook
2015-01-29
43
-39
/
+56
*
crypto: af_alg - fix backlog handling
Rabin Vincent
2015-01-07
1
-0
/
+3
*
crypto: algif - avoid excessive use of socket buffer in skcipher
Ondrej Kozina
2014-11-13
1
-1
/
+1
*
crypto: af_alg - properly label AF_ALG socket
Milan Broz
2014-08-19
1
-0
/
+2
*
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
2014-06-23
1
-1
/
+1
*
crypto: crypto_wq - Fix late crypto work queue initialization
Tim Chen
2014-06-09
1
-1
/
+1
*
X.509: struct x509_certificate needs struct tm declaring
David Howells
2014-04-03
1
-0
/
+1
*
Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"
Greg Kroah-Hartman
2013-12-20
2
-6
/
+0
*
net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
Shawn Landden
2013-12-11
2
-0
/
+6
*
crypto: authenc - Find proper IV address in ablkcipher callback
Tom Lendacky
2013-12-11
1
-3
/
+4
*
crypto: ccm - Fix handling of zero plaintext when computing mac
Horia Geanta
2013-12-11
1
-1
/
+2
*
net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST
Shawn Landden
2013-12-08
2
-0
/
+6
*
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
2013-12-08
2
-3
/
+0
*
X.509: Remove certificate date checks
David Howells
2013-12-04
1
-38
/
+0
*
crypto: ansi_cprng - Fix off by one error in non-block size request
Neil Horman
2013-11-29
1
-2
/
+2
*
crypto: crct10dif - Add fallback for broken initrds
Herbert Xu
2013-09-12
3
-99
/
+130
*
crypto: api - Fix race condition in larval lookup
Herbert Xu
2013-09-08
1
-1
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2013-09-07
11
-34
/
+305
|
\
|
*
Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...
Herbert Xu
2013-09-07
6
-0
/
+249
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
2013-09-07
8
-249
/
+230
|
|
\
|
*
|
crypto: fcrypt - Fix bitoperation for compilation with clang
Jan-Simon Möller
2013-09-02
1
-1
/
+1
|
*
|
crypto: scatterwalk - Add support for calculating number of SG elements
Joel Fernandes
2013-08-21
1
-0
/
+22
[next]