Age | Commit message (Expand) | Author |
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 | Filters: removing adata_empty() duplicating lp_alloc_adata() | Maria Matejka |
2022-05-04 | Unified attribute and filter types | Maria Matejka |
2022-05-04 | Opaque types are named opaque also in filters | Maria Matejka |
2022-05-04 | Special attribute types for enums | Maria Matejka |
2022-05-04 | Dropping EAF_VAR_LENGTH as the attribute data is either embedded or adata | Maria Matejka |
2022-05-04 | Filter: Bitfield eattrs reading / writing moved to filter code | Maria Matejka |
2022-05-04 | Filter operations: bitwise AND and OR | Maria Matejka |
2022-05-04 | Implicit ROA check converted to explicit filter instruction sequence | Maria Matejka |
2022-05-04 | Fixed spurious undef of route attributes | Alexander Zubkov |
2022-04-13 | RIP: fixed the EA_RIP_FROM attribute | Maria Matejka |
2022-04-06 | BGP uses lp_save / lp_restore instead of linpool flushing | Maria Matejka |
2022-04-06 | All linpools use pages to allocate regular blocks | Maria Matejka |
2022-04-06 | BGP: Fixed LLGR depreferencing in bgp_rte_mergable | Maria Matejka |
2022-04-06 | Protocols have their own explicit init routines | Maria Matejka |
2022-04-06 | Unsetting route attributes without messing with type system | Maria Matejka |
2022-04-06 | Eattr flags (originated and fresh) get their own struct fields | Maria Matejka |
2022-04-06 | Minor fix: f_val literals should always have named struct fields | 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 | Fixed a static assert in page allocator | Maria Matejka |
2022-03-09 | Merge remote-tracking branch 'origin/master' into haugesund | Maria Matejka |
2022-03-09 | Merge commit '60880b539b8886f76961125d89a265c6e1112b7a' into haugesund | Maria Matejka |
2022-03-09 | BGP Flowspec validation: Removed in-route optimization for multithreading com... | Maria Matejka |
2022-03-09 | Merge commit 'e42eedb9' into haugesund | Maria Matejka |
2022-03-09 | Merge commit '5cff1d5f' into haugesund | Maria Matejka |
2022-03-09 | Merge commit 'd5a32563' 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 | Revert "fixup! Multipage allocation" | Maria Matejka |
2022-03-09 | Single-threaded version of sark-branch memory page management | Maria Matejka |
2022-03-02 | Replacing BGP temporary linpools by the common temporary linpool | 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 | Small improvement in directory test | Ondrej Filip |
2022-03-02 | Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesund | Maria Matejka |
2022-02-27 | Babel: Fix bug in iface reconfiguration | Ondrej Zajicek (work) |
2022-02-20 | Small change to fix doc building on Debianv2.0.9 | Ondrej Filip |