aboutsummaryrefslogtreecommitdiffstats
path: root/nest
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '5cff1d5f' into haugesundMaria Matejka2022-03-095-74/+64
|\
| * Route: moved rte_src pointer from rta to rteMaria Matejka2021-10-135-36/+38
| * Preference moved to RTA and set explicitly in protocolsMaria Matejka2021-10-135-38/+26
* | Merge commit 'd5a32563' into haugesundMaria Matejka2022-03-095-37/+51
|\|
| * Preexport: No route modification, no linpool neededMaria Matejka2021-10-133-8/+9
| * Export table: Delay freeing of old stored route.Maria Matejka2021-10-132-26/+34
| * There may be a symbol with NULL protocol when reconfiguringMaria Matejka2021-10-131-2/+7
| * Show route may be accidentally called on shutdown also when not all default t...Maria Matejka2021-10-131-1/+1
| * Nest: Clean up main channel handlingOndrej Zajicek (work)2021-09-101-1/+1
* | Fixed resource initialization in unit testsMaria Matejka2022-03-092-17/+0
* | Single-threaded version of sark-branch memory page managementMaria Matejka2022-03-091-2/+3
* | Replaced custom linpools in tests for the common tmp_linpoolMaria Matejka2022-03-022-39/+25
* | Merge branch 'oz-trie-table'Ondrej Zajicek (work)2022-02-065-118/+909
|\ \
| * | Nest: Implement locking of prefix tries during walksOndrej Zajicek (work)2022-02-063-2/+95
| * | Nest: Implement prefix trie pruningOndrej Zajicek (work)2022-02-062-14/+44
| * | BGP: Implement flowspec validation procedureOndrej Zajicek (work)2022-02-062-20/+353
| * | Nest: Add routing table configuration blocksOndrej Zajicek (work)2022-02-062-31/+60
| * | Nest: Add convenience functions to check rtable net typeOndrej Zajicek (work)2022-02-061-0/+12
| * | Nest: Avoid unnecessary net_format() in 'show route' commandOndrej Zajicek (work)2022-02-061-3/+9
| * | Nest: Add trie iteration code to 'show route'Ondrej Zajicek (work)2022-02-062-14/+51
| * | Nest: Implement 'show route in <addr>' commandOndrej Zajicek (work)2022-02-063-6/+24
| * | Nest: Attach prefix trie to rtable for faster LPM and interval queriesOndrej Zajicek (work)2022-02-063-35/+268
* | | Filter: Add operators to find minimum and maximum element of setsAlexander Zubkov2021-12-282-0/+136
* | | Nest: Do not ignore secondary flag changes in ifa updatesOndrej Zajicek (work)2021-12-181-1/+1
* | | Memory statistics split into Effective and OverheadMaria Matejka2021-11-271-9/+35
* | | Directly mapped pages are kept for future use if temporarily not neededMaria Matejka2021-11-241-1/+6
|/ /
* | Nest: Clean up main channel handlingOndrej Zajicek (work)2021-06-171-1/+1
* | Nest: Fix export of tmpattrs through pipesOndrej Zajicek (work)2021-06-141-0/+6
* | Revert "Nest: Fix export of tmpattrs through pipes"Ondrej Zajicek (work)2021-06-141-3/+0
* | Nest: Fix export of tmpattrs through pipesOndrej Zajicek (work)2021-06-141-0/+3
|/
* Nest: Allow both 'password' and 'key' keywords for authentication keysOndrej Zajicek (work)2021-06-091-3/+5
* Nest: Fix password list parsing codeOndrej Zajicek (work)2021-06-061-3/+12
* Nest: Allow MAC algorithms to specify min/max key lengthToke Høiland-Jørgensen2021-06-063-2/+34
* Nest: Allow specifying security keys as hex bytes as well as stringsToke Høiland-Jørgensen2021-06-061-17/+21
* Lib: Add Blake2s and Blake2b hash functionsToke Høiland-Jørgensen2021-06-061-1/+5
* Internal route tables have a reduced cleanup routineMaria Matejka2021-04-192-1/+7
* Allocation of ea_list in one contiguous memory blockMaria Matejka2021-03-301-13/+18
* Routing table is now a resource allocated from its own poolMaria Matejka2021-03-303-45/+124
* Routing tables list iteration should use explicit node struct positionMaria Matejka2021-03-301-1/+2
* Minor fixes for restricted buildsOndrej Zajicek (work)2021-03-172-1/+3
* Pipe: Propagate debug flags from protocol to channelsOndrej Zajicek (work)2021-03-161-0/+7
* Rate-limit scheduling of work-eventsOndrej Zajicek (work)2021-03-121-5/+5
* Nest: No automatic ROA reload on non-reloadable channelsOndrej Zajicek (work)2021-03-091-6/+7
* Nest: Add option to control automatic RPKI reloadOndrej Zajicek (work)2021-02-123-7/+32
* BGP: Add support for BGP hostname capabilityVincent Bernat2021-02-102-1/+6
* Nest: Automatic channel reloads based on RPKI changesOndrej Zajicek (work)2021-02-104-1/+265
* Filter: Recursive filter iteration codeOndrej Zajicek (work)2021-02-071-0/+1
* Nest: remove last_tx_filter_changeOndrej Zajicek (work)2021-01-062-5/+0
* Nest: Read Babel metric as IGP metricJames Lu2020-12-291-0/+5
* Nest: Per-channel debug flagsOndrej Zajicek (work)2020-12-074-69/+112