summaryrefslogtreecommitdiff
path: root/drivers/net/wireguard/allowedips.c
AgeCommit message (Expand)Author
2021-11-29wireguard: allowedips: add missing __rcu annotation to satisfy sparseJason A. Donenfeld
2021-06-04wireguard: allowedips: free empty intermediate nodes when removing single nodeJason A. Donenfeld
2021-06-04wireguard: allowedips: allocate nodes in kmem_cacheJason A. Donenfeld
2021-06-04wireguard: allowedips: remove nodes in O(1)Jason A. Donenfeld
2020-02-05wireguard: allowedips: fix use-after-free in root_remove_peer_listsEric Dumazet
2019-12-16wireguard: allowedips: use kfree_rcu() instead of call_rcu()Wei Yongjun
2019-12-08net: WireGuard secure network tunnelJason A. Donenfeld