Age | Commit message (Expand) | Author |
2022-05-04 | Protocols use EA_LITERAL_* to set attributes | Maria Matejka |
2022-05-04 | Local route attributes are always allocated from tmp_linpool | Maria Matejka |
2022-05-04 | Filters always allocate from tmp_linpool | Maria Matejka |
2022-05-04 | Attribute list normalization cleanup | Maria Matejka |
2022-05-04 | Moved filter value union to lib | Maria Matejka |
2022-05-04 | Complex route attributes are data structures, shall be in lib also | Maria Matejka |
2022-05-04 | Splitting route data structures out to lib | Maria Matejka |
2022-05-04 | FIB is a data structure generic enough to be in lib | Maria Matejka |
2022-05-04 | Unified attribute and filter types | Maria Matejka |
2022-04-06 | All linpools use pages to allocate regular blocks | Maria Matejka |
2022-04-06 | Converted Slab allocator to typed lists | Maria Matejka |
2022-04-06 | Slab allocator can free the blocks without knowing the parent structure | Maria Matejka |
2022-04-06 | Typed lists for easier walking and stronger type checking | Maria Matejka |
2022-03-15 | Printf variant with a result allocated inside a pool / linpool | Maria Matejka |
2022-03-14 | Slab memory allocator unit test | Maria Matejka |
2022-03-09 | Merge commit '5cff1d5f' into haugesund | Maria Matejka |
2022-03-09 | Fixed resource initialization in unit tests | Maria Matejka |
2022-03-09 | Linpools with pages fixed to the final page allocator version | Maria Matejka |
2022-03-09 | Merge commit '0c59f7ff' into haugesund | Maria Matejka |
2022-03-09 | Revert "Bound allocated pages to resource pools with page caches to avoid unn... | Maria Matejka |
2022-03-09 | Revert "fixup! Bound allocated pages to resource pools with page caches to av... | Maria Matejka |
2022-03-09 | Revert "Multipage allocation" | Maria Matejka |
2022-03-09 | Single-threaded version of sark-branch memory page management | Maria Matejka |
2022-03-02 | Replaced custom linpools in tests for the common tmp_linpool | Maria Matejka |
2022-03-02 | Introducing an universal temporary linpool flushed after every task | Maria Matejka |
2022-03-02 | Static list initializer | Maria Matejka |
2022-03-02 | Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesund | Maria Matejka |
2022-02-07 | Lib: Update alignment of slabs | Ondrej Zajicek (work) |
2022-02-06 | Merge branch 'oz-trie-table' | Ondrej Zajicek (work) |
2022-02-06 | Nest: Attach prefix trie to rtable for faster LPM and interval queries | Ondrej Zajicek (work) |
2022-01-08 | IO: Support nonlocal bind in socket interface | Alexander Zubkov |
2021-11-27 | Memory statistics split into Effective and Overhead | Maria Matejka |
2021-11-24 | Directly mapped pages are kept for future use if temporarily not needed | Maria Matejka |
2021-11-13 | Trie: Simplify network matching code | Ondrej Zajicek (work) |
2021-10-13 | Preference moved to RTA and set explicitly in protocols | Maria Matejka |
2021-10-13 | Multipage allocation | Maria Matejka |
2021-10-13 | Linpools may use pages instead of xmalloc | Maria Matejka |
2021-10-13 | fixup! Bound allocated pages to resource pools with page caches to avoid unne... | Maria Matejka |
2021-09-25 | Filter: Faster prefix sets | Ondrej Zajicek (work) |
2021-09-10 | Bound allocated pages to resource pools with page caches to avoid unnecessary... | Maria Matejka |
2021-09-10 | Fixed memory poisoning in slab | Maria Matejka |
2021-06-06 | Lib: Fix static assert macro | Ondrej Zajicek (work) |
2021-06-06 | Nest: Allow MAC algorithms to specify min/max key length | Toke Høiland-Jørgensen |
2021-06-06 | Nest: Allow specifying security keys as hex bytes as well as strings | Toke Høiland-Jørgensen |
2021-06-06 | Lib: Add tests for blake2s and blake2b | Toke Høiland-Jørgensen |
2021-06-06 | Lib: Add Blake2s and Blake2b hash functions | Toke Høiland-Jørgensen |
2021-06-06 | sysdep: Add wrapper to get random bytes - update | Ondrej Zajicek (work) |
2021-06-06 | sysdep: Add wrapper to get random bytes | Toke Høiland-Jørgensen |
2021-05-30 | Babel: Seqno requests are properly decoupled from neighbors when the underlyi... | Maria Matejka |
2021-05-18 | Flowspec: Documentation update | Ondrej Zajicek (work) |