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
/
include
/
linux
/
crypto.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: skcipher - Remove top-level givcipher interface
Herbert Xu
2016-07-18
1
-19
/
+0
*
crypto: skcipher - Add low-level skcipher interface
Herbert Xu
2016-07-18
1
-0
/
+1
*
crypto: kpp - Key-agreement Protocol Primitives API (KPP)
Salvatore Benedetto
2016-06-23
1
-0
/
+1
*
crypto: hash - shrink hash down to two types
Giovanni Cabiddu
2016-06-07
1
-5
/
+5
*
crypto: doc - document correct return value for request allocation
Eric Biggers
2016-04-15
1
-2
/
+1
*
crypto: hash - Remove crypto_hash interface
Herbert Xu
2016-02-06
1
-251
/
+0
*
crypto: compress - remove unused pcomp interface
Joonsoo Kim
2016-01-27
1
-1
/
+0
*
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
Herbert Xu
2015-08-17
1
-6
/
+0
*
crypto: aead - Remove old AEAD interfaces
Herbert Xu
2015-08-17
1
-47
/
+1
*
crypto: algif_aead - Temporarily disable all AEAD algorithms
Herbert Xu
2015-06-22
1
-0
/
+6
*
crypto: api - Add CRYPTO_MINALIGN_ATTR to struct crypto_alg
Herbert Xu
2015-06-19
1
-1
/
+1
*
crypto: akcipher - add PKE API
Tadeusz Struk
2015-06-17
1
-0
/
+1
*
crypto: doc - Fix typo in crypto-API.xml
Masanari Iida
2015-06-04
1
-1
/
+1
*
crypto: aead - Rename aead_alg to old_aead_alg
Herbert Xu
2015-05-22
1
-3
/
+3
*
crypto: aead - Convert top level interface to new style
Herbert Xu
2015-05-13
1
-441
/
+1
*
crypto: rng - Remove old low-level rng interface
Herbert Xu
2015-04-22
1
-30
/
+0
*
crypto: rng - Convert low-level crypto_rng to new style
Herbert Xu
2015-04-22
1
-3
/
+3
*
crypto: rng - Convert crypto_rng to new style crypto_type
Herbert Xu
2015-04-21
1
-12
/
+0
*
crypto: api - prevent helper ciphers from being used
Stephan Mueller
2015-03-31
1
-0
/
+6
*
crypto: doc - remove colons in comments
Stephan Mueller
2015-01-20
1
-4
/
+4
*
crypto: aead - add check for presence of auth tag
Stephan Mueller
2015-01-08
1
-0
/
+3
*
crypto: prefix module autoloading with "crypto-"
Kees Cook
2014-11-24
1
-0
/
+13
*
crypto: doc - HASH API documentation
Stephan Mueller
2014-11-13
1
-0
/
+119
*
crypto: doc - CIPHER API documentation
Stephan Mueller
2014-11-13
1
-0
/
+89
*
crypto: doc - BLKCIPHER API documentation
Stephan Mueller
2014-11-13
1
-0
/
+188
*
crypto: doc - AEAD API documentation
Stephan Mueller
2014-11-13
1
-0
/
+251
*
crypto: doc - ABLKCIPHER API documentation
Stephan Mueller
2014-11-13
1
-0
/
+206
*
crypto: doc - cipher data structures
Stephan Mueller
2014-11-13
1
-3
/
+243
*
crypto: Resolve shadow warnings
Mark Rustad
2014-08-01
1
-4
/
+4
*
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Linus Torvalds
2012-03-24
1
-0
/
+1
|
\
|
*
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
Paul Gortmaker
2012-03-04
1
-0
/
+1
*
|
crypto: Add bulk algorithm registration interface
Mark Brown
2012-01-26
1
-0
/
+2
*
|
crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag
Nikos Mavrogiannopoulos
2012-01-13
1
-0
/
+5
|
/
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
1
-6
/
+0
|
\
|
*
crypto.h: remove unused crypto_tfm_alg_modname() inline
Paul Gortmaker
2011-10-31
1
-6
/
+0
*
|
crypto: Add a flag to identify crypto instances
Steffen Klassert
2011-10-21
1
-0
/
+5
|
/
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
1
-1
/
+1
*
crypto: Use ARCH_KMALLOC_MINALIGN for CRYPTO_MINALIGN now that it's exposed
David Woodhouse
2010-05-19
1
-6
/
+0
*
crypto: hash - Remove cra_u.{digest,hash}
Benjamin Gilbert
2009-10-19
1
-27
/
+0
*
crypto: ahash - Remove old_ahash_alg
Herbert Xu
2009-07-14
1
-16
/
+0
*
crypto: ahash - Convert to new style algorithms
Herbert Xu
2009-07-14
1
-26
/
+3
*
crypto: async - Use kzfree for requests
Herbert Xu
2009-07-12
1
-2
/
+2
*
crypto: compress - Add pcomp interface
Geert Uytterhoeven
2009-03-04
1
-0
/
+1
*
crypto: api - Fix crypto_alloc_tfm/create_create_tfm return convention
Herbert Xu
2009-02-18
1
-3
/
+0
*
crypto: api - Fix zeroing on free
Herbert Xu
2009-02-05
1
-1
/
+6
*
crypto: hash - Export shash through hash
Herbert Xu
2008-12-25
1
-2
/
+2
*
crypto: hash - Add import/export interface
Herbert Xu
2008-12-25
1
-0
/
+1
*
crypto: hash - Export shash through ahash
Herbert Xu
2008-12-25
1
-1
/
+1
*
crypto: hash - Add shash interface
Herbert Xu
2008-12-25
1
-0
/
+1
*
crypto: api - Rebirth of crypto_alloc_tfm
Herbert Xu
2008-12-25
1
-1
/
+3
[next]