| Commit message (Expand) | Author | Age | Files | Lines |
| * | radix-trie: fix add() when no poolnodes exist |  Thomas Gschwantner | 2019-12-11 | 1 | -0/+5 |
| * | radix-trie: implement ipp_removepool_v{4,6} |  Thomas Gschwantner | 2019-12-11 | 1 | -6/+103 |
| * | radix-trie: fix issues related to shadow-/counting |  Thomas Gschwantner | 2019-12-11 | 1 | -106/+144 |
| * | radix-trie: fix bug where /64 pools would overflow |  Thomas Gschwantner | 2019-12-11 | 1 | -10/+8 |
| * | radix-trie: allow full use of the v4 address space |  Thomas Gschwantner | 2019-12-11 | 1 | -2/+2 |
| * | Rename struct ip_pool to be more descriptive |  Thomas Gschwantner | 2019-12-11 | 1 | -60/+60 |
| * | Initialize pools from routes via netlink |  Thomas Gschwantner | 2019-08-17 | 1 | -0/+12 |
| * | radix-trie: implement pool shadowing |  Thomas Gschwantner | 2019-08-02 | 1 | -24/+58 |
| * | Move counting logic from lease.c to radix-trie.c |  Thomas Gschwantner | 2019-07-18 | 1 | -41/+51 |
| * | Implement lease expiration |  Thomas Gschwantner | 2019-07-18 | 1 | -3/+45 |
| * | radix-trie: inline find_node() into ipp_addpool() |  Thomas Gschwantner | 2019-07-16 | 1 | -16/+8 |
| * | Fix use-after-free and memory leak in ipp_free() |  Thomas Gschwantner | 2019-06-14 | 1 | -14/+11 |
| * | radix-trie: implement ipp_addrnd_* and related |  Thomas Gschwantner | 2019-06-02 | 1 | -55/+304 |
| * | radix-trie: allow both ipv4 and ipv6 debug output |  Thomas Gschwantner | 2019-06-02 | 1 | -10/+27 |
| * | radix-trie: fix fls/fls64 |  Thomas Gschwantner | 2019-06-02 | 1 | -6/+6 |
| * | radix-trie: remove bits arg from radix_insert_v4/6 |  Thomas Gschwantner | 2019-06-02 | 1 | -4/+4 |
| * | Implement a radix-trie for storing ip=pubkey |  Thomas Gschwantner | 2019-02-25 | 1 | -0/+330 |