Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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-30 | wireguard: allowedips: add missing __rcu annotation to satisfy sparse | Jason A. Donenfeld | 1 | -1/+1 |
2021-06-05 | wireguard: allowedips: free empty intermediate nodes when removing single node | Jason A. Donenfeld | 1 | -44/+58 |
2021-06-05 | wireguard: allowedips: allocate nodes in kmem_cache | Jason A. Donenfeld | 1 | -6/+25 |
2021-06-05 | wireguard: allowedips: remove nodes in O(1) | Jason A. Donenfeld | 1 | -78/+54 |
2020-02-05 | wireguard: allowedips: fix use-after-free in root_remove_peer_lists | Eric Dumazet | 1 | -0/+1 |
2019-12-17 | wireguard: allowedips: use kfree_rcu() instead of call_rcu() | Wei Yongjun | 1 | -6/+1 |
2019-12-09 | net: WireGuard secure network tunnel | Jason A. Donenfeld | 1 | -0/+381 |