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
2005-10-30
[CRYPTO] Check cra_alignmask against cra_blocksize
Herbert Xu
1
-1
/
+4
2005-10-30
[CRYPTO] Simplify one-member scatterlist expressions
Herbert Xu
1
-4
/
+4
2005-10-30
[PATCH] Use sg_set_buf/sg_init_one where applicable
David Hardeman
2
-51
/
+20
2005-09-07
[CRYPTO] Fix boundary check in standard multi-block cipher processors
Herbert Xu
1
-3
/
+9
2005-09-02
[CRYPTO]: Added CRYPTO_TFM_REQ_MAY_SLEEP flag
Herbert Xu
3
-6
/
+4
2005-09-02
[CRYPTO]: Fix XTEA implementation
Aaron Grothe
4
-29
/
+206
2005-07-28
[PATCH] clean up inline static vs static inline
Jesper Juhl
1
-1
/
+1
2005-07-15
[CRYPTO]: Fix zero-extension bug on 64-bit architectures.
Herbert Xu
2
-4
/
+4
2005-07-07
[CRYPTO] Add faster DES code from Dag Arne Osvik
Dag Arne Osvik
1
-1149
/
+854
2005-07-07
[CRYPTO] Remove unused iv field from context structure
Herbert Xu
2
-3
/
+0
2005-07-07
[CRYPTO] Add x86_64 asm AES
Andreas Steinmetz
1
-1
/
+21
2005-07-07
[CRYPTO] Add null short circuit to crypto_free_tfm
Jesper Juhl
1
-2
/
+10
2005-07-07
[CRYPTO] Handle unaligned iv from encrypt_iv/decrypt_iv
Herbert Xu
1
-2
/
+27
2005-07-07
[CRYPTO] Ensure cit_iv is aligned correctly
Herbert Xu
3
-9
/
+66
2005-07-07
[CRYPTO] Make crypto_alg_lookup static
Adrian Bunk
2
-11
/
+9
2005-07-07
[CRYPTO] Add alignmask for low-level cipher implementations
Herbert Xu
3
-7
/
+48
2005-07-07
[CRYPTO] Add support for low-level multi-block operations
Herbert Xu
2
-25
/
+18
2005-07-07
[CRYPTO] Add plumbing for multi-block operations
Herbert Xu
3
-95
/
+161
2005-07-07
[CRYPTO] Don't check for NULL before kfree()
Jesper Juhl
2
-4
/
+2
2005-06-23
[CRYPTO]: Use CPU cycle counters in tcrypt
Herbert Xu
1
-21
/
+95
2005-06-23
[CRYPTO]: Use template keys for speed tests if possible
Herbert Xu
1
-22
/
+57
2005-06-23
[CRYPTO]: Add cipher speed tests
Harald Welte
2
-4
/
+222
2005-06-23
[CRYPTO]: Kill unnecessary strncpy from tcrypt
Herbert Xu
1
-5
/
+5
2005-06-23
[CRYPTO]: White space and coding style clean up in tcrypt
Herbert Xu
2
-354
/
+336
2005-05-23
[CRYPTO]: Only reschedule if !in_atomic()
Herbert Xu
1
-1
/
+1
2005-05-17
[PATCH] crypto: fix null encryption/compression
Patrick McHardy
1
-13
/
+15
2005-05-01
[PATCH] uml: support AES i586 crypto driver
Paolo 'Blaisorblade' Giarrusso
1
-2
/
+2
2005-04-17
[PATCH] crypto: call zlib end functions on deflate exit path
Artem B. Bityuckiy
1
-0
/
+2
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
35
-0
/
+16296