index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-10
crypto: camellia - Use kernel-provided bitops, unaligned access helpers
Harvey Harrison
1
-48
/
+36
2008-07-10
crypto: talitos - Use proper form for algorithm driver names
Herbert Xu
1
-2
/
+2
2008-07-10
crypto: talitos - Add support for 3des
Lee Nipper
2
-27
/
+69
2008-07-10
crypto: padlock - Make module loading quieter when hardware isn't available
Jeremy Katz
2
-4
/
+4
2008-07-10
crypto: tcrpyt - Remove unnecessary kmap/kunmap calls
Herbert Xu
1
-10
/
+5
2008-07-10
crypto: ixp4xx - Hardware crypto support for IXP4xx CPUs
Christian Hohnstaedt
3
-0
/
+1516
2008-07-10
crypto: talitos - Freescale integrated security engine (SEC) driver
Kim Phillips
4
-0
/
+1684
2008-07-10
[CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc mode
Neil Horman
2
-3
/
+106
2008-07-10
[CRYPTO] rmd: Use pointer form of endian swapping operations
Herbert Xu
4
-8
/
+8
2008-07-10
[CRYPTO] hifn: Simplify code using ARRAY_SIZE() macro
Robert P. J. Day
1
-1
/
+1
2008-07-10
[CRYPTO] rmd320: Fix endian issues
Adrian-Ken Rueegsegger
1
-28
/
+9
2008-07-10
[CRYPTO] rmd256: Fix endian issues
Adrian-Ken Rueegsegger
1
-28
/
+9
2008-07-10
[CRYPTO] rmd160: Fix endian issues
Adrian-Ken Rueegsegger
1
-28
/
+9
2008-07-10
[CRYPTO] rmd128: Fix endian problems
Adrian-Ken Rueegsegger
1
-28
/
+9
2008-07-10
[CRYPTO] hifn: Remove duplicated include
Huang Weiyi
1
-1
/
+0
2008-07-10
[CRYPTO] tcrypt: Use asynchronous hash interface
Loc Ho
1
-19
/
+57
2008-07-10
[CRYPTO] cryptd: Add asynchronous hash support
Loc Ho
2
-0
/
+244
2008-07-10
[CRYPTO] hash: Add asynchronous hash support
Loc Ho
8
-15
/
+507
2008-07-10
[CRYPTO] ripemd: Add Kconfig entries for extended RIPEMD hash algorithms
Adrian-Ken Rueegsegger
1
-0
/
+25
2008-07-10
[CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320
Adrian-Ken Rueegsegger
2
-2
/
+155
2008-07-10
[CRYPTO] ripemd: Add support for RIPEMD-256 and RIPEMD-320
Adrian-Ken Rueegsegger
3
-0
/
+777
2008-07-10
[CRYPTO] ripemd: Put all common RIPEMD values in header file
Adrian-Ken Rueegsegger
3
-18
/
+35
2008-07-10
[CRYPTO] tcrypt: Catch cipher destination memory corruption
Patrick McHardy
1
-5
/
+21
2008-07-10
[HIFN]: Have HW invalidate src and dest descriptors after processing
Patrick McHardy
1
-4
/
+4
2008-07-10
[HIFN]: Move command descriptor setup to seperate function
Patrick McHardy
1
-101
/
+104
2008-07-10
[HIFN]: Fix max queue length value
Patrick McHardy
1
-1
/
+1
2008-07-10
[HIFN]: Properly initialize ivsize for CBC modes
Patrick McHardy
1
-0
/
+3
2008-07-10
[HIFN]: Use unique driver names for different algos
Patrick McHardy
1
-13
/
+14
2008-07-10
[HIFN]: Properly handle requests for less than the full scatterlist
Patrick McHardy
1
-10
/
+10
2008-07-10
[HIFN]: Fix data alignment checks
Patrick McHardy
1
-28
/
+14
2008-07-10
[HIFN]: Handle ablkcipher_walk errors
Patrick McHardy
1
-1
/
+4
2008-07-10
[HIFN]: Indicate asynchronous processing to crypto API
Patrick McHardy
1
-2
/
+2
2008-07-10
[HIFN]: Remove printk_ratelimit() for debugging printk
Patrick McHardy
1
-1
/
+1
2008-07-10
[HIFN]: Endianess fixes
Patrick McHardy
1
-30
/
+30
2008-07-10
[CRYPTO] tcrpyt: Get rid of change log in source
Herbert Xu
2
-15
/
+0
2008-07-10
[CRYPTO] ripemd: Add Kconfig entries for RIPEMD hash algorithms
Adrian-Ken Rueegsegger
1
-0
/
+26
2008-07-10
[CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160
Adrian-Ken Rueegsegger
2
-1
/
+320
2008-07-10
[CRYPTO] ripemd: Add support for RIPEMD hash algorithms
Adrian-Ken Rueegsegger
4
-0
/
+760
2008-07-10
[CRYPTO] cryptd: Fix EINPROGRESS notification context
Herbert Xu
1
-5
/
+4
2008-07-10
crypto: chainiv - Invoke completion function
Herbert Xu
1
-2
/
+8
2008-07-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
1
-0
/
+4
2008-07-08
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+2
2008-07-08
powerpc: Add missing reference to coherent_dma_mask
Vitaly Bordug
1
-0
/
+2
2008-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-9
/
+1
2008-07-08
kernel/printk.c: Made printk_recursion_bug_msg static.
Daniel Guilak
1
-1
/
+1
2008-07-08
RDMA/cxgb3: Fix regression caused by class_device -> device conversion
Steve Wise
1
-0
/
+4
2008-07-08
Fix broken fix for fsl-diu-db
Takashi Iwai
1
-2
/
+2
2008-07-08
Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2
-13
/
+12
2008-07-08
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
3
-34
/
+37
2008-07-08
reiserfs: discard prealloc in reiserfs_delete_inode
Jeff Mahoney
1
-0
/
+2
[next]