Age | Commit message (Expand) | Author |
2023-02-01 | Build: Partial revert of one of previous changes | Ondrej Zajicek |
2023-02-01 | Nest: Minor cleanup in buildsystem | Ondrej Zajicek |
2023-01-03 | Nest: Fix leaking internal attributes in RIP and Babel | Ondrej Zajicek |
2023-01-01 | Nest: Fix several issues with pflags | Ondrej Zajicek |
2022-12-10 | CLI: Fix for long-lived sessions during high loads | Ondrej Zajicek |
2022-12-06 | Nest: Avoid spurious announcements triggered by filtered routes | Ondrej Zajicek |
2022-11-01 | Moved config-related allocations to config_pool and showing its size in memor... | Maria Matejka |
2022-10-18 | Doc: Add documentation for "show route (import|export) table" | Alexander Zubkov |
2022-10-10 | BGP: Add option 'next hop prefer global' | Ondrej Zajicek |
2022-10-03 | Nest: Add channel config flag to distinguish new or copy | Ondrej Zajicek |
2022-10-03 | Filter: Add some minor functions for f_tree and EC | Ondrej Zajicek |
2022-10-03 | BGP: Do not assume that all channels are struct bgp_channel | Ondrej Zajicek |
2022-09-06 | Better profylaction recursive route loops | Maria Matejka |
2022-08-18 | Simplified the protocol hookup code in Makefiles | Maria Matejka |
2022-07-22 | Revert "Export table: Delay freeing of old stored route." | Maria Matejka |
2022-07-11 | Added forgotten route source locking in flowspec validation | Maria Matejka |
2022-07-11 | Merge remote-tracking branch 'origin/master' into backport | Maria Matejka |
2022-07-11 | Merge commit 'beb5f78a' into backport | Maria Matejka |
2022-07-10 | Merge version 2.0.10 into backport | Maria Matejka |
2022-06-27 | Filter: Implement for loops | Ondrej Zajicek (work) |
2022-06-27 | Filter: Improve handling of stack frames in filter bytecode | Ondrej Zajicek (work) |
2022-06-27 | Nest: Cleanups in as_path_filter() | Ondrej Zajicek (work) |
2022-06-27 | Preexport callback now takes the channel instead of protocol as argument | Maria Matejka |
2022-06-04 | Nest: Improve GC strategy for rtables | Ondrej Zajicek |
2022-05-30 | Merge remote-tracking branch 'origin/master' into haugesund-to-2.0 | Maria Matejka |
2022-05-15 | BGP: Improve tx performance during feed/flush | Ondrej Zajicek |
2022-04-13 | RIP: fixed the EA_RIP_FROM attribute | Maria Matejka |
2022-04-06 | All linpools use pages to allocate regular blocks | 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 | Slab allocator can free the blocks without knowing the parent structure | Maria Matejka |
2022-03-15 | Printf variant with a result allocated inside a pool / linpool | 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) |