index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireguard
/
noise.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-10-29
lib/crypto: blake2s: Rename blake2s_state to blake2s_ctx
Eric Biggers
2025-10-29
lib/crypto: blake2s: Adjust parameter order of blake2s()
Eric Biggers
2025-05-27
wireguard: global: add __nonstring annotations for unterminated strings
Kees Cook
2023-09-15
wireguard: do not include crypto/algapi.h
Herbert Xu
2022-01-18
lib/crypto: blake2s: move hmac construction into wireguard
Jason A. Donenfeld
2020-09-09
wireguard: noise: take lock when removing handshake entry from table
Jason A. Donenfeld
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-06-23
wireguard: noise: do not assign initiation time in if condition
Frank Werner-Krippendorf
2020-05-20
wireguard: noise: separate receive counter from send counter
Jason A. Donenfeld
2020-05-20
wireguard: noise: read preshared key while taking lock
Jason A. Donenfeld
2020-03-18
wireguard: noise: error out precomputed DH during handshake rather than config
Jason A. Donenfeld
2020-02-05
wireguard: noise: reject peers with low order public keys
Jason A. Donenfeld
2019-12-08
net: WireGuard secure network tunnel
Jason A. Donenfeld