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
/
allowedips.c
Age
Commit message (
Expand
)
Author
2026-04-14
wireguard: allowedips: Use kfree_rcu() instead of call_rcu()
Fushuai Wang
2025-05-27
wireguard: allowedips: add WGALLOWEDIP_F_REMOVE_ME flag
Jordan Rife
2024-07-05
wireguard: allowedips: avoid unaligned 64-bit memory accesses
Helge Deller
2023-08-07
wireguard: allowedips: expand maximum node depth
Jason A. Donenfeld
2022-08-02
wireguard: allowedips: don't corrupt stack when detecting overflow
Jason A. Donenfeld
2021-11-29
wireguard: allowedips: add missing __rcu annotation to satisfy sparse
Jason A. Donenfeld
2021-06-04
wireguard: allowedips: free empty intermediate nodes when removing single node
Jason A. Donenfeld
2021-06-04
wireguard: allowedips: allocate nodes in kmem_cache
Jason A. Donenfeld
2021-06-04
wireguard: allowedips: remove nodes in O(1)
Jason A. Donenfeld
2020-02-05
wireguard: allowedips: fix use-after-free in root_remove_peer_lists
Eric Dumazet
2019-12-16
wireguard: allowedips: use kfree_rcu() instead of call_rcu()
Wei Yongjun
2019-12-08
net: WireGuard secure network tunnel
Jason A. Donenfeld