index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
zlib: slim down zlib_deflate() workspace when possible
Jim Keniston
2011-03-22
2
-8
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2011-03-16
2
-1
/
+836
|
\
|
*
crypto: authencesn - Add algorithm to handle IPsec extended sequence numbers
Steffen Klassert
2011-03-13
2
-1
/
+836
*
|
crypto: tcrypt - do not attempt to write to readonly variable
David Sterba
2011-03-04
1
-1
/
+2
*
|
crypto: sha1 - Add test vector to test partial block processing
Herbert Xu
2011-02-17
1
-1
/
+29
*
|
crypto: testmgr - mark ghash as fips_allowed
Jarod Wilson
2011-01-29
1
-0
/
+1
*
|
crypto: testmgr - mark xts(aes) as fips_allowed
Jarod Wilson
2011-01-29
1
-0
/
+1
*
|
crypto: skcipher - remove redundant NULL check
Davidlohr Bueso
2011-01-29
1
-2
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2011-01-13
21
-125
/
+1921
|
\
|
*
crypto: mark crypto workqueues CPU_INTENSIVE
Tejun Heo
2011-01-04
2
-2
/
+4
|
*
crypto: ripemd - Set module author and update email address
Adrian-Ken Rueegsegger
2011-01-04
4
-4
/
+8
|
*
crypto: gf128mul - Remove experimental tag
Herbert Xu
2010-12-28
1
-1
/
+0
|
*
crypto: af_alg - fix af_alg memory_allocated data type
Randy Dunlap
2010-12-21
1
-1
/
+1
|
*
crypto: af_alg - Make sure sk_security is initialized on accept()ed sockets
Miloslav Trmač
2010-12-08
1
-0
/
+1
|
*
crypto: Use scatterwalk_crypto_chain
Steffen Klassert
2010-12-02
3
-51
/
+8
|
*
crypto: algif_skcipher - Handle unaligned receive buffer
Herbert Xu
2010-11-30
1
-6
/
+7
|
*
crypto: algif_skcipher - Fixed overflow when sndbuf is page aligned
Herbert Xu
2010-11-30
1
-21
/
+11
|
*
crypto: af_alg - Add dependency on NET
Herbert Xu
2010-11-29
1
-0
/
+2
|
*
crypto: algif_skcipher - Pass on error from af_alg_make_sg
Herbert Xu
2010-11-28
1
-1
/
+2
|
*
crypto: aesni-intel - Ported implementation to x86-32
Mathias Krause
2010-11-27
1
-5
/
+7
|
*
crypto: Makefile clean up
Tracey Dent
2010-11-27
1
-7
/
+7
|
*
crypto: Use vzalloc
Joe Perches
2010-11-27
2
-4
/
+2
|
*
crypto: algif_skcipher - User-space interface for skcipher operations
Herbert Xu
2010-11-26
3
-0
/
+649
|
*
crypto: algif_hash - User-space interface for hash operations
Herbert Xu
2010-11-19
3
-0
/
+328
|
*
crypto: af_alg - User-space interface for Crypto API
Herbert Xu
2010-11-19
3
-0
/
+486
|
*
crypto: rfc4106 - Extending the RC4106 AES-GCM test vectors
Adrian Hoban
2010-11-13
3
-0
/
+396
|
*
crypto: cast5 - simplify if-statements
Nicolas Kaiser
2010-11-13
1
-50
/
+24
|
*
crypto: hash - Fix async import on shash algorithm
Herbert Xu
2010-11-04
1
-1
/
+7
*
|
crypto: pcrypt - Fix use after free on padata_free
Steffen Klassert
2010-11-12
1
-1
/
+0
|
/
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
2010-10-27
1
-13
/
+0
|
\
|
*
move async raid6 test to lib/Kconfig.debug
Dan Williams
2010-10-07
1
-13
/
+0
*
|
mm: strictly nested kmap_atomic()
Peter Zijlstra
2010-10-26
2
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2010-10-24
2
-14
/
+213
|
\
\
|
*
|
crypto: cryptd - Adding the AEAD interface type support to cryptd
Adrian Hoban
2010-09-20
1
-3
/
+203
|
*
|
crypto: Kconfig - update broken web addresses
Justin P. Mattock
2010-09-12
1
-8
/
+8
|
*
|
crypto: fips - FIPS requires algorithm self-tests
Chuck Ebbert
2010-09-03
1
-3
/
+2
*
|
|
Blackfin: Rename DES PC2() symbol to avoid collision
David Howells
2010-10-07
1
-65
/
+65
|
|
/
|
/
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2010-09-07
4
-12
/
+15
|
\
|
|
*
crypto: testmgr - Default to no tests
Herbert Xu
2010-08-06
1
-1
/
+2
|
*
crypto: testmgr - Fix test disabling option
Herbert Xu
2010-08-06
3
-12
/
+11
|
*
crypto: hash - Fix handling of small unaligned buffers
Szilveszter Ördög
2010-08-06
1
-2
/
+5
*
|
Merge branch 'async' of macbook:git/btrfs-unstable
David Woodhouse
2010-08-09
1
-0
/
+14
|
\
\
|
|
/
|
/
|
|
*
async_tx: Move ASYNC_RAID6_TEST option to crypto/async_tx/, fix dependencies
David Woodhouse
2009-10-29
1
-0
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2010-08-04
9
-64
/
+221
|
\
\
|
*
|
crypto: pcrypt - Update pcrypt cpumask according to the padata cpumask notifier
Steffen Klassert
2010-07-31
1
-2
/
+11
|
*
|
crypto: pcrypt - Rename pcrypt_instance
Steffen Klassert
2010-07-31
1
-16
/
+14
|
*
|
padata: Rename padata_alloc functions
Steffen Klassert
2010-07-31
1
-1
/
+1
|
*
|
crypto: pcrypt - Dont calulate a callback cpu on empty callback cpumask
Steffen Klassert
2010-07-26
1
-0
/
+3
|
*
|
pcrypt: Added sysfs interface to pcrypt
Dan Kruchinin
2010-07-19
1
-3
/
+32
|
*
|
padata: Make two separate cpumasks
Dan Kruchinin
2010-07-19
1
-54
/
+137
[next]