index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
19
-10053
/
+11914
2008-09-08
Revert "crypto: camellia - Use kernel-provided bitops, unaligned access helpers"
Herbert Xu
1
-36
/
+48
2008-09-05
async_tx: fix the bug in async_tx_run_dependencies
Yuri Tikhonov
1
-1
/
+2
2008-08-29
crypto: skcipher - Use RNG interface instead of get_random_bytes
Herbert Xu
4
-13
/
+75
2008-08-29
crypto: rng - RNG interface and implementation
Neil Horman
5
-1
/
+628
2008-08-29
crypto: api - Add fips_enable flag
Neil Horman
5
-0
/
+90
2008-08-29
crypto: skcipher - Move IV generators into their own modules
Herbert Xu
4
-35
/
+18
2008-08-29
crypto: cryptomgr - Test ciphers using ECB
Herbert Xu
2
-50
/
+169
2008-08-29
crypto: api - Use test infrastructure
Herbert Xu
5
-42
/
+259
2008-08-29
crypto: cryptomgr - Add test infrastructure
Herbert Xu
8
-10413
/
+10525
2008-08-29
crypto: tcrypt - Add alg_test interface
Herbert Xu
1
-438
/
+1017
2008-08-29
crypto: tcrypt - Abort and only log if there is an error
Herbert Xu
1
-146
/
+200
2008-08-29
crypto: crc32c - Use Intel CRC32 instruction
Austin Zhang
1
-0
/
+12
2008-08-29
crypto: tcrypt - Avoid using contiguous pages
Herbert Xu
2
-155
/
+157
2008-08-29
crypto: api - Display larval objects properly
Herbert Xu
1
-2
/
+5
2008-08-29
crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookup
Herbert Xu
3
-8
/
+6
2008-08-29
crypto: Kconfig - Replace leading spaces with tabs
Adrian Bunk
1
-39
/
+42
2008-08-22
crypto: authenc - Avoid using clobbered request pointer
Herbert Xu
1
-4
/
+6
2008-08-13
crypto: hash - Fix digest size check for digest type
Herbert Xu
1
-1
/
+1
2008-08-13
crypto: tcrypt - Fix AEAD chunk testing
Herbert Xu
1
-9
/
+19
2008-08-05
async_tx: fix missing braces in async_xor_zero_sum
Dan Williams
1
-1
/
+2
2008-07-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...
Linus Torvalds
4
-178
/
+141
2008-07-18
async_tx: remove depend_tx from async_tx_sync_epilog
Dan Williams
4
-7
/
+6
2008-07-18
async_tx: export async_tx_quiesce
Dan Williams
4
-62
/
+24
2008-07-18
async_tx: fix handling of the "out of descriptor" condition in async_xor
Dan Williams
1
-6
/
+26
2008-07-18
async_tx: ensure the xor destination buffer remains dma-mapped
Dan Williams
1
-131
/
+113
2008-07-18
async_tx: list_for_each_entry_rcu() cleanup
Li Zefan
1
-1
/
+1
2008-07-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
4
-447
/
+1
2008-07-15
Merge branch 'core/rcu' into core/rcu-for-linus
Ingo Molnar
1
-0
/
+1
2008-07-15
Revert crypto: prng - Deterministic CPRNG
Herbert Xu
4
-447
/
+1
2008-07-11
Merge branch 'linus' into core/rcu
Ingo Molnar
2
-11
/
+9
2008-07-10
crypto: hash - Move ahash functions into crypto/hash.h
Herbert Xu
4
-0
/
+4
2008-07-10
crypto: crc32c - Add ahash implementation
Herbert Xu
2
-8
/
+122
2008-07-10
crypto: hash - Added scatter list walking helper
Herbert Xu
1
-1
/
+90
2008-07-10
crypto: prng - Deterministic CPRNG
Neil Horman
4
-1
/
+447
2008-07-10
crypto: hash - Removed vestigial ahash fields
Herbert Xu
3
-3
/
+0
2008-07-10
crypto: hash - Fixed digest size check
Herbert Xu
4
-9
/
+13
2008-07-10
crypto: rmd - sparse annotations
Harvey Harrison
3
-12
/
+12
2008-07-10
crypto: rmd128 - sparse annotations
Harvey Harrison
1
-4
/
+4
2008-07-10
crypto: camellia - Use kernel-provided bitops, unaligned access helpers
Harvey Harrison
1
-48
/
+36
2008-07-10
crypto: tcrpyt - Remove unnecessary kmap/kunmap calls
Herbert Xu
1
-10
/
+5
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] 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] 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
6
-11
/
+288
[next]