Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | driver: allowedips: expand maximum node depth | 2023-12-11 | 1 | -11/+13 | |
| | | | | | | | | | | | | In the allowedips self-test, nodes are inserted into the tree, but it generated an even amount of nodes, but for checking maximum node depth, there is of course the root node, which makes the total number necessarily odd. With two few nodes added, it never triggered the maximum depth check like it should have. So, add 129 nodes instead of 128 nodes, and do so with a more straightforward scheme, starting with all the bits set, and shifting over one each time. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | driver: memory: move NBL pools to global scope | 2021-08-04 | 1 | -26/+4 | |
| | | | | | | | This is preparation for the next commit, which will attempt to allocate everything at once for the RX path. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Introduce WireGuardNT | 2021-08-02 | 4 | -0/+5895 | |
Co-authored-by: Simon Rozman <simon@rozman.si> Signed-off-by: Simon Rozman <simon@rozman.si> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> |