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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
4
-72
/
+8
2025-05-12
crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTS
Eric Biggers
18
-40
/
+41
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
33
-39
/
+43
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
2
-56
/
+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
5
-43
/
+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
12
-44
/
+49
2025-05-12
crypto: lib/chacha - add strongly-typed state zeroization
Eric Biggers
4
-7
/
+13
2025-05-12
crypto: lib/chacha - use struct assignment to copy state
Eric Biggers
1
-6
/
+2
2025-05-12
crypto: lib/chacha - strongly type the ChaCha state
Eric Biggers
19
-190
/
+228
2025-05-12
crypto: crypto4xx - Remove ahash-related code
Herbert Xu
3
-155
/
+1
2025-05-10
crypto: powerpc/poly1305 - Add poly1305_emit_arch wrapper
Herbert Xu
2
-6
/
+13
2025-05-08
crypto: arm64/sha256 - fix build when CONFIG_PREEMPT_VOLUNTARY=y
Eric Biggers
1
-3
/
+4
2025-05-08
crypto: powerpc/poly1305 - Add missing poly1305_emit_arch
Herbert Xu
2
-2
/
+3
2025-05-07
um: Include linux/types.h in asm/fpu/api.h
Herbert Xu
1
-0
/
+2
2025-05-06
crypto: lib/poly1305 - Build main library on LIB_POLY1305 and split generic code out
Herbert Xu
3
-11
/
+30
2025-05-05
crypto: s390/sha512 - Initialise upper counter to zero for sha384
Herbert Xu
1
-8
/
+9
2025-05-05
crypto: padlock-sha - Use core import and export for fallback
Herbert Xu
1
-14
/
+20
2025-05-05
crypto: ahash - Add HASH_REQUEST_ZERO
Herbert Xu
1
-0
/
+4
2025-05-05
crypto: ahash - Add core export and import
Herbert Xu
2
-1
/
+48
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
2
-1
/
+6
2025-05-05
crypto: zynqmp-sha - Fix partial block implementation
Herbert Xu
2
-11
/
+23
2025-05-05
crypto: hisilicon/qm - replace devm_kzalloc with devm_kcalloc
Ethan Carter Edwards
1
-1
/
+1
2025-05-05
crypto: hisilicon/qm - remove sizeof(char)
Ethan Carter Edwards
1
-1
/
+1
2025-05-05
crypto: s390/hmac - Use API partial block handling
Herbert Xu
1
-47
/
+108
2025-05-05
crypto: sha256 - Use the partial block API
Herbert Xu
1
-23
/
+58
2025-05-05
crypto: lib/sha256 - Use generic block helper
Herbert Xu
2
-68
/
+10
2025-05-05
crypto: x86/sha256 - Add simd block function
Herbert Xu
2
-3
/
+10
2025-05-05
crypto: riscv/sha256 - Add simd block function
Herbert Xu
2
-4
/
+10
2025-05-05
crypto: arm64/sha256 - Add simd block function
Herbert Xu
4
-11
/
+12
2025-05-05
crypto: arm/sha256 - Add simd block function
Herbert Xu
3
-17
/
+18
2025-05-05
crypto: arch/sha256 - Export block functions as GPL only
Herbert Xu
8
-16
/
+16
2025-05-05
crypto: sha256 - Use the partial block API for generic
Herbert Xu
2
-39
/
+54
2025-05-05
crypto: lib/sha256 - Add helpers for block-based shash
Herbert Xu
3
-23
/
+62
2025-05-05
crypto: sun8i-ce-hash - use pm_runtime_resume_and_get()
Ovidiu Panait
1
-2
/
+1
2025-05-05
crypto: sun8i-ce - undo runtime PM changes during driver removal
Ovidiu Panait
1
-11
/
+6
2025-05-05
crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRT
Herbert Xu
8
-15
/
+15
2025-05-05
crypto: acomp - Clone folios properly
Herbert Xu
2
-6
/
+20
2025-05-05
hwrng: rockchip - add support for RK3576's RNG
Nicolas Frattaroli
1
-0
/
+73
2025-05-05
dt-bindings: rng: rockchip,rk3588-rng: add rk3576-rng compatible
Nicolas Frattaroli
1
-2
/
+3
2025-05-05
crypto: rng - fix documentation for crypto_rng_alg()
Ovidiu Panait
1
-5
/
+3
[next]