summaryrefslogtreecommitdiff
path: root/drivers/net/wireguard/allowedips.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wireguard: allowedips: add missing __rcu annotation to satisfy sparseJason A. Donenfeld2022-07-071-1/+1
* wireguard: allowedips: free empty intermediate nodes when removing single nodeJason A. Donenfeld2022-07-071-44/+58
* wireguard: allowedips: allocate nodes in kmem_cacheJason A. Donenfeld2022-07-071-6/+25
* wireguard: allowedips: remove nodes in O(1)Jason A. Donenfeld2022-07-071-78/+54
* wireguard: allowedips: fix use-after-free in root_remove_peer_listsEric Dumazet2022-07-071-0/+1
* wireguard: allowedips: use kfree_rcu() instead of call_rcu()Wei Yongjun2022-07-071-6/+1
* net: WireGuard secure network tunnelJason A. Donenfeld2022-07-071-0/+381