index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-07-11
hwrng: exynos - Add support for Exynos random number generator
Jonghwa Lee
3
-0
/
+195
2012-07-11
crypto: aesni-intel - fix wrong kfree pointer
Milan Broz
1
-4
/
+4
2012-07-11
crypto: caam - ERA retrieval and printing for SEC device
Alex Porosanu
3
-2
/
+58
2012-07-11
crypto: caam - Using alloc_coherent for caam job rings
Bharat Bhushan
1
-36
/
+9
2012-06-27
crypto: algapi - Fix hang on crypto allocation
Steffen Klassert
1
-1
/
+1
2012-06-27
crypto: arc4 - now arc needs blockcipher support
Sebastian Andrzej Siewior
1
-1
/
+1
2012-06-27
crypto: caam - one tasklet per job ring
Kim Phillips
2
-9
/
+6
2012-06-27
crypto: caam - consolidate memory barriers from job ring en/dequeue
Kim Phillips
1
-6
/
+2
2012-06-27
crypto: caam - only query h/w in job ring dequeue path
Kim Phillips
1
-12
/
+5
2012-06-27
crypto: caam - use non-irq versions of spinlocks for job rings
Kim Phillips
1
-17
/
+13
2012-06-27
crypto: caam - disable IRQ coalescing by default
Kim Phillips
1
-1
/
+4
2012-06-27
crypto: caam - add support for SEC v5.x RNG4
Kim Phillips
4
-14
/
+196
2012-06-27
crypto: caam - assign 40-bit masks on SEC v5.0 and above
Kim Phillips
2
-2
/
+15
2012-06-27
crypto: caam - hwrng support
Yuan Kang
3
-0
/
+323
2012-06-27
crypto: caam - chaining support
Yuan Kang
3
-64
/
+147
2012-06-27
crypto: caam - unkeyed ahash support
Yuan Kang
1
-17
/
+58
2012-06-27
crypto: caam - ahash hmac support
Yuan Kang
6
-0
/
+1869
2012-06-27
crypto: caam - link_tbl rename
Yuan Kang
3
-137
/
+137
2012-06-27
crypto: caam - refactor key_gen, sg
Yuan Kang
6
-190
/
+242
2012-06-27
crypto: caam - remove jr register/deregister
Yuan Kang
2
-30
/
+2
2012-06-27
crypto: caam - support external seq in/out lengths
Yuan Kang
2
-4
/
+50
2012-06-27
crypto: caam - add PDB (Protocol Descriptor Block) definitions
Hemant Agrawal
2
-16
/
+401
2012-06-27
crypto: caam - fix descriptor length adjustments for protocol descriptors
Kim Phillips
1
-2
/
+2
2012-06-27
crypto: caam - fix start index for Protocol shared descriptors
Yashpal Dutta
1
-2
/
+2
2012-06-27
crypto: caam - fix input job ring element dma mapping size
Kim Phillips
1
-5
/
+5
2012-06-27
crypto: caam - remove line continuations from ablkcipher_append_src_dst
Kim Phillips
1
-5
/
+5
2012-06-27
crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/
Jussi Kivilinna
3
-2
/
+2
2012-06-27
crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/as...
Jussi Kivilinna
4
-2
/
+2
2012-06-27
crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...
Jussi Kivilinna
4
-487
/
+162
2012-06-27
crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue...
Jussi Kivilinna
2
-272
/
+94
2012-06-27
crypto: camellia-x86_64 - remove duplicated glue code and use shared glue cod...
Jussi Kivilinna
2
-269
/
+87
2012-06-27
crypto: serpent-avx: remove duplicated glue code and use shared glue code fro...
Jussi Kivilinna
2
-304
/
+95
2012-06-27
crypto: serpent-sse2 - split generic glue code to new helper module
Jussi Kivilinna
5
-351
/
+431
2012-06-27
crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x86 glue c...
Jussi Kivilinna
1
-163
/
+303
2012-06-27
crypto: aes_ni - change to use shared ablk_* functions
Jussi Kivilinna
4
-102
/
+20
2012-06-27
crypto: twofish-avx - change to use shared ablk_* functions
Jussi Kivilinna
2
-110
/
+7
2012-06-27
crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...
Jussi Kivilinna
6
-218
/
+201
2012-06-27
crypto: nx - fix typo in nx driver config option
Seth Jennings
1
-1
/
+1
2012-06-27
crypto: nx - move nx build to driver/crypto Makefile
Seth Jennings
2
-1
/
+1
2012-06-27
hwrng: mxc-rnga - fix data_present API
Benoît Thébaudeau
1
-8
/
+13
2012-06-22
crypto: algapi - Move larval completion into algboss
Herbert Xu
3
-26
/
+9
2012-06-14
crypto: serpent-sse2/avx - allow both to be built into kernel
Jussi Kivilinna
5
-10
/
+42
2012-06-14
crypto: arc4 - improve performance by using u32 for ctx and variables
Jussi Kivilinna
1
-6
/
+6
2012-06-14
crypto: arc4 - improve performance by adding ecb(arc4)
Jussi Kivilinna
1
-22
/
+87
2012-06-14
crypto: testmgr - add ecb(arc4) speed tests
Jussi Kivilinna
1
-0
/
+10
2012-06-14
crypto: s390 - clean up DES code a bit more
Paul Bolle
1
-18
/
+0
2012-06-12
crypto: serpent - add x86_64/avx assembler implementation
Johannes Goetzfried
5
-0
/
+1735
2012-06-12
crypto: testmgr - expand twofish test vectors
Johannes Goetzfried
1
-32
/
+896
2012-06-12
crypto: twofish - add x86_64/avx assembler implementation
Johannes Goetzfried
7
-0
/
+1498
2012-06-12
crypto: mv_cesa - fix for hash finalisation with data
Phil Sutter
1
-6
/
+13
[next]