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
*
crypto: aesni - add wrapper for generic gcm(aes)
Sabrina Dubroca
2017-12-22
1
-12
/
+54
*
crypto: aesni - fix typo in generic_gcmaes_decrypt
Sabrina Dubroca
2017-12-22
1
-1
/
+1
*
crypto: seqiv - Remove unused alg/spawn variable
Corentin Labbe
2017-12-22
1
-5
/
+0
*
crypto: echainiv - Remove unused alg/spawn variable
Corentin Labbe
2017-12-22
1
-5
/
+0
*
crypto: exynos - Introduce mutex to prevent concurrent access to hardware
Łukasz Stelmach
2017-12-22
1
-0
/
+21
*
crypto: exynos - Reseed PRNG after generating 2^16 random bytes
Łukasz Stelmach
2017-12-22
1
-4
/
+11
*
crypto: exynos - Improve performance of PRNG
Łukasz Stelmach
2017-12-22
1
-29
/
+2
*
crypto: exynos - Support Exynos5250+ SoCs
Łukasz Stelmach
2017-12-22
2
-3
/
+28
*
crypto: artpec6 - set correct iv size for gcm(aes)
Lars Persson
2017-12-22
1
-2
/
+3
*
crypto: gf128mul - remove incorrect comment
Eric Biggers
2017-12-22
1
-2
/
+0
*
crypto: qat - reduce stack size with KASAN
Arnd Bergmann
2017-12-22
1
-66
/
+67
*
crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()
Eric Biggers
2017-12-22
6
-21
/
+11
*
crypto: api - Unexport crypto_larval_lookup()
Eric Biggers
2017-12-22
2
-3
/
+2
*
crypto: exynos - Icrease the priority of the driver
Łukasz Stelmach
2017-12-22
1
-1
/
+1
*
crypto: chelsio - fix a type cast error
Atul Gupta
2017-12-22
1
-1
/
+1
*
crypto: drivers - remove duplicate includes
Pravin Shedge
2017-12-22
3
-3
/
+0
*
MAINTAINERS: Add myself as co-maintainer for s5p-sss.c
Kamil Konieczny
2017-12-11
1
-0
/
+1
*
chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage data
Colin Ian King
2017-12-11
1
-1
/
+1
*
chcr: remove unused variables net_device, pi, adap and cntrl
Colin Ian King
2017-12-11
1
-7
/
+1
*
crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len static
Colin Ian King
2017-12-11
1
-9
/
+13
*
crypto: cryptd - make cryptd_max_cpu_qlen module parameter static
Colin Ian King
2017-12-11
1
-1
/
+1
*
crypto: stm32 - fix module device table name
Corentin LABBE
2017-12-11
1
-1
/
+1
*
crypto: caam/qi - use correct print specifier for size_t
Horia Geantă
2017-12-11
1
-3
/
+3
*
crypto: arm/aes-neonbs - Use PTR_ERR_OR_ZERO()
Gomonovych, Vasyl
2017-12-11
1
-6
/
+4
*
crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
Hauke Mehrtens
2017-12-11
1
-1
/
+1
*
crypto: arm64/aes - do not call crypto_unregister_skcipher twice on error
Corentin Labbe
2017-11-29
1
-0
/
+1
*
crypto: chacha20 - Fix keystream alignment for chacha20_block()
Eric Biggers
2017-11-29
4
-17
/
+18
*
crypto: x86/chacha20 - Remove cra_alignmask
Eric Biggers
2017-11-29
1
-1
/
+0
*
crypto: chacha20 - Remove cra_alignmask
Eric Biggers
2017-11-29
1
-1
/
+0
*
crypto: chacha20 - Use unaligned access macros when loading key and IV
Eric Biggers
2017-11-29
1
-10
/
+6
*
crypto: chacha20 - Fix unaligned access when loading constants
Eric Biggers
2017-11-29
1
-6
/
+4
*
crypto: cryptd - Add cryptd_max_cpu_qlen module parameter
Jon Maxwell
2017-11-29
1
-2
/
+5
*
crypto: arm64/aes-ce-cipher - move assembler code to .S file
Ard Biesheuvel
2017-11-29
3
-104
/
+100
*
crypto: hifn_795x - Fix a memory leak in the error handling path of 'hifn_pro...
Christophe Jaillet
2017-11-29
1
-0
/
+1
*
crypto: remove unused hardirq.h
Yang Shi
2017-11-29
3
-3
/
+0
*
chcr: Add support for Inline IPSec
Atul Gupta
2017-11-29
8
-168
/
+860
*
cxgb4: Add support for Inline IPSec Tx
Atul Gupta
2017-11-29
7
-52
/
+88
*
dt-bindings: add device tree binding for Arm TrustZone CryptoCell crypto engine
Gilad Ben-Yossef
2017-11-29
1
-0
/
+22
*
crypto: cavium - fix memory leak on info
Colin Ian King
2017-11-29
1
-1
/
+2
*
crypto: keywrap - Add missing ULL suffixes for 64-bit constants
Geert Uytterhoeven
2017-11-29
1
-2
/
+2
*
crypto: tcrypt - set assoc in sg_init_aead()
Tudor-Dan Ambarus
2017-11-29
1
-7
/
+9
*
crypto: nx - fix spelling mistake: "availavle" -> "available"
Colin Ian King
2017-11-29
1
-2
/
+2
*
crypto: replace FSF address with web source in license notices
Martin Kepplinger
2017-11-29
8
-20
/
+10
*
crypto: ecc - Fix NULL pointer deref. on no default_rng
Pierre
2017-11-29
1
-1
/
+1
*
crypto: s5p-sss - Remove a stray tab
Dan Carpenter
2017-11-29
1
-1
/
+1
*
crypto: chelsio - Fix an error code in chcr_hash_dma_map()
Dan Carpenter
2017-11-29
1
-1
/
+1
*
crypto: chelsio - remove redundant assignments to reqctx and dst_size
Colin Ian King
2017-11-29
1
-4
/
+0
*
hwrng: bcm63xx - Remove since bcm2835-rng takes over
Florian Fainelli
2017-11-29
3
-168
/
+0
*
hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platforms
Florian Fainelli
2017-11-29
2
-4
/
+14
*
dt-bindings: rng: Incorporate brcm,bcm6368.txt binding
Florian Fainelli
2017-11-29
2
-20
/
+19
[next]