aboutsummaryrefslogtreecommitdiffstats
path: root/nest
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor cleanups with cfg_allocz()Ondrej Zajicek (work)2020-11-241-2/+2
* Fix some failed asserts due to add_tail()Ondrej Zajicek (work)2020-11-241-0/+1
* Some minor sl_allocz() cleanupsOndrej Zajicek (work)2020-11-242-5/+3
* Nest: Fix crash in receive limit handling in import tableOndrej Zajicek (work)2020-11-151-0/+3
* BFD: Better handling of BFD options in BGP configsOndrej Zajicek (work)2020-11-121-2/+23
* BFD: Allow per-request session optionsOndrej Zajicek (work)2020-11-082-2/+45
* Nest: Keep route ordering during route updatesOndrej Zajicek (work)2020-07-161-6/+12
* Show info from multiple protocols when protocol is not specifiedOndrej Zajicek (work)2020-06-283-0/+51
* Nest: Allow key id 0Ondrej Zajicek (work)2020-05-191-1/+1
* Nest: Implement BGP path mask loop operatorOndrej Zajicek (work)2020-05-182-21/+43
* Nest: Fix neighbor handling for colliding rangesOndrej Zajicek (work)2020-05-113-19/+106
* Fixed a harmless warning in production buildMaria Matejka2020-05-011-2/+1
* Uninitialized list nodes fixesMaria Matejka2020-05-011-1/+1
* Nest: Added const to ea_show just to declare that this shouldn't really chang...Maria Matejka2020-05-013-5/+5
* Nest: Several assumptions to tame the static analyzerMaria Matejka2020-05-011-1/+5
* Nest: Assumption in rt-show for not-so-intuitive invariant.Maria Matejka2020-05-011-0/+6
* BGP: Fix handling of 16bit-only ASN translationNasato Goto2020-04-151-1/+1
* Configuration strings are constant.Maria Matejka2020-04-095-14/+14
* Filter: Optimize IPv4 prefix setsOndrej Zajicek (work)2020-03-261-2/+2
* RIP: Demand circuit support (RFC 2091)Ondrej Zajicek (work)2020-02-212-0/+40
* Added missing externMaria Matejka2020-02-041-1/+1
* KRT: Improve syncer code to avoid using temporary data in rtableOndrej Zajicek (work)2020-01-073-3/+1