index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
2015-02-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2015-02-10
crypto: fix af_alg_make_sg() conversion to iov_iter
Linus Torvalds
2015-02-04
crypto: tcrypt - do not allocate iv on stack for aead speed tests
Cristian Stoica
2015-02-04
crypto: testmgr - limit IV copy length in aead tests
Cristian Stoica
2015-02-04
crypto: tcrypt - fix buflen reminder calculation
Cristian Stoica
2015-02-04
crypto: switch af_alg_make_sg() to iov_iter
Al Viro
2015-01-26
crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowed
Jarod Wilson
2015-01-26
crypto: replace scatterwalk_sg_next with sg_next
Cristian Stoica
2015-01-20
crypto: seqiv - Ensure that IV size is at least 8 bytes
Herbert Xu
2015-01-20
crypto: cts - Weed out non-CBC algorithms
Herbert Xu
2015-01-20
crypto: cts - Remove bogus use of seqiv
Herbert Xu
2015-01-14
crypto: algif_rng - fix sparse non static symbol warning
Wei Yongjun
2015-01-13
crypto: testmgr - don't use interruptible wait in tests
Rabin Vincent
2015-01-13
crypto: add missing crypto module aliases
Mathias Krause
2015-01-05
Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"
Herbert Xu
2014-12-29
crypto: algif_rng - enable RNG interface compilation
Stephan Mueller
2014-12-29
crypto: algif_rng - add random number generator support
Stephan Mueller
2014-12-26
crypto: af_alg - zeroize key data
Stephan Mueller
2014-12-24
crypto: octeon - enable OCTEON MD5 module selection
Aaro Koskinen
2014-12-22
crypto: algif - Mark sgl end at the end of data
Tadeusz Struk
2014-12-22
crypto: af_alg - add setsockopt for auth tag size
Stephan Mueller
2014-12-22
crypto: drbg - panic on continuous self test error
Stephan Mueller
2014-12-22
crypto: api - fixed style erro in algapi.c
Joshua I. James
2014-12-22
crypto: ahash - fixed style error in ahash.c
Joshua I. James
2014-12-22
crypto: af_alg - fixed style error in af_alg.c
Joshua I. James
2014-12-22
crypto: aead - fixed style error in aead.c
Joshua I. James
2014-12-22
crypto: ablkcipher - fixed style errors in ablkcipher.c
Joshua I. James
2014-12-22
crypto: af_alg - fix backlog handling
Rabin Vincent
2014-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2014-12-10
net: introduce helper macro for_each_cmsghdr
Gu Zheng
2014-12-09
put iov_iter into msghdr
Al Viro
2014-12-05
crypto: tcrypt - Allow speed testing of arbitrary hash functions
Herbert Xu
2014-12-05
crypto: af_alg - add user space interface for AEAD
Stephan Mueller
2014-12-02
crypto: algif_skcipher - initialize upon init request
Stephan Mueller
2014-12-01
crypto: algif_skcipher - removed unneeded code
Struk, Tadeusz
2014-11-28
crypto: algif_skcipher - Fixed blocking recvmsg
Herbert Xu
2014-11-27
crypto: drbg - use memzero_explicit() for clearing sensitive data
Nickolaus Woodruff
2014-11-26
crypto: drbg - use MODULE_ALIAS_CRYPTO
Stephan Mueller
2014-11-26
crypto: include crypto- module prefix in template
Kees Cook
2014-11-26
crypto: user - add MODULE_ALIAS
Stephan Mueller
2014-11-25
crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()
Daniel Borkmann
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
2014-11-24
crypto: user - Allow get request with empty driver name
Herbert Xu
2014-11-24
new helper: memcpy_to_msg()
Al Viro
2014-11-24
new helper: memcpy_from_msg()
Al Viro
2014-11-12
crypto: algif - zeroize IV buffer
Stephan Mueller
2014-11-12
crypto: algif - zeroize message digest buffer
Stephan Mueller
2014-11-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
2014-11-10
crypto: drbg - add MODULE_ALIAS for all DRBG types
Stephan Mueller
2014-10-24
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
[next]