index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-17
crypto: skcipher - fix crash flushing dcache in error path
Eric Biggers
1
-26
/
+27
2018-08-17
crypto: skcipher - fix aligning block size in skcipher_copy_iv()
Eric Biggers
1
-1
/
+1
2018-08-17
crypto: ablkcipher - fix crash flushing dcache in error path
Eric Biggers
1
-31
/
+26
2018-08-17
crypto: blkcipher - fix crash flushing dcache in error path
Eric Biggers
1
-28
/
+26
2018-08-17
crypto: vmac - separate tfm and request context
Eric Biggers
1
-227
/
+181
2018-08-17
crypto: vmac - require a block cipher with 128-bit block size
Eric Biggers
1
-0
/
+4
2018-08-03
crypto: authenc - don't leak pointers to authenc keys
Tudor-Dan Ambarus
1
-0
/
+1
2018-08-03
crypto: authencesn - don't leak pointers to authenc keys
Tudor-Dan Ambarus
1
-0
/
+1
2018-07-22
crypto: af_alg - Initialize sg_num_bytes in error code path
Stephan Mueller
1
-1
/
+3
2018-07-17
crypto: don't optimize keccakf()
Dmitry Vyukov
1
-1
/
+1
2018-07-17
crypto: x86/salsa20 - remove x86 salsa20 implementations
Eric Biggers
1
-28
/
+0
2018-07-03
X.509: unpack RSA signatureValue field from BIT STRING
Maciej S. Szmigiero
1
-0
/
+9
2018-04-20
crypto: drbg - set freed buffers to NULL
Stephan Mueller
1
-0
/
+2
2018-04-20
crypto: api - fix finding algorithm currently being tested
Eric Biggers
1
-3
/
+8
2018-04-16
Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
8
-35
/
+24
2018-04-10
Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...
Linus Torvalds
1
-0
/
+9
2018-04-08
crypto: af_alg - fix possible uninit-value in alg_bind()
Eric Dumazet
1
-4
/
+4
2018-04-07
kbuild: rename *-asn1.[ch] to *.asn1.[ch]
Masahiro Yamada
6
-23
/
+23
2018-04-07
kbuild: clean up *-asn1.[ch] patterns from top-level Makefile
Masahiro Yamada
2
-9
/
+0
2018-04-07
.gitignore: move *-asn1.[ch] patterns to the top-level .gitignore
Masahiro Yamada
2
-2
/
+0
2018-04-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
24
-661
/
+3219
2018-03-30
crypto: ahash - Fix early termination in hash walk
Herbert Xu
1
-3
/
+4
2018-03-30
crypto: lrw - Free rctx->ext with kzfree
Herbert Xu
1
-1
/
+1
2018-03-30
crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()
Andy Shevchenko
2
-34
/
+0
2018-03-30
crypto: api - Keep failed instances alive
Herbert Xu
2
-17
/
+13
2018-03-30
crypto: api - Make crypto_alg_lookup static
Herbert Xu
2
-3
/
+2
2018-03-30
crypto: api - Remove unused crypto_type lookup function
Herbert Xu
1
-7
/
+1
2018-03-16
crypto: testmgr - add a new test case for CRC-T10DIF
Ard Biesheuvel
1
-0
/
+259
2018-03-16
crypto: ecc - Remove stack VLA usage
Kees Cook
1
-6
/
+17
2018-03-16
crypto: testmgr - introduce SM4 tests
Gilad Ben-Yossef
3
-0
/
+143
2018-03-16
crypto: sm4 - introduce SM4 symmetric cipher algorithm
Gilad Ben-Yossef
3
-0
/
+270
2018-03-10
mn10300: Remove the architecture
David Howells
1
-1
/
+1
2018-03-09
crypto: ecdh - fix to allow multi segment scatterlists
James Bottomley
1
-6
/
+17
2018-03-09
crypto: cfb - add support for Cipher FeedBack mode
James Bottomley
3
-0
/
+362
2018-03-02
crypto: ablk_helper - remove ablk_helper
Eric Biggers
3
-155
/
+0
2018-03-02
crypto: lrw - remove lrw_crypt()
Eric Biggers
1
-113
/
+39
2018-03-02
crypto: xts - remove xts_crypt()
Eric Biggers
1
-72
/
+0
2018-03-02
crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interface
Eric Biggers
1
-10
/
+3
2018-03-02
crypto: x86/camellia - convert to skcipher interface
Eric Biggers
1
-1
/
+1
2018-03-02
crypto: x86/camellia - remove XTS algorithm
Eric Biggers
1
-1
/
+0
2018-03-02
crypto: x86/camellia - remove LRW algorithm
Eric Biggers
1
-1
/
+0
2018-03-02
crypto: x86/camellia-aesni-avx2 - remove LRW algorithm
Eric Biggers
1
-1
/
+0
2018-03-02
crypto: x86/camellia-aesni-avx - remove LRW algorithm
Eric Biggers
1
-1
/
+0
2018-03-02
crypto: x86/des3_ede - convert to skcipher interface
Eric Biggers
1
-1
/
+1
2018-03-02
crypto: x86/blowfish: convert to skcipher interface
Eric Biggers
1
-1
/
+1
2018-03-02
crypto: x86/cast6-avx - convert to skcipher interface
Eric Biggers
1
-5
/
+4
2018-03-02
crypto: x86/cast6-avx - remove LRW algorithm
Eric Biggers
1
-1
/
+0
2018-03-02
crypto: x86/cast5-avx - convert to skcipher interface
Eric Biggers
1
-4
/
+3
2018-03-02
crypto: x86/twofish-avx - convert to skcipher interface
Eric Biggers
1
-4
/
+2
2018-03-02
crypto: x86/twofish-avx - remove LRW algorithm
Eric Biggers
1
-1
/
+0
[next]