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
/
drivers
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-15
crypto: talitos - Avoid consecutive packets going out with same IV
Kim Phillips
1
-2
/
+4
2008-08-13
crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore()
Suresh Siddha
2
-1
/
+36
2008-08-13
crypto: talitos - Add handling for SEC 3.x treatment of link table
Lee Nipper
1
-15
/
+39
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
1
-2
/
+2
2008-07-17
crypto: talitos - sparse fix
Kim Phillips
1
-1
/
+1
2008-07-17
crypto: talitos - Stop leaking memory in error path
Kim Phillips
1
-2
/
+7
2008-07-17
crypto: talitos - Fix GFP flag usage
Kim Phillips
1
-2
/
+4
2008-07-17
crypto: talitos - Preempt overflow interrupts
Kim Phillips
1
-5
/
+22
2008-07-17
crypto: talitos - Correct dst != src case handling
Lee Nipper
1
-1
/
+1
2008-07-17
crypto: talitos - Remove calls to of_node_put
Lee Nipper
1
-5
/
+0
2008-07-13
crypto: ixp4xx - Select CRYPTO_AUTHENC
Imre Kaloz
1
-0
/
+1
2008-07-10
crypto: talitos - Add support for sha256 and md5 variants
Lee Nipper
1
-12
/
+99
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: 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] hifn: Simplify code using ARRAY_SIZE() macro
Robert P. J. Day
1
-1
/
+1
2008-07-10
[CRYPTO] hifn: Remove duplicated include
Huang Weiyi
1
-1
/
+0
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-04-21
[CRYPTO] padlock-aes: Use generic setkey function
Sebastian Siewior
2
-301
/
+20
2008-04-21
[CRYPTO] sha384: Hardware acceleration for s390
Jan Glauber
1
-2
/
+4
2008-04-21
[CRYPTO] sha512: Hardware acceleration for s390
Jan Glauber
1
-0
/
+11
2008-04-17
[S390] zcrypt: add support for large random numbers
Ralph Wuerthner
1
-0
/
+1
2008-03-31
drivers/crypto/hifn_795x.c trivial endianness annotations
Al Viro
1
-14
/
+14
2008-02-15
[HIFN]: Fix invalid config ifdefs for RNG support
Patrick McHardy
1
-3
/
+3
2008-01-26
[S390] crypto: move s390 Kconfig options.
Jan Glauber
1
-2
/
+61
2008-01-26
[CRYPTO] hifn795x: Disallow built-in hifn795x when HW_RANDOM is m
Herbert Xu
2
-4
/
+10
2008-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
6
-98
/
+3118
2008-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-2
/
+2
2008-01-11
[CRYPTO] hifn_795x: Fixup container_of() usage
Alexey Dobriyan
1
-1
/
+1
2008-01-11
[CRYPTO] padlock: Only reset the key once for each CBC and ECB operation
Herbert Xu
1
-5
/
+15
2008-01-11
[CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/module
Herbert Xu
1
-1
/
+1
2008-01-11
[CRYPTO] geode: Add __dev{init,exit} annotations
Adrian Bunk
1
-2
/
+2
2008-01-11
[CRYPTO] geode: Use correct encrypt/decrypt function in fallback
Sebastian Siewior
1
-2
/
+2
2008-01-11
[CRYPTO] geode: do not copy the IV too often
Sebastian Siewior
2
-5
/
+3
2008-01-11
[HIFN]: Add support for using the random number generator
Patrick McHardy
1
-1
/
+81
2008-01-11
[HIFN]: Improve PLL initialization
Patrick McHardy
1
-2
/
+108
2008-01-11
[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
Herbert Xu
1
-1
/
+1
2008-01-11
[CRYPTO] hifn: Add missing includes
Andrew Morton
1
-0
/
+2
[next]