index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: pcrypt - Add support for new AEAD interface
Herbert Xu
2015-06-03
1
-95
/
+40
*
crypto: aead - Add multiple algorithm registration interface
Herbert Xu
2015-06-03
2
-0
/
+31
*
crypto: aead - Ignore return value from crypto_unregister_alg
Herbert Xu
2015-06-03
2
-3
/
+3
*
crypto: api - Include alignment in crypto_alg_extsize
Herbert Xu
2015-06-03
1
-1
/
+2
*
crypto: aead - Add aead_alg_instance
Herbert Xu
2015-06-03
1
-0
/
+5
*
crypto: aead - Add type-safe init/exit functions
Herbert Xu
2015-06-03
2
-0
/
+27
*
crypto: doc - cover new AEAD interface
Stephan Mueller
2015-06-03
2
-7
/
+21
*
Revert "crypto: algif_aead - Disable AEAD user-space for now"
Herbert Xu
2015-06-03
1
-0
/
+9
*
crypto: jitterentropy - remove timekeeping_valid_for_hres
Stephan Mueller
2015-05-28
1
-3
/
+0
*
crypto: algif_aead - Switch to new AEAD interface
Herbert Xu
2015-05-28
1
-58
/
+8
*
crypto: tcrypt - Switch to new AEAD interface
Herbert Xu
2015-05-28
1
-8
/
+7
*
mac80211: Switch to new AEAD interface
Herbert Xu
2015-05-28
3
-39
/
+33
*
mac802154: Switch to new AEAD interface
Herbert Xu
2015-05-28
1
-27
/
+14
*
esp6: Switch to new AEAD interface
Herbert Xu
2015-05-28
1
-78
/
+122
*
esp4: Switch to new AEAD interface
Herbert Xu
2015-05-28
1
-78
/
+122
*
ipsec: Add IV generator information to xfrm_state
Herbert Xu
2015-05-28
3
-9
/
+33
*
xfrm: Add IV generator information to xfrm_algo_desc
Herbert Xu
2015-05-28
2
-0
/
+18
*
crypto: testmgr - Switch to new AEAD interface
Herbert Xu
2015-05-28
1
-39
/
+48
*
crypto: seqiv - Fix module unload/reload crash
Herbert Xu
2015-05-28
1
-0
/
+1
*
crypto: seqiv - Fix IV size in context size calculation
Herbert Xu
2015-05-28
1
-1
/
+1
*
crypto: seqiv - Use common IV generation code
Herbert Xu
2015-05-28
1
-56
/
+36
*
crypto: seqiv - Copy AD along with plain/cipher text
Herbert Xu
2015-05-28
1
-27
/
+6
*
crypto: echainiv - Fix IV size in context size calculation
Herbert Xu
2015-05-28
1
-1
/
+1
*
crypto: echainiv - Use common IV generation code
Herbert Xu
2015-05-28
1
-212
/
+18
*
crypto: echainiv - Copy AD along with plain text
Herbert Xu
2015-05-28
1
-8
/
+2
*
crypto: aead - Add common IV generation code
Herbert Xu
2015-05-28
2
-3
/
+226
*
crypto: aead - Preserve in-place processing in old_crypt
Herbert Xu
2015-05-28
1
-1
/
+2
*
crypto: scatterwalk - Add missing sg_init_table to scatterwalk_ffwd
Herbert Xu
2015-05-28
1
-0
/
+1
*
crypto: aead - Document behaviour of AD in destination buffer
Herbert Xu
2015-05-28
1
-4
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2015-05-28
13
-42
/
+77
|
\
|
*
crypto: algif_aead - Disable AEAD user-space for now
Herbert Xu
2015-05-26
1
-9
/
+0
|
*
crypto: s390/ghash - Fix incorrect ghash icv buffer handling.
Harald Freudenberger
2015-05-22
1
-12
/
+13
|
*
crypto: algif_aead - fix invalid sgl linking
Tadeusz Struk
2015-05-18
1
-5
/
+4
|
*
crypto: arm64/sha2-ce - prevent asm code finalization in final() path
Ard Biesheuvel
2015-05-07
1
-0
/
+3
|
*
crypto: arm64/sha1-ce - prevent asm code finalization in final() path
Ard Biesheuvel
2015-05-07
1
-0
/
+3
|
*
crypto: arm64/crc32 - bring in line with generic CRC32
Ard Biesheuvel
2015-05-07
1
-3
/
+19
|
*
hwrng: bcm63xx - Fix driver compilation
Álvaro Fernández Rojas
2015-05-04
1
-9
/
+9
|
*
lib: make memzero_explicit more robust against dead store elimination
Daniel Borkmann
2015-05-04
4
-2
/
+23
|
*
crypto: img-hash - CRYPTO_DEV_IMGTEC_HASH should depend on HAS_DMA
Geert Uytterhoeven
2015-04-24
1
-1
/
+2
|
*
crypto: x86/sha512_ssse3 - fixup for asm function prototype change
Ard Biesheuvel
2015-04-24
1
-1
/
+1
*
|
crypto: ccp - Remove unused structure field
Tom Lendacky
2015-05-27
1
-2
/
+0
*
|
crypto: ccp - Remove manual check and set of dma_mask pointer
Tom Lendacky
2015-05-27
1
-2
/
+0
*
|
crypto: jitterentropy - add jitterentropy RNG
Stephan Mueller
2015-05-27
4
-0
/
+925
*
|
crypto: drbg - use Jitter RNG to obtain seed
Stephan Mueller
2015-05-27
2
-7
/
+46
*
|
crypto: drbg - add async seeding operation
Stephan Mueller
2015-05-27
2
-0
/
+26
*
|
crypto: drbg - prepare for async seeding
Stephan Mueller
2015-05-27
2
-27
/
+56
*
|
random: Blocking API for accessing nonblocking_pool
Stephan Mueller
2015-05-27
2
-0
/
+13
*
|
random: Wake up all getrandom(2) callers when pool is ready
Herbert Xu
2015-05-27
1
-1
/
+1
*
|
crypto: aead - Remove unused cryptoff parameter
Herbert Xu
2015-05-25
4
-16
/
+9
*
|
crypto: seqiv - Stop using cryptoff
Herbert Xu
2015-05-25
1
-67
/
+158
[next]