Age | Commit message (Expand) | Author |
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 |
2021-11-23 | Fixed pipe reload/refeed | Maria Matejka |
2021-11-23 | Fixed channel export map confusion | Maria Matejka |
2021-11-22 | VRF setting reduced to one argument, using default dummy iface for default vrf | Maria Matejka |
2021-11-22 | Pipe runs in parallel. | Maria Matejka |
2021-11-22 | Route subscription uses events | Maria Matejka |
2021-11-22 | Global table update pool removed | Maria Matejka |
2021-11-22 | Locking route attributes cache | Maria Matejka |
2021-11-22 | Route sources have an explicit owner | Maria Matejka |
2021-11-22 | Route table import-to-export announcement indirection to reduce pipe traffic | Maria Matejka |
2021-11-22 | Routing tables now have their own loops. | Maria Matejka |
2021-11-22 | Higher settle times when route refresh in the source table is running | Maria Matejka |
2021-11-22 | Corking also feed start to keep BIRD running when refeeds would easily cause ... | Maria Matejka |
2021-11-22 | Route attribute cache is now lockless on read / clone. | Maria Matejka |
2021-11-22 | Route sources have their separate global lock | Maria Matejka |