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: ixp4xx - Remove bogus BUG_ON on scattered dst buffer
Herbert Xu
2015-07-23
1
-1
/
+0
|
*
crypto: qat - Fix invalid synchronization between register/unregister sym algs
Tadeusz Struk
2015-07-23
1
-8
/
+16
*
|
crypto: talitos - Remove zero_entry static initializer
Aaron Sierra
2015-08-04
1
-6
/
+1
*
|
crypto: doc - AEAD API conversion
Stephan Mueller
2015-08-04
2
-2
/
+26
*
|
crypto: img-hash - fix spelling mistake in dev_err error message
Colin Ian King
2015-08-04
1
-1
/
+1
*
|
crypto: caam - fix rfc4106 encap shared descriptor
Horia Geant?
2015-07-31
1
-9
/
+15
*
|
MAINTAINERS: change 842 NX owner email address
Dan Streetman
2015-07-30
1
-1
/
+1
*
|
crypto: nx - use be32_to_cpu for __be32 field in debug msg
Dan Streetman
2015-07-30
1
-1
/
+2
*
|
crypto: nx - don't err if compressed output > input
Dan Streetman
2015-07-30
1
-2
/
+5
*
|
crypto: qat - remove unnecessary list iteration
Bruce Allan
2015-07-28
1
-6
/
+1
*
|
crypto: jitterentropy - use safe format string parameters
Kees Cook
2015-07-28
1
-1
/
+1
*
|
crypto: qat - Fix typo othewise->otherwise
Ahsan Atta
2015-07-28
5
-11
/
+11
*
|
crypto: qat - remove unused define
Bruce Allan
2015-07-28
1
-1
/
+0
*
|
crypto: qat - fix bug in ADF_RING_SIZE_BYTES_MIN macro
Bruce Allan
2015-07-28
1
-2
/
+3
*
|
crypto: qat - remove redundant struct elem
Bruce Allan
2015-07-28
3
-3
/
+1
*
|
crypto: nx - make platform drivers directly register with crypto
Dan Streetman
2015-07-23
6
-191
/
+114
*
|
crypto: nx - rename nx-842-crypto.c to nx-842.c
Dan Streetman
2015-07-23
2
-1
/
+1
*
|
crypto: nx - merge nx-compress and nx-compress-crypto
Dan Streetman
2015-07-23
5
-162
/
+60
*
|
crypto: nx - use common code for both NX decompress success cases
Dan Streetman
2015-07-23
1
-4
/
+2
*
|
crypto: nx - don't register pSeries driver if ENODEV
Dan Streetman
2015-07-23
1
-4
/
+1
*
|
crypto: nx - move kzalloc() out of spinlock
Dan Streetman
2015-07-23
1
-22
/
+16
*
|
crypto: nx - remove pSeries NX 'status' field
Dan Streetman
2015-07-23
1
-29
/
+10
*
|
crypto: nx - remove __init/__exit from VIO functions
Dan Streetman
2015-07-23
1
-4
/
+4
*
|
crypto: qat - Don't attempt to register algorithm multiple times
Tadeusz Struk
2015-07-23
1
-3
/
+16
*
|
crypto: qat - fix invalid check for RSA keylen in fips mode
Tadeusz Struk
2015-07-21
1
-2
/
+2
*
|
crypto: rsa - fix invalid check for keylen in fips mode
Tadeusz Struk
2015-07-21
1
-2
/
+2
*
|
MAINTAINERS: Add myself as maintainer of Allwinner Security System
LABBE Corentin
2015-07-20
1
-0
/
+6
*
|
crypto: sunxi-ss - Add Allwinner Security System crypto accelerator
LABBE Corentin
2015-07-20
7
-0
/
+1656
*
|
ARM: sun4i: dt: Add DT bindings documentation for SUN4I Security System
LABBE Corentin
2015-07-20
1
-0
/
+19
*
|
ARM: sun7i: dt: Add Security System to A20 SoC DTS
LABBE Corentin
2015-07-20
1
-0
/
+8
*
|
ARM: sun4i: dt: Add Security System to A10 SoC DTS
LABBE Corentin
2015-07-20
1
-0
/
+8
*
|
crypto: caam - fix warning in APPEND_MATH_IMM_u64
Tudor Ambarus
2015-07-20
1
-1
/
+1
*
|
crypto: caam - fix RNG init descriptor ret. code checking
Horia Geant?
2015-07-20
1
-2
/
+3
*
|
crypto: caam - fix snooping for write transactions
Horia Geant?
2015-07-20
2
-2
/
+9
*
|
crypto: caam - fix ERA property reading
Alex Porosanu
2015-07-20
1
-7
/
+7
*
|
crypto: poly1305 - Add a four block AVX2 variant for x86_64
Martin Willi
2015-07-17
4
-1
/
+428
*
|
crypto: poly1305 - Add a two block SSE2 variant for x86_64
Martin Willi
2015-07-17
2
-5
/
+355
*
|
crypto: poly1305 - Add a SSE2 SIMD variant for x86_64
Martin Willi
2015-07-17
4
-0
/
+413
*
|
crypto: poly1305 - Export common Poly1305 helpers
Martin Willi
2015-07-17
3
-41
/
+77
*
|
crypto: testmgr - Add a longer ChaCha20 test vector
Martin Willi
2015-07-17
1
-1
/
+333
*
|
crypto: chacha20 - Add an eight block AVX2 variant for x86_64
Martin Willi
2015-07-17
4
-1
/
+464
*
|
crypto: chacha20 - Add a four block SSSE3 variant for x86_64
Martin Willi
2015-07-17
2
-0
/
+491
*
|
crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64
Martin Willi
2015-07-17
4
-0
/
+282
*
|
crypto: chacha20 - Export common ChaCha20 helpers
Martin Willi
2015-07-17
3
-18
/
+38
*
|
crypto: tcrypt - Add ChaCha20/Poly1305 speed tests
Martin Willi
2015-07-17
2
-0
/
+35
*
|
crypto: chacha20poly1305 - Convert to new AEAD interface
Herbert Xu
2015-07-17
2
-90
/
+133
*
|
crypto: rsa - limit supported key lengths
Tadeusz Struk
2015-07-17
1
-1
/
+25
*
|
crypto: qat - Add support for RSA algorithm
Tadeusz Struk
2015-07-17
13
-39
/
+779
*
|
crypto: qat - add MMP FW support to accel engine
Tadeusz Struk
2015-07-17
4
-5
/
+42
*
|
crypto: qat - add support for MMP FW
Pingchao Yang
2015-07-17
6
-26
/
+24
[prev]
[next]