Age | Commit message (Expand) | Author |
2022-05-04 | Explicit definition structures of route attributes | Maria Matejka |
2022-05-04 | Conf: Symbols are properly scoped | Maria Matejka |
2022-05-04 | Enforcing certain data structure explicit paddings. | 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 | 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-05-04 | Implicit ROA check converted to explicit filter instruction sequence | 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-04-13 | RIP: fixed the EA_RIP_FROM attribute | Maria Matejka |
2022-04-06 | Protocols have their own explicit init routines | Maria Matejka |
2022-04-06 | Slab allocator can free the blocks without knowing the parent structure | Maria Matejka |
2022-04-06 | All linpools use pages to allocate regular blocks | 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-03-15 | Printf variant with a result allocated inside a pool / linpool | Maria Matejka |
2022-03-09 | Merge commit 'f81702b7' into haugesund | Maria Matejka |
2022-03-09 | Merge commit '0767a0c2' into haugesund | Maria Matejka |
2022-03-09 | Merge commit '8f3942a9' into haugesund | Maria Matejka |
2022-03-09 | Merge commit '56c8f2f0' into haugesund | Maria Matejka |
2022-03-09 | Merge commit '575da88f' into haugesund | Maria Matejka |
2022-03-09 | Merge commit '1b9189d5' into haugesund | Maria Matejka |
2022-03-09 | Route validity check converted to generic macro dispatch | 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 | 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-02-06 | Merge branch 'oz-trie-table' | Ondrej Zajicek (work) |
2022-02-06 | Nest: Implement locking of prefix tries during walks | Ondrej Zajicek (work) |
2022-02-06 | Nest: Implement prefix trie pruning | Ondrej Zajicek (work) |
2022-02-06 | BGP: Implement flowspec validation procedure | Ondrej Zajicek (work) |
2022-02-06 | Nest: Add routing table configuration blocks | Ondrej Zajicek (work) |
2022-02-06 | Nest: Add convenience functions to check rtable net type | Ondrej Zajicek (work) |
2022-02-06 | Nest: Avoid unnecessary net_format() in 'show route' command | Ondrej Zajicek (work) |
2022-02-06 | Nest: Add trie iteration code to 'show route' | Ondrej Zajicek (work) |
2022-02-06 | Nest: Implement 'show route in <addr>' command | Ondrej Zajicek (work) |
2022-02-06 | Nest: Attach prefix trie to rtable for faster LPM and interval queries | Ondrej Zajicek (work) |
2021-12-28 | Filter: Add operators to find minimum and maximum element of sets | Alexander Zubkov |
2021-12-18 | Nest: Do not ignore secondary flag changes in ifa updates | Ondrej Zajicek (work) |
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 |