summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireguard/allowedips.c
Commit message (Expand)AuthorAgeFilesLines
* wireguard: allowedips: expand maximum node depthJason A. Donenfeld2023-08-071-4/+4
* wireguard: allowedips: don't corrupt stack when detecting overflowJason A. Donenfeld2022-08-021-3/+6
* wireguard: allowedips: add missing __rcu annotation to satisfy sparseJason A. Donenfeld2021-11-291-1/+1
* wireguard: allowedips: free empty intermediate nodes when removing single nodeJason A. Donenfeld2021-06-041-44/+58
* wireguard: allowedips: allocate nodes in kmem_cacheJason A. Donenfeld2021-06-041-6/+25
* wireguard: allowedips: remove nodes in O(1)Jason A. Donenfeld2021-06-041-78/+54
* wireguard: allowedips: fix use-after-free in root_remove_peer_listsEric Dumazet2020-02-051-0/+1
* wireguard: allowedips: use kfree_rcu() instead of call_rcu()Wei Yongjun2019-12-161-6/+1
* net: WireGuard secure network tunnelJason A. Donenfeld2019-12-081-0/+381