index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: wp512 - Switch to shash
Adrian-Ken Rueegsegger
2008-12-25
2
-57
/
+66
*
crypto: tgr192 - Switch to shash
Adrian-Ken Rueegsegger
2008-12-25
2
-65
/
+72
*
crypto: sha256 - Switch to shash
Adrian-Ken Rueegsegger
2008-12-25
2
-49
/
+57
*
crypto: md5 - Switch to shash
Adrian-Ken Rueegsegger
2008-12-25
2
-23
/
+29
*
crypto: md4 - Switch to shash
Adrian-Ken Rueegsegger
2008-12-25
2
-24
/
+30
*
crypto: sha1 - Switch to shash
Adrian-Ken Rueegsegger
2008-12-25
2
-26
/
+32
*
crypto: rmd320 - Switch to shash
Herbert Xu
2008-12-25
2
-30
/
+33
*
crypto: rmd256 - Switch to shash
Herbert Xu
2008-12-25
2
-30
/
+33
*
crypto: rmd160 - Switch to shash
Herbert Xu
2008-12-25
2
-30
/
+33
*
crypto: rmd128 - Switch to shash
Herbert Xu
2008-12-25
2
-30
/
+33
*
crypto: null - Switch to shash
Herbert Xu
2008-12-25
2
-23
/
+42
*
crypto: hash - Make setkey optional
Herbert Xu
2008-12-25
2
-1
/
+10
*
crypto: testmgr - Validate output length in (de)compression tests
Geert Uytterhoeven
2008-12-25
1
-0
/
+16
*
crypto: remove uses of __constant_{endian} helpers
Harvey Harrison
2008-12-25
2
-45
/
+45
*
crypto: testmgr - Fix error flow of test_comp
Ingo Molnar
2008-12-25
1
-1
/
+1
*
crypto: hifn_795x - Use softirq kernel mapping in bh context
Evgeniy Polyakov
2008-12-25
1
-3
/
+5
*
crypto: hifn_795x - Fix queue management
Evgeniy Polyakov
2008-12-25
1
-93
/
+81
*
crypto: hifn_795x - Remove some unused cruft
Patrick McHardy
2008-12-25
1
-31
/
+1
*
crypto: hifn_795x - Fix queue processing
Patrick McHardy
2008-12-25
1
-1
/
+8
*
crypto: hifn_795x - Fix request context corruption
Patrick McHardy
2008-12-25
1
-44
/
+56
*
crypto: hifn_795x - Don't copy src sg list
Patrick McHardy
2008-12-25
1
-42
/
+33
*
crypto: hifn_795x - Fix DMA setup
Patrick McHardy
2008-12-25
1
-84
/
+81
*
crypto: ansi_cprng - fix inverted DT increment routine
Jarod Wilson
2008-12-25
1
-1
/
+1
*
libcrc32c: Select CRYPTO in Kconfig
Herbert Xu
2008-12-25
1
-0
/
+1
*
crypto: ansi_cprng - Avoid incorrect extra call to _get_more_prng_bytes
Jarod Wilson
2008-12-25
1
-6
/
+11
*
crypto: md4 - Use ARRAY_SIZE
Julia Lawall
2008-12-25
1
-2
/
+2
*
libcrc32c: Add crc32c_le macro
Herbert Xu
2008-12-25
1
-0
/
+3
*
libcrc32c: Fix "crc32c undefined" compilation error
Adrian-Ken Rueegsegger
2008-12-25
1
-0
/
+2
*
libcrc32c: Move implementation to crypto crc32c
Herbert Xu
2008-12-25
5
-159
/
+146
*
crypto: crc32c - Test descriptor context format
Herbert Xu
2008-12-25
1
-1
/
+50
*
crypto: crc32c-intel - Switch to shash
Herbert Xu
2008-12-25
1
-54
/
+47
*
crypto: crc32c - Switch to shash
Herbert Xu
2008-12-25
1
-132
/
+53
*
crypto: hash - Export shash through hash
Herbert Xu
2008-12-25
7
-6
/
+144
*
crypto: api - Call type show function before legacy for proc
Herbert Xu
2008-12-25
1
-7
/
+13
*
crypto: hash - Add import/export interface
Herbert Xu
2008-12-25
5
-5
/
+50
*
crypto: hash - Export shash through ahash
Herbert Xu
2008-12-25
2
-1
/
+144
*
crypto: hash - Add shash interface
Herbert Xu
2008-12-25
5
-0
/
+353
*
crypto: api - Rebirth of crypto_alloc_tfm
Herbert Xu
2008-12-25
4
-1
/
+123
*
crypto: api - Move type exit function into crypto_tfm
Herbert Xu
2008-12-25
3
-8
/
+8
*
crypto: ansi_cprng - Allow resetting of DT value
Neil Horman
2008-12-25
1
-3
/
+13
*
crypto: padlock - Avoid resetting cword on successive operations
Herbert Xu
2008-12-25
1
-10
/
+42
*
crypto: crc32c-intel - Update copyright head
Kent Liu
2008-12-25
1
-6
/
+14
*
crypto: talitos - Preempt overflow interrupts off-by-one fix
Vishnu Suresh
2008-12-25
1
-1
/
+1
*
crypto: camellia - use kernel-provided bitops, unaligned access
Harvey Harrison
2008-12-25
1
-48
/
+36
*
crypto: testmgr - Trigger a panic when self test fails in FIPS mode
Neil Horman
2008-12-25
1
-1
/
+6
*
crypto: talitos - Perform auth check in h/w if on sec 2.1 and above
Kim Phillips
2008-12-25
2
-44
/
+91
*
crypto: talitos - Implement done interrupt mitigation
Lee Nipper
2008-12-25
2
-9
/
+24
*
crypto: talitos - Pass correct interrupt status to error handler
Kim Phillips
2008-12-25
1
-9
/
+3
*
crypto: hifn - Disable driver when physical size exceeds 32 bits
Evgeniy Polyakov
2008-12-25
1
-0
/
+5
*
Linux 2.6.28
v2.6.28
Linus Torvalds
2008-12-24
1
-1
/
+1
[next]