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: caam - disable IRQ coalescing by default
Kim Phillips
2012-06-27
1
-1
/
+4
*
crypto: caam - add support for SEC v5.x RNG4
Kim Phillips
2012-06-27
4
-14
/
+196
*
crypto: caam - assign 40-bit masks on SEC v5.0 and above
Kim Phillips
2012-06-27
2
-2
/
+15
*
crypto: caam - hwrng support
Yuan Kang
2012-06-27
3
-0
/
+323
*
crypto: caam - chaining support
Yuan Kang
2012-06-27
3
-64
/
+147
*
crypto: caam - unkeyed ahash support
Yuan Kang
2012-06-27
1
-17
/
+58
*
crypto: caam - ahash hmac support
Yuan Kang
2012-06-27
6
-0
/
+1869
*
crypto: caam - link_tbl rename
Yuan Kang
2012-06-27
3
-137
/
+137
*
crypto: caam - refactor key_gen, sg
Yuan Kang
2012-06-27
6
-190
/
+242
*
crypto: caam - remove jr register/deregister
Yuan Kang
2012-06-27
2
-30
/
+2
*
crypto: caam - support external seq in/out lengths
Yuan Kang
2012-06-27
2
-4
/
+50
*
crypto: caam - add PDB (Protocol Descriptor Block) definitions
Hemant Agrawal
2012-06-27
2
-16
/
+401
*
crypto: caam - fix descriptor length adjustments for protocol descriptors
Kim Phillips
2012-06-27
1
-2
/
+2
*
crypto: caam - fix start index for Protocol shared descriptors
Yashpal Dutta
2012-06-27
1
-2
/
+2
*
crypto: caam - fix input job ring element dma mapping size
Kim Phillips
2012-06-27
1
-5
/
+5
*
crypto: caam - remove line continuations from ablkcipher_append_src_dst
Kim Phillips
2012-06-27
1
-5
/
+5
*
crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/
Jussi Kivilinna
2012-06-27
3
-2
/
+2
*
crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/as...
Jussi Kivilinna
2012-06-27
4
-2
/
+2
*
crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...
Jussi Kivilinna
2012-06-27
4
-487
/
+162
*
crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue...
Jussi Kivilinna
2012-06-27
2
-272
/
+94
*
crypto: camellia-x86_64 - remove duplicated glue code and use shared glue cod...
Jussi Kivilinna
2012-06-27
2
-269
/
+87
*
crypto: serpent-avx: remove duplicated glue code and use shared glue code fro...
Jussi Kivilinna
2012-06-27
2
-304
/
+95
*
crypto: serpent-sse2 - split generic glue code to new helper module
Jussi Kivilinna
2012-06-27
5
-351
/
+431
*
crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x86 glue c...
Jussi Kivilinna
2012-06-27
1
-163
/
+303
*
crypto: aes_ni - change to use shared ablk_* functions
Jussi Kivilinna
2012-06-27
4
-102
/
+20
*
crypto: twofish-avx - change to use shared ablk_* functions
Jussi Kivilinna
2012-06-27
2
-110
/
+7
*
crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...
Jussi Kivilinna
2012-06-27
6
-218
/
+201
*
crypto: nx - fix typo in nx driver config option
Seth Jennings
2012-06-27
1
-1
/
+1
*
crypto: nx - move nx build to driver/crypto Makefile
Seth Jennings
2012-06-27
2
-1
/
+1
*
hwrng: mxc-rnga - fix data_present API
Benoît Thébaudeau
2012-06-27
1
-8
/
+13
*
crypto: algapi - Move larval completion into algboss
Herbert Xu
2012-06-22
3
-26
/
+9
*
crypto: serpent-sse2/avx - allow both to be built into kernel
Jussi Kivilinna
2012-06-14
5
-10
/
+42
*
crypto: arc4 - improve performance by using u32 for ctx and variables
Jussi Kivilinna
2012-06-14
1
-6
/
+6
*
crypto: arc4 - improve performance by adding ecb(arc4)
Jussi Kivilinna
2012-06-14
1
-22
/
+87
*
crypto: testmgr - add ecb(arc4) speed tests
Jussi Kivilinna
2012-06-14
1
-0
/
+10
*
crypto: s390 - clean up DES code a bit more
Paul Bolle
2012-06-14
1
-18
/
+0
*
crypto: serpent - add x86_64/avx assembler implementation
Johannes Goetzfried
2012-06-12
5
-0
/
+1735
*
crypto: testmgr - expand twofish test vectors
Johannes Goetzfried
2012-06-12
1
-32
/
+896
*
crypto: twofish - add x86_64/avx assembler implementation
Johannes Goetzfried
2012-06-12
7
-0
/
+1498
*
crypto: mv_cesa - fix for hash finalisation with data
Phil Sutter
2012-06-12
1
-6
/
+13
*
crypto: mv_cesa - initialise the interrupt status field to zero
Phil Sutter
2012-06-12
1
-0
/
+1
*
crypto: mv_cesa - add an expiry timer in case anything goes wrong
Phil Sutter
2012-06-12
1
-10
/
+31
*
crypto: bfin_crc - CRC hardware driver for BF60x family processors.
Sonic Zhang
2012-06-12
3
-1
/
+789
*
crypto: testmgr - Add new test cases for Blackfin CRC crypto driver
Sonic Zhang
2012-06-12
3
-0
/
+102
*
crypto: sha1 - use Kbuild supplied flags for AVX test
Mathias Krause
2012-06-12
3
-11
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2012-06-11
2
-2
/
+11
|
\
|
*
crypto: aesni-intel - fix unaligned cbc decrypt for x86-32
Mathias Krause
2012-05-31
1
-2
/
+4
|
*
hwrng: atmel-rng - fix race condition leading to repeated bits
Peter Korsgaard
2012-05-31
1
-0
/
+7
*
|
Merge tag 'regmap-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...
Linus Torvalds
2012-06-11
1
-4
/
+6
|
\
\
|
*
|
regmap: Export regmap_reinit_cache()
Mark Brown
2012-06-07
1
-0
/
+1
[next]