| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-12 | crypto: null - use memcpy_sglist() | Eric Biggers | 1 | -13/+4 |
| 2025-05-12 | crypto: null - remove the default null skcipher | Eric Biggers | 1 | -53/+0 |
| 2025-05-05 | Revert "crypto: run initcalls for generic implementations earlier" | Herbert Xu | 1 | -1/+1 |
| 2025-03-21 | crypto: compress_null - drop obsolete 'comp' implementation | Ard Biesheuvel | 1 | -26/+5 |
| 2025-02-22 | crypto: null - Use spin lock instead of mutex | Herbert Xu | 1 | -13/+26 |
| 2019-07-08 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+3 |
| 2019-06-13 | crypto: make all generic algorithms set cra_driver_name | Eric Biggers | 1 | -0/+3 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
| 2019-04-18 | crypto: run initcalls for generic implementations earlier | Eric Biggers | 1 | -1/+1 |
| 2019-01-11 | crypto: null - convert ecb-cipher_null to skcipher API | Eric Biggers | 1 | -25/+32 |
| 2018-09-28 | crypto: null - Remove VLA usage of skcipher | Kees Cook | 1 | -6/+5 |
| 2018-07-09 | crypto: shash - remove useless setting of type flags | Eric Biggers | 1 | -1/+0 |
| 2016-07-18 | crypto: null - Remove default null blkcipher | Herbert Xu | 1 | -43/+6 |
| 2016-07-18 | crypto: null - Add new default null skcipher | Herbert Xu | 1 | -0/+38 |
| 2015-05-22 | crypto: null - Add default null skcipher | Herbert Xu | 1 | -0/+39 |
| 2014-11-24 | crypto: prefix module autoloading with "crypto-" | Kees Cook | 1 | -3/+3 |
| 2014-03-21 | crypto: export NULL algorithms defines | Horia Geanta | 1 | -5/+1 |
| 2012-08-01 | crypto: crypto_null - use crypto_[un]register_algs | Jussi Kivilinna | 1 | -39/+18 |
| 2010-02-16 | crypto: crypto_null - Fix checkpatch errors | Richard Hartmann | 1 | -4/+4 |
| 2008-12-25 | crypto: null - Switch to shash | Herbert Xu | 1 | -23/+41 |
| 2008-04-21 | [CRYPTO] all: Clean up init()/fini() | Kamalesh Babulal | 1 | -4/+4 |
| 2008-01-11 | [CRYPTO] null: Allow setkey on digest_null | Herbert Xu | 1 | -0/+1 |
| 2008-01-11 | [CRYPTO] null: Add null blkcipher algorithm | Herbert Xu | 1 | -10/+59 |
| 2007-11-02 | cleanup asm/scatterlist.h includes | Adrian Bunk | 1 | -1/+0 |
| 2006-09-21 | [CRYPTO] api: Get rid of flags argument to setkey | Herbert Xu | 1 | -1/+1 |
| 2006-06-26 | [CRYPTO] all: Pass tfm instead of ctx to algorithms | Herbert Xu | 1 | -8/+9 |
| 2005-05-17 | [PATCH] crypto: fix null encryption/compression | Patrick McHardy | 1 | -13/+15 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+137 |