aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireguard/allowedips.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-29wireguard: allowedips: add missing __rcu annotation to satisfy sparseJason A. Donenfeld1-1/+1
2021-06-04wireguard: allowedips: free empty intermediate nodes when removing single nodeJason A. Donenfeld1-44/+58
2021-06-04wireguard: allowedips: allocate nodes in kmem_cacheJason A. Donenfeld1-6/+25
2021-06-04wireguard: allowedips: remove nodes in O(1)Jason A. Donenfeld1-78/+54
2020-02-05wireguard: allowedips: fix use-after-free in root_remove_peer_listsEric Dumazet1-0/+1
2019-12-16wireguard: allowedips: use kfree_rcu() instead of call_rcu()Wei Yongjun1-6/+1
2019-12-08net: WireGuard secure network tunnelJason A. Donenfeld1-0/+381