summaryrefslogtreecommitdiff
path: root/nest
AgeCommit message (Expand)Author
2023-05-16Nest: Add tests and benchmark for FIBOndrej Zajicek
2023-04-27Conf: Improve handling of keywordsOndrej Zajicek
2023-04-16BMP: Remove duplicate functions for update encodingOndrej Zajicek (work)
2023-04-16BMP protocol supportPawel Maslanka
2023-03-18Add missing references to "show route in" in the cli-help and doc.Johannes Moos
2023-02-01Build: Partial revert of one of previous changesOndrej Zajicek
2023-02-01Nest: Minor cleanup in buildsystemOndrej Zajicek
2023-01-03Nest: Fix leaking internal attributes in RIP and BabelOndrej Zajicek
2023-01-01Nest: Fix several issues with pflagsOndrej Zajicek
2022-12-10CLI: Fix for long-lived sessions during high loadsOndrej Zajicek
2022-12-06Nest: Avoid spurious announcements triggered by filtered routesOndrej Zajicek
2022-11-01Moved config-related allocations to config_pool and showing its size in memor...Maria Matejka
2022-10-18Doc: Add documentation for "show route (import|export) table"Alexander Zubkov
2022-10-10BGP: Add option 'next hop prefer global'Ondrej Zajicek
2022-10-03Nest: Add channel config flag to distinguish new or copyOndrej Zajicek
2022-10-03Filter: Add some minor functions for f_tree and ECOndrej Zajicek
2022-10-03BGP: Do not assume that all channels are struct bgp_channelOndrej Zajicek
2022-09-06Better profylaction recursive route loopsMaria Matejka
2022-08-18Simplified the protocol hookup code in MakefilesMaria Matejka
2022-07-22Revert "Export table: Delay freeing of old stored route."Maria Matejka
2022-07-11Added forgotten route source locking in flowspec validationMaria Matejka
2022-07-11Merge remote-tracking branch 'origin/master' into backportMaria Matejka
2022-07-11Merge commit 'beb5f78a' into backportMaria Matejka
2022-07-10Merge version 2.0.10 into backportMaria Matejka
2022-06-27Filter: Implement for loopsOndrej Zajicek (work)
2022-06-27Filter: Improve handling of stack frames in filter bytecodeOndrej Zajicek (work)
2022-06-27Nest: Cleanups in as_path_filter()Ondrej Zajicek (work)
2022-06-27Preexport callback now takes the channel instead of protocol as argumentMaria Matejka
2022-06-04Nest: Improve GC strategy for rtablesOndrej Zajicek
2022-05-30Merge remote-tracking branch 'origin/master' into haugesund-to-2.0Maria Matejka
2022-05-15BGP: Improve tx performance during feed/flushOndrej Zajicek
2022-04-13RIP: fixed the EA_RIP_FROM attributeMaria Matejka
2022-04-06All linpools use pages to allocate regular blocksMaria Matejka
2022-04-06Protocols have their own explicit init routinesMaria Matejka
2022-04-06Unsetting route attributes without messing with type systemMaria Matejka
2022-04-06Eattr flags (originated and fresh) get their own struct fieldsMaria Matejka
2022-04-06Minor fix: f_val literals should always have named struct fieldsMaria Matejka
2022-04-06Slab allocator can free the blocks without knowing the parent structureMaria Matejka
2022-03-15Printf variant with a result allocated inside a pool / linpoolMaria Matejka
2022-03-09Merge commit '60880b539b8886f76961125d89a265c6e1112b7a' into haugesundMaria Matejka
2022-03-09BGP Flowspec validation: Removed in-route optimization for multithreading com...Maria Matejka
2022-03-09Merge commit 'e42eedb9' into haugesundMaria Matejka
2022-03-09Merge commit '5cff1d5f' into haugesundMaria Matejka
2022-03-09Merge commit 'd5a32563' into haugesundMaria Matejka
2022-03-09Fixed resource initialization in unit testsMaria Matejka
2022-03-09Single-threaded version of sark-branch memory page managementMaria Matejka
2022-03-02Replaced custom linpools in tests for the common tmp_linpoolMaria Matejka
2022-02-06Merge branch 'oz-trie-table'Ondrej Zajicek (work)
2022-02-06Nest: Implement locking of prefix tries during walksOndrej Zajicek (work)
2022-02-06Nest: Implement prefix trie pruningOndrej Zajicek (work)