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-01-14
crypto: skcipher - remove unnecessary page alignment of bounce buffer
Eric Biggers
1
-47
/
+15
2025-01-14
crypto: skcipher - document skcipher_walk_done() and rename some vars
Eric Biggers
2
-17
/
+35
2025-01-14
crypto: omap - switch from scatter_walk to plain offset
Eric Biggers
3
-48
/
+32
2025-01-14
crypto: powerpc/p10-aes-gcm - simplify handling of linear associated data
Eric Biggers
1
-7
/
+2
2025-01-14
crypto: bcm - Drop unused setting of local 'ptr' variable
Krzysztof Kozlowski
1
-6
/
+1
2025-01-14
crypto: hisilicon/qm - support new function communication
Yang Shen
5
-61
/
+178
2025-01-14
crypto: proc - Use str_yes_no() and str_no_yes() helpers
Thorsten Blum
1
-6
/
+3
2025-01-04
crypto: ahash - make hash walk functions private to ahash.c
Eric Biggers
2
-94
/
+87
2025-01-04
padata: fix sysfs store callback check
Thomas Weißschuh
1
-1
/
+1
2025-01-04
crypto: keywrap - remove unused keywrap algorithm
Eric Biggers
22
-403
/
+1
2025-01-04
crypto: vmac - remove unused VMAC algorithm
Eric Biggers
28
-892
/
+0
2025-01-04
dt-bindings: crypto: qcom,prng: document ipq9574, ipq5424 and ipq5322
Md Sadre Alam
1
-0
/
+3
2025-01-04
crypto: fips - Use str_enabled_disabled() helper in fips_enable()
Thorsten Blum
1
-2
/
+2
2024-12-28
crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async'
Kanchana P Sridhar
2
-2
/
+9
2024-12-28
crypto: lib/aesgcm - Reduce stack usage in libaesgcm_init
Herbert Xu
1
-1
/
+1
2024-12-21
crypto: qce - revert "use __free() for a buffer that's always freed"
Nathan Chancellor
1
-3
/
+3
2024-12-21
crypto: ixp4xx - fix OF node reference leaks in init_ixp_crypto()
Joe Hattori
1
-0
/
+3
2024-12-21
crypto: hisilicon/sec2 - fix for aead invalid authsize
Wenkai Lin
2
-32
/
+34
2024-12-21
crypto: hisilicon/sec2 - fix for aead icv error
Wenkai Lin
3
-69
/
+44
2024-12-21
crypto: x86/aes-xts - additional optimizations
Eric Biggers
1
-55
/
+90
2024-12-21
crypto: x86/aes-xts - more code size optimizations
Eric Biggers
1
-11
/
+13
2024-12-21
crypto: x86/aes-xts - change len parameter to int
Eric Biggers
2
-6
/
+6
2024-12-21
crypto: x86/aes-xts - improve some comments
Eric Biggers
1
-11
/
+20
2024-12-21
crypto: x86/aes-xts - make the register aliases per-function
Eric Biggers
1
-28
/
+33
2024-12-21
crypto: x86/aes-xts - use .irp when useful
Eric Biggers
1
-59
/
+15
2024-12-21
crypto: x86/aes-gcm - tune better for AMD CPUs
Eric Biggers
1
-61
/
+38
2024-12-21
crypto: x86/aes-gcm - code size optimization
Eric Biggers
1
-10
/
+10
2024-12-21
crypto: lib/gf128mul - Remove some bbe deadcode
Dr. David Alan Gilbert
2
-80
/
+1
2024-12-21
rhashtable: Fix potential deadlock by moving schedule_work outside lock
Breno Leitao
1
-4
/
+6
2024-12-14
crypto: keywrap - remove assignment of 0 to cra_alignmask
Eric Biggers
1
-1
/
+0
2024-12-14
crypto: aegis - remove assignments of 0 to cra_alignmask
Eric Biggers
1
-2
/
+0
2024-12-14
crypto: x86 - remove assignments of 0 to cra_alignmask
Eric Biggers
5
-5
/
+0
2024-12-14
crypto: seed - stop using cra_alignmask
Eric Biggers
1
-27
/
+21
2024-12-14
crypto: khazad - stop using cra_alignmask
Eric Biggers
1
-11
/
+6
2024-12-14
crypto: tea - stop using cra_alignmask
Eric Biggers
1
-50
/
+33
2024-12-14
crypto: aria - stop using cra_alignmask
Eric Biggers
1
-20
/
+17
2024-12-14
crypto: anubis - stop using cra_alignmask
Eric Biggers
1
-9
/
+5
2024-12-14
crypto: skcipher - remove support for physical address walks
Eric Biggers
2
-173
/
+26
2024-12-14
crypto: n2 - remove Niagara2 SPU driver
Eric Biggers
5
-2515
/
+0
2024-12-14
crypto: qce - fix priority to be less than ARMv8 CE
Eric Biggers
3
-3
/
+3
2024-12-14
crypto: ccp - Use scoped guard for mutex
Mario Limonciello
1
-33
/
+20
2024-12-14
crypto: qce - switch to using a mutex
Bartosz Golaszewski
2
-26
/
+23
2024-12-14
crypto: qce - convert tasklet to workqueue
Bartosz Golaszewski
2
-16
/
+10
2024-12-14
crypto: qce - use __free() for a buffer that's always freed
Bartosz Golaszewski
1
-3
/
+3
2024-12-14
crypto: qce - make qce_register_algs() a managed interface
Bartosz Golaszewski
1
-5
/
+6
2024-12-14
crypto: qce - convert qce_dma_request() to use devres
Bartosz Golaszewski
3
-24
/
+17
2024-12-14
crypto: qce - shrink code with devres clk helpers
Bartosz Golaszewski
1
-25
/
+4
2024-12-14
crypto: qce - remove unneeded call to icc_set_bw() in error path
Bartosz Golaszewski
1
-3
/
+1
2024-12-14
crypto: qce - unregister previously registered algos in error path
Bartosz Golaszewski
1
-4
/
+7
2024-12-14
crypto: qce - fix goto jump in error path
Bartosz Golaszewski
1
-1
/
+1
[next]