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
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireguard
/
allowedips.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-27
wireguard: allowedips: add WGALLOWEDIP_F_REMOVE_ME flag
Jordan Rife
1
-31
/
+71
2024-07-05
wireguard: allowedips: avoid unaligned 64-bit memory accesses
Helge Deller
1
-2
/
+2
2023-08-07
wireguard: allowedips: expand maximum node depth
Jason A. Donenfeld
1
-4
/
+4
2022-08-02
wireguard: allowedips: don't corrupt stack when detecting overflow
Jason A. Donenfeld
1
-3
/
+6
2021-11-29
wireguard: allowedips: add missing __rcu annotation to satisfy sparse
Jason A. Donenfeld
1
-1
/
+1
2021-06-04
wireguard: allowedips: free empty intermediate nodes when removing single node
Jason A. Donenfeld
1
-44
/
+58
2021-06-04
wireguard: allowedips: allocate nodes in kmem_cache
Jason A. Donenfeld
1
-6
/
+25
2021-06-04
wireguard: allowedips: remove nodes in O(1)
Jason A. Donenfeld
1
-77
/
+53
2020-02-05
wireguard: allowedips: fix use-after-free in root_remove_peer_lists
Eric Dumazet
1
-0
/
+1
2019-12-16
wireguard: allowedips: use kfree_rcu() instead of call_rcu()
Wei Yongjun
1
-6
/
+1
2019-12-08
net: WireGuard secure network tunnel
Jason A. Donenfeld
1
-0
/
+381