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.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
/
Kconfig
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: powerpc - Add POWER8 optimised crc32c
Anton Blanchard
2016-07-05
1
-0
/
+11
*
crypto: sha512-mb - Enable SHA512 multibuffer support
Megha Dey
2016-06-28
1
-0
/
+16
*
crypto: sha256-mb - Enable multibuffer support
Megha Dey
2016-06-27
1
-0
/
+16
*
crypto: ecdh - Add ECDH software support
Salvatore Benedetto
2016-06-23
1
-0
/
+5
*
crypto: dh - Add DH software implementation
Salvatore Benedetto
2016-06-23
1
-0
/
+8
*
crypto: kpp - Key-agreement Protocol Primitives API (KPP)
Salvatore Benedetto
2016-06-23
1
-0
/
+10
*
crypto: sha3 - Add SHA-3 hash algorithm
Jeff Garzik
2016-06-20
1
-0
/
+10
*
crypto: drbg - use CTR AES instead of ECB AES
Stephan Mueller
2016-06-15
1
-0
/
+1
*
crypto: rsa - select crypto mgr dependency
Tadeusz Struk
2016-05-05
1
-0
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-03-17
1
-19
/
+4
|
\
|
*
crypto: engine - Introduce the block request crypto engine framework
Baolin Wang
2016-02-01
1
-0
/
+3
|
*
crypto: jitterentropy - always select CRYPTO_RNG
Arnd Bergmann
2016-01-27
1
-0
/
+1
|
*
crypto: compress - remove unused pcomp interface
Joonsoo Kim
2016-01-27
1
-19
/
+0
*
|
crypto: ghash,poly1305 - select CRYPTO_HASH where needed
Arnd Bergmann
2016-01-26
1
-0
/
+2
|
/
*
crypto: keywrap - enable compilation
Stephan Mueller
2015-10-15
1
-0
/
+7
*
crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 a...
tim
2015-09-21
1
-4
/
+6
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2015-09-08
1
-0
/
+1
|
\
|
*
Move certificate handling to its own directory
David Howells
2015-08-14
1
-0
/
+1
*
|
crypto: null - Add missing Kconfig tristate for NULL2
Herbert Xu
2015-08-17
1
-0
/
+1
*
|
crypto: aead - Add type-safe geniv init/exit helpers
Herbert Xu
2015-08-17
1
-3
/
+8
*
|
crypto: authenc - Add Kconfig dependency on CRYPTO_NULL
Herbert Xu
2015-08-05
1
-0
/
+1
*
|
crypto: poly1305 - Add a four block AVX2 variant for x86_64
Martin Willi
2015-07-17
1
-1
/
+1
*
|
crypto: poly1305 - Add a SSE2 SIMD variant for x86_64
Martin Willi
2015-07-17
1
-0
/
+12
*
|
crypto: chacha20 - Add an eight block AVX2 variant for x86_64
Martin Willi
2015-07-17
1
-1
/
+1
*
|
crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64
Martin Willi
2015-07-17
1
-0
/
+15
|
/
*
crypto: rsa - fix invalid select for AKCIPHER
Tadeusz Struk
2015-06-21
1
-1
/
+1
*
crypto: testmgr - add tests vectors for RSA
Tadeusz Struk
2015-06-17
1
-0
/
+1
*
crypto: rsa - add a new rsa generic implementation
Tadeusz Struk
2015-06-17
1
-0
/
+8
*
crypto: akcipher - add PKE API
Tadeusz Struk
2015-06-17
1
-0
/
+9
*
crypto: drbg - Add select on sha256
Herbert Xu
2015-06-11
1
-1
/
+2
*
crypto: rng - Make DRBG the default RNG
Herbert Xu
2015-06-04
1
-7
/
+8
*
crypto: echainiv - Set Kconfig default to m
Herbert Xu
2015-06-04
1
-0
/
+1
*
crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539
Martin Willi
2015-06-04
1
-0
/
+12
*
crypto: poly1305 - Add a generic Poly1305 authenticator implementation
Martin Willi
2015-06-04
1
-0
/
+9
*
crypto: chacha20 - Add a generic ChaCha20 stream cipher implementation
Martin Willi
2015-06-04
1
-0
/
+13
*
Revert "crypto: algif_aead - Disable AEAD user-space for now"
Herbert Xu
2015-06-03
1
-0
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2015-05-28
1
-9
/
+0
|
\
|
*
crypto: algif_aead - Disable AEAD user-space for now
Herbert Xu
2015-05-26
1
-9
/
+0
*
|
crypto: jitterentropy - add jitterentropy RNG
Stephan Mueller
2015-05-27
1
-0
/
+10
*
|
crypto: echainiv - Add encrypted chain IV generator
Herbert Xu
2015-05-22
1
-0
/
+10
*
|
crypto: seqiv - Add support for new AEAD interface
Herbert Xu
2015-05-22
1
-0
/
+1
*
|
crypto: 842 - change 842 alg to use software
Dan Streetman
2015-05-11
1
-4
/
+3
|
/
*
crypto: serpent_sse2 - Fix a typo in Kconfig
Masanari Iida
2015-04-07
1
-1
/
+1
*
crypto: arm - move ARM specific Kconfig definitions to a dedicated file
Ard Biesheuvel
2015-03-12
1
-75
/
+0
*
crypto: octeon - enable OCTEON SHA1/256/512 module selection
Aaro Koskinen
2015-03-10
1
-0
/
+27
*
crypto: powerpc/md5 - kernel config
Markus Stockhausen
2015-03-04
1
-0
/
+8
*
crypto: algif - enable AEAD interface compilation
Stephan Mueller
2015-03-04
1
-0
/
+9
*
crypto: powerpc/sha1 - kernel config
Markus Stockhausen
2015-03-02
1
-0
/
+7
*
crypto: powerpc/aes - kernel config
Markus Stockhausen
2015-03-01
1
-0
/
+13
*
crypto: ppc/sha256 - kernel config
Markus Stockhausen
2015-02-27
1
-0
/
+9
[next]