index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-0
/
+1
2025-05-28
Merge tag 'v6.16-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-4
/
+5
2025-05-27
crypto: shash - Fix buffer overrun in import function
Herbert Xu
1
-4
/
+5
2025-05-26
Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
113
-3881
/
+3084
2025-05-26
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
3
-4
/
+6
2025-05-23
crypto: api - Redo lookup on EEXIST
Herbert Xu
1
-2
/
+11
2025-05-23
Revert "crypto: testmgr - Add hash export format testing"
Herbert Xu
2
-88
/
+9
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+0
2025-05-19
crypto: xts - Only add ecb if it is not already there
Herbert Xu
1
-2
/
+2
2025-05-19
crypto: lrw - Only add ecb if it is not already there
Herbert Xu
1
-2
/
+2
2025-05-19
crypto: testmgr - Add hash export format testing
Herbert Xu
2
-9
/
+88
2025-05-19
crypto: testmgr - Use ahash for generic tfm
Herbert Xu
1
-19
/
+18
2025-05-19
crypto: hmac - Add ahash support
Herbert Xu
2
-14
/
+334
2025-05-19
crypto: testmgr - Ignore EEXIST on shash allocation
Herbert Xu
1
-1
/
+1
2025-05-19
crypto: algapi - Add driver template support to crypto_inst_setname
Herbert Xu
1
-4
/
+4
2025-05-19
crypto: shash - Set reqsize in shash_alg
Herbert Xu
2
-1
/
+2
2025-05-19
crypto: hmac - Add export_core and import_core
Herbert Xu
1
-0
/
+19
2025-05-19
crypto: hmac - Zero shash desc in setkey
Herbert Xu
1
-25
/
+10
2025-05-19
crypto: ahash - Handle partial blocks in API
Herbert Xu
1
-279
/
+248
2025-05-19
crypto: hash - Add export_core and import_core hooks
Herbert Xu
2
-11
/
+55
2025-05-19
crypto: algif_hash - fix double free in hash_accept
Ivan Pravdin
1
-4
/
+0
2025-05-12
crypto: testmgr - enable CRYPTO_MANAGER when CRYPTO_SELFTESTS
Eric Biggers
2
-4
/
+4
2025-05-12
crypto: Kconfig - make CRYPTO_MANAGER a hidden symbol
Eric Biggers
1
-1
/
+1
2025-05-12
crypto: testmgr - rename noextratests to noslowtests
Eric Biggers
1
-21
/
+20
2025-05-12
crypto: testmgr - make it easier to enable the full set of tests
Eric Biggers
2
-67
/
+5
2025-05-12
crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTS
Eric Biggers
8
-25
/
+29
2025-05-12
crypto: testmgr - remove panic_on_fail
Eric Biggers
1
-7
/
+3
2025-05-12
crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARK
Eric Biggers
4
-10
/
+14
2025-05-12
crypto: null - use memcpy_sglist()
Eric Biggers
1
-13
/
+4
2025-05-12
crypto: null - merge CRYPTO_NULL2 into CRYPTO_NULL
Eric Biggers
2
-8
/
+4
2025-05-12
crypto: null - remove the default null skcipher
Eric Biggers
1
-53
/
+0
2025-05-12
crypto: krb5enc - do not select CRYPTO_NULL
Eric Biggers
1
-1
/
+0
2025-05-12
crypto: geniv - use memcpy_sglist() instead of null skcipher
Eric Biggers
4
-42
/
+7
2025-05-12
crypto: gcm - use memcpy_sglist() instead of null skcipher
Eric Biggers
2
-38
/
+4
2025-05-12
crypto: authenc - use memcpy_sglist() instead of null skcipher
Eric Biggers
3
-67
/
+4
2025-05-12
crypto: algif_aead - use memcpy_sglist() instead of null skcipher
Eric Biggers
2
-84
/
+18
2025-05-12
crypto: lib/chacha - add array bounds to function prototypes
Eric Biggers
1
-2
/
+2
2025-05-12
crypto: lib/chacha - strongly type the ChaCha state
Eric Biggers
1
-8
/
+8
2025-05-05
crypto: ahash - Add core export and import
Herbert Xu
1
-1
/
+24
2025-05-05
crypto: ahash - Enforce MAX_SYNC_HASH_REQSIZE for sync ahash
Herbert Xu
1
-9
/
+18
2025-05-05
crypto: shash - Mark shash algorithms as REQ_VIRT
Herbert Xu
1
-0
/
+1
2025-05-05
crypto: shash - Cap state size to HASH_MAX_STATESIZE
Herbert Xu
1
-0
/
+2
2025-05-05
crypto: sha256 - Use the partial block API
Herbert Xu
1
-23
/
+58
2025-05-05
crypto: sha256 - Use the partial block API for generic
Herbert Xu
1
-37
/
+42
2025-05-05
crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRT
Herbert Xu
4
-7
/
+7
2025-05-05
crypto: acomp - Clone folios properly
Herbert Xu
1
-0
/
+18
2025-05-05
Revert "crypto: run initcalls for generic implementations earlier"
Herbert Xu
76
-82
/
+76
2025-05-05
crypto: streebog - Use API partial block handling
Herbert Xu
1
-46
/
+25
2025-05-05
crypto: rmd160 - Use API partial block handling
Herbert Xu
1
-52
/
+36
2025-05-05
crypto: sha256 - support arch-optimized lib and expose through shash
Eric Biggers
4
-103
/
+246
[next]