index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: algif_skcipher - Do not set MAY_BACKLOG on the async path
Herbert Xu
2016-02-17
1
-2
/
+3
*
crypto: algif_skcipher - Do not dereference ctx without socket lock
Herbert Xu
2016-02-17
1
-4
/
+11
*
crypto: algif_skcipher - Do not assume that req is unchanged
Herbert Xu
2016-02-17
1
-32
/
+28
*
crypto: user - lock crypto_alg_list on alg dump
Mathias Krause
2016-02-17
1
-1
/
+5
*
crypto: algif_hash - wait for crypto_ahash_init() to complete
Wang, Rui Y
2016-02-17
1
-1
/
+3
*
crypto: shash - Fix has_key setting
Herbert Xu
2016-02-17
1
-4
/
+3
*
crypto: algif_skcipher - sendmsg SG marking is off by one
Herbert Xu
2016-02-17
1
-1
/
+2
*
crypto: algif_skcipher - Load TX SG list after waiting
Herbert Xu
2016-02-17
1
-7
/
+7
*
crypto: crc32c - Fix crc32c soft dependency
Jean Delvare
2016-02-17
1
-1
/
+0
*
crypto: algif_skcipher - Fix race condition in skcipher_check_key
Herbert Xu
2016-02-17
1
-3
/
+6
*
crypto: algif_hash - Fix race condition in hash_check_key
Herbert Xu
2016-02-17
1
-3
/
+6
*
crypto: af_alg - Forbid bind(2) when nokey child sockets are present
Herbert Xu
2016-02-17
1
-9
/
+7
*
crypto: algif_skcipher - Remove custom release parent function
Herbert Xu
2016-02-17
1
-40
/
+3
*
crypto: algif_hash - Remove custom release parent function
Herbert Xu
2016-02-17
1
-40
/
+3
*
crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey path
Herbert Xu
2016-02-17
1
-1
/
+8
*
crypto: algif_skcipher - Add key check exception for cipher_null
Herbert Xu
2016-02-17
1
-1
/
+1
*
crypto: skcipher - Add crypto_skcipher_has_setkey
Herbert Xu
2016-02-17
1
-0
/
+2
*
crypto: algif_hash - Require setkey before accept(2)
Herbert Xu
2016-02-17
1
-8
/
+193
*
crypto: hash - Add crypto_ahash_has_setkey
Herbert Xu
2016-02-17
2
-2
/
+7
*
crypto: algif_skcipher - Add nokey compatibility path
Herbert Xu
2016-02-17
1
-5
/
+144
*
crypto: af_alg - Add nokey compatibility path
Herbert Xu
2016-02-17
1
-1
/
+12
*
crypto: af_alg - Fix socket double-free when accept fails
Herbert Xu
2016-02-17
1
-3
/
+1
*
crypto: af_alg - Disallow bind/setkey/... after accept(2)
Herbert Xu
2016-02-17
1
-3
/
+32
*
crypto: algif_skcipher - Require setkey before accept(2)
Herbert Xu
2016-02-17
1
-7
/
+41
*
async_tx: use GFP_NOWAIT rather than GFP_IO
NeilBrown
2016-01-07
4
-7
/
+7
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2015-12-28
1
-31
/
+30
|
\
|
*
crypto: algif_skcipher - Use new skcipher interface
Herbert Xu
2015-12-22
1
-31
/
+30
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2015-12-15
2
-2
/
+2
|
\
|
|
*
crypto: skcipher - Copy iv from desc even for 0-len walks
Jason A. Donenfeld
2015-12-09
2
-2
/
+2
*
|
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
2015-12-01
2
-5
/
+5
|
/
*
X.509: Fix the time validation [ver #2]
David Howells
2015-11-12
1
-5
/
+7
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2015-11-11
1
-2
/
+10
|
\
|
*
crypto: algif_hash - Only export and import on sockets with data
Herbert Xu
2015-11-02
1
-2
/
+10
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2015-11-05
6
-30
/
+35
|
\
\
|
*
|
KEYS: Merge the type-specific data with the payload data
David Howells
2015-10-21
6
-30
/
+35
*
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2015-11-04
17
-116
/
+677
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params()
Sowmini Varadhan
2015-10-20
1
-2
/
+3
|
*
|
crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't ...
David Howells
2015-10-20
1
-1
/
+0
|
*
|
crypto: keywrap - add testmgr support
Stephan Mueller
2015-10-15
2
-0
/
+56
|
*
|
crypto: keywrap - enable compilation
Stephan Mueller
2015-10-15
2
-0
/
+8
|
*
|
crypto: keywrap - add key wrapping block chaining mode
Stephan Mueller
2015-10-15
1
-0
/
+419
|
*
|
crypto: testmgr - test IV value after a cipher operation
Boris BREZILLON
2015-10-15
2
-1
/
+12
|
*
|
crypto: pkcs7 - Fix unaligned access in pkcs7_verify()
Sowmini Varadhan
2015-10-14
1
-2
/
+3
|
*
|
crypto: jitterentropy - remove unnecessary information from a comment
Alexander Kuleshov
2015-10-14
1
-4
/
+0
|
*
|
crypto: akcipher - Changes to asymmetric key API
Tadeusz Struk
2015-10-14
8
-77
/
+152
|
*
|
crypto: skcipher - blkcipher and ablkcipher should it be static
Geliang Tang
2015-10-01
1
-2
/
+2
|
*
|
crypto: testmgr - Disable fips-allowed for authenc() and des() ciphers
John Haxby
2015-10-01
1
-16
/
+0
|
*
|
crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 a...
tim
2015-09-21
1
-4
/
+6
|
*
|
crypto: asymmetric_keys - remove always false comparison
sudip
2015-09-21
1
-3
/
+3
|
*
|
crypto: tcrypt - avoid mapping from module image addresses
Horia Geant?
2015-09-21
1
-4
/
+13
[next]