Age | Commit message (Expand) | Author |
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) |
2021-05-18 | Flowspec: Label field should use numeric operator and not bitmask operator | Ondrej Zajicek (work) |
2021-05-18 | Flowspec: Do not use comma for bitmask operators | Ondrej Zajicek (work) |
2021-05-17 | Filter: Add MPLS label route attribute | Trisha Biswas |
2021-05-14 | Flowspec: Fix values for true/false operators | Ondrej Zajicek (work) |
2021-05-14 | Flowspec: Add code for conversion of flowspec parts to interval lists | Ondrej Zajicek (work) |
2021-04-12 | Lib: Fix handling of buffers in timestamp formatting | Ondrej Zajicek (work) |
2021-03-30 | Resources: added mb_move() to complement rmove() for memory blocks | Maria Matejka |
2021-03-25 | Slab: head now uses bitmask for used/free nodes info instead of lists | Maria Matejka |
2021-03-12 | Rate-limit scheduling of work-events | Ondrej Zajicek (work) |
2021-02-07 | Filter: Recursive filter iteration code | Ondrej Zajicek (work) |
2020-11-24 | lib/slab: introduce sl_allocz() function and use it in Babel | Toke Høiland-Jørgensen |