index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-12-27
183
-5096
/
+15845
|
\
|
*
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
2018-12-23
18
-182
/
+17
|
*
crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FS
Eric Biggers
2018-12-23
1
-2
/
+1
|
*
crypto: salsa20-generic - don't unnecessarily use atomic walk
Eric Biggers
2018-12-23
1
-1
/
+1
|
*
crypto: skcipher - add might_sleep() to skcipher_walk_virt()
Eric Biggers
2018-12-23
1
-0
/
+2
|
*
crypto: x86/chacha - avoid sleeping under kernel_fpu_begin()
Eric Biggers
2018-12-23
1
-13
/
+20
|
*
crypto: cavium/nitrox - Added AEAD cipher support
Nagadheeraj Rottela
2018-12-23
7
-605
/
+1103
|
*
crypto: mxc-scc - fix build warnings on ARM64
Fabio Estevam
2018-12-23
1
-6
/
+6
|
*
crypto: api - document missing stats member
Corentin Labbe
2018-12-23
1
-0
/
+7
|
*
crypto: user - remove unused dump functions
Corentin Labbe
2018-12-23
3
-48
/
+1
|
*
crypto: chelsio - Fix wrong error counter increments
Harsh Jain
2018-12-23
2
-10
/
+10
|
*
crypto: chelsio - Reset counters on cxgb4 Detach
Harsh Jain
2018-12-23
1
-0
/
+4
|
*
crypto: chelsio - Handle PCI shutdown event
Harsh Jain
2018-12-23
3
-93
/
+278
|
*
crypto: chelsio - cleanup:send addr as value in function argument
Harsh Jain
2018-12-23
1
-8
/
+8
|
*
crypto: chelsio - Use same value for both channel in single WR
Harsh Jain
2018-12-23
2
-8
/
+6
|
*
crypto: chelsio - Swap location of AAD and IV sent in WR
Harsh Jain
2018-12-23
3
-120
/
+104
|
*
crypto: chelsio - remove set but not used variable 'kctx_len'
YueHaibing
2018-12-23
1
-2
/
+1
|
*
crypto: ux500 - Use proper enum in hash_set_dma_transfer
Nathan Chancellor
2018-12-23
1
-1
/
+1
|
*
crypto: ux500 - Use proper enum in cryp_set_dma_transfer
Nathan Chancellor
2018-12-23
1
-2
/
+2
|
*
crypto: aesni - Add scatter/gather avx stubs, and use them in C
Dave Watson
2018-12-23
2
-332
/
+198
|
*
crypto: aesni - Introduce partial block macro
Dave Watson
2018-12-23
1
-6
/
+150
|
*
crypto: aesni - Introduce READ_PARTIAL_BLOCK macro
Dave Watson
2018-12-23
1
-43
/
+59
|
*
crypto: aesni - Move ghash_mul to GCM_COMPLETE
Dave Watson
2018-12-23
1
-4
/
+10
|
*
crypto: aesni - Fill in new context data structures
Dave Watson
2018-12-23
1
-14
/
+37
|
*
crypto: aesni - Merge avx precompute functions
Dave Watson
2018-12-23
1
-49
/
+27
|
*
crypto: aesni - Split AAD hash calculation to separate macro
Dave Watson
2018-12-23
2
-141
/
+115
|
*
crypto: aesni - Add GCM_COMPLETE macro
Dave Watson
2018-12-23
1
-0
/
+8
|
*
crypto: aesni - support 256 byte keys in avx asm
Dave Watson
2018-12-23
2
-61
/
+145
|
*
crypto: aesni - Macro-ify func save/restore
Dave Watson
2018-12-23
1
-58
/
+36
|
*
crypto: aesni - Introduce gcm_context_data
Dave Watson
2018-12-23
2
-221
/
+215
|
*
crypto: aesni - Merge GCM_ENC_DEC
Dave Watson
2018-12-23
1
-633
/
+318
|
*
crypto: adiantum - fix leaking reference to hash algorithm
Eric Biggers
2018-12-13
1
-4
/
+5
|
*
crypto: user - support incremental algorithm dumps
Eric Biggers
2018-12-13
1
-17
/
+20
|
*
crypto: adiantum - adjust some comments to match latest paper
Eric Biggers
2018-12-13
2
-20
/
+23
|
*
crypto: xchacha20 - fix comments for test vectors
Eric Biggers
2018-12-13
1
-8
/
+6
|
*
crypto: xchacha - add test vector from XChaCha20 draft RFC
Eric Biggers
2018-12-13
1
-2
/
+176
|
*
crypto: x86/chacha - yield the FPU occasionally
Eric Biggers
2018-12-13
1
-1
/
+11
|
*
crypto: x86/chacha - add XChaCha12 support
Eric Biggers
2018-12-13
2
-2
/
+19
|
*
crypto: x86/chacha20 - refactor to allow varying number of rounds
Eric Biggers
2018-12-13
5
-131
/
+136
|
*
crypto: x86/chacha20 - add XChaCha20 support
Eric Biggers
2018-12-13
3
-60
/
+141
|
*
crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305
Eric Biggers
2018-12-13
4
-0
/
+245
|
*
crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305
Eric Biggers
2018-12-13
4
-0
/
+211
|
*
crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instance
Eric Biggers
2018-12-13
1
-0
/
+2
|
*
crypto: arm64/chacha - use combined SIMD/ALU routine for more speed
Ard Biesheuvel
2018-12-13
2
-35
/
+239
|
*
crypto: arm64/chacha - optimize for arbitrary length inputs
Ard Biesheuvel
2018-12-13
2
-37
/
+184
|
*
crypto: tcrypt - add block size of 1472 to skcipher template
Ard Biesheuvel
2018-12-13
1
-1
/
+1
|
*
crypto: cavium/nitrox - Enabled Mailbox support
Srikanth, Jampala
2018-12-13
11
-54
/
+441
|
*
crypto: arm64/chacha - add XChaCha12 support
Eric Biggers
2018-12-13
2
-1
/
+19
|
*
crypto: arm64/chacha20 - refactor to allow varying number of rounds
Eric Biggers
2018-12-13
3
-49
/
+57
|
*
crypto: arm64/chacha20 - add XChaCha20 support
Eric Biggers
2018-12-13
3
-43
/
+125
[next]