summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NEWS and version updatev2.0.12Ondrej Zajicek2023-01-233-2/+8
* BFD: Improve incoming packet matchingOndrej Zajicek2023-01-221-0/+4
* VRF: Fix issues with reconfigurationOndrej Zajicek2023-01-224-0/+15
* Added test case for switch bug fixed in e20bef69ccc4a85ef62359ee539c9db2dbe09127Maria Matejka2023-01-221-0/+12
* BGP: Add received role value to role mismatch log messageOndrej Zajicek2023-01-204-10/+10
* Alloc: Minor cleanupsOndrej Zajicek2023-01-181-3/+6
* Merge branch 'master' of https://gitlab.nic.cz/labs/birdMaria Matejka2023-01-1813-11/+90
|\
| * Filter: Allow setting the 'onlink' route attribute in filtersRadu Carpa2023-01-174-3/+23
| * Alloc: Disable transparent huge pagesOndrej Zajicek2023-01-173-0/+14
| * Build: Fix cleanup of nest/proto-build.cOndrej Zajicek2023-01-131-1/+1
| * Minor cleanupsOndrej Zajicek2023-01-133-4/+4
| * BSD: Add support for kernel route metricOndrej Zajicek2023-01-133-3/+48
* | Fix memory pre-allocationMaria Matejka2023-01-181-6/+10
|/
* Log message before abortingMike Crute2023-01-123-0/+25
* Filter: Change linearization of branches in switch instructionOndrej Zajicek2023-01-074-7/+46
* BGP: Allow role specific keywords to be used as symbolsOndrej Zajicek2023-01-032-2/+5
* Configure: Expensive check option was broken, never workedOndrej Zajicek2023-01-031-1/+1
* Nest: Fix leaking internal attributes in RIP and BabelOndrej Zajicek2023-01-034-4/+10
* Add compile-time option to enable 4-way tries instead of 16-way onesOndrej Zajicek2023-01-022-0/+18
* Nest: Fix several issues with pflagsOndrej Zajicek2023-01-018-23/+12
* Babel: Rework seqno request handlingToke Høiland-Jørgensen2022-12-242-58/+101
* BSD: Use ip_mreqn on FreeBSD 12.1+ and OpenBSD 6.9+Ondrej Zajicek2022-12-181-0/+15
* FreeBSD: use interface index instead of IP address when specifying multicast ...Alexander Chernikov2022-12-161-1/+18
* Netlink: move OS-specific headers and defines to sysdepAlexander Chernikov2022-12-165-61/+96
* BSD: Add missing makefile for bsd-netlink targetOndrej Zajicek2022-12-163-0/+8
* NEWS and version updatev2.0.11Ondrej Zajicek2022-12-113-2/+39
* BSD: Workaround for direct routes on FreeBSD 13.0Ondrej Zajicek2022-12-111-0/+4
* BGP: Log unacceptable hold time as decimal numberOndrej Zajicek2022-12-101-2/+2
* CLI: Fix for long-lived sessions during high loadsOndrej Zajicek2022-12-102-6/+11
* Client: Unknown command should return nonzero errorcodeOndrej Zajicek2022-12-101-1/+1
* Doc: Document issue with import tablesOndrej Zajicek2022-12-091-0/+7
* Netlink on FreeBSD supportAlexander V. Chernikov2022-12-093-1/+42
* BGP: Improve handling of hold and keepalive timersOndrej Zajicek2022-12-095-8/+58
* Nest: Avoid spurious announcements triggered by filtered routesOndrej Zajicek2022-12-061-1/+14
* CI: Remove docker rebuild phaseOndrej Zajicek2022-11-301-179/+4
* CI: Try new workersOndrej Zajicek2022-11-301-0/+41
* BSD: Fix krt socket code w.r.t. rte/rta changesOndrej Zajicek2022-11-302-5/+4
* Fix build variables for OpenBSDOndrej Zajicek2022-11-291-0/+2
* Conf: Make 'configure check' command restrictedOndrej Zajicek2022-11-091-0/+3
* Conf: Free stored old config before parsing new oneOndrej Zajicek2022-11-094-0/+27
* Added more netlab tests for automatic run.Maria Matejka2022-11-081-2/+39
* Page allocator: Fixed minor bugs and added commentaryMaria Matejka2022-11-031-10/+32
* Memory pages are not munmapped, instead we just madvise()Maria Matejka2022-11-022-7/+46
* Moved config-related allocations to config_pool and showing its size in memor...Maria Matejka2022-11-016-10/+14
* Doc: Add documentation for "show route (import|export) table"Alexander Zubkov2022-10-182-2/+7
* Filter: Fix handling of variables in anonymous filtersOndrej Zajicek2022-10-183-10/+19
* Netlink: Parse onlink flag even on direct routesOndrej Zajicek2022-10-121-6/+6
* BGP: Add option 'next hop prefer global'Ondrej Zajicek2022-10-106-4/+30
* Nest: Add channel config flag to distinguish new or copyOndrej Zajicek2022-10-032-0/+2
* Filter: Add some minor functions for f_tree and ECOndrej Zajicek2022-10-034-3/+25