aboutsummaryrefslogtreecommitdiffstats
path: root/sysdep
Commit message (Expand)AuthorAgeFilesLines
* Expanded usage of stdbool.h to the whole BIRDMaria Matejka2024-03-253-2/+3
* NEWS and version updatev2.15.1Ondrej Zajicek2024-03-221-1/+1
* NEWS and version updatev2.15Ondrej Zajicek2024-03-101-1/+1
* Netlink: Fix spelling of krt_ssthresh / krt_lock_ssthreshOndrej Zajicek2024-02-163-6/+13
* Netlink: Cleanups in route metricsOndrej Zajicek2024-02-163-9/+30
* Filter: Add support for setting TCP congestion control algorithmOndrej Zajicek2024-02-143-20/+70
* Nest: Fix bug in recursive routes with MPLS-labeled nexthopsOndrej Zajicek2024-01-271-1/+1
* Log: Add support for UDP loggingOndrej Zajicek2023-12-134-10/+159
* NEWS and version updatev2.14Ondrej Zajicek2023-10-061-1/+1
* KRT: Allow to learn routes with RTPROT_KERNELPavel Šorejs2023-10-064-5/+22
* IO: Fix race condition in event processingOndrej Zajicek2023-10-041-3/+3
* MPLS subsystemOndrej Zajicek2023-10-042-1/+10
* Conf: Symbol manipulation gets its context explicitlyMaria Matejka2023-09-121-10/+10
* Conf: Adding dummy thread-number setting for easier sharing of configuration ...Maria Matejka2023-09-121-1/+4
* Nest: Treat VRF interfaces as inside respective VRFsOndrej Zajicek2023-08-231-2/+22
* Merge tag 'v2.13.1'Maria Matejka2023-06-221-1/+1
|\
| * NEWS and version updatev2.13.1Maria Matejka2023-06-221-1/+1
* | Netlink: Allow RTA_VIA even without MPLS supportLuiz Amaral2023-06-151-5/+1
* | IO: Add current_time_now() function for immediate timestampToke Høiland-Jørgensen2023-06-021-0/+13
|/
* NEWS and version updatev2.13Ondrej Zajicek2023-04-211-1/+1
* BSD: IPv4 over IPv6 nexthop support on FreeBSDLuiz Amaral2023-04-211-2/+2
* Net: Replace runtime checks with STATIC_ASSERT()Ondrej Zajicek2023-03-061-1/+0
* NEWS and version updatev2.0.12Ondrej Zajicek2023-01-231-1/+1
* Alloc: Minor cleanupsOndrej Zajicek2023-01-181-3/+6
* Merge branch 'master' of https://gitlab.nic.cz/labs/birdMaria Matejka2023-01-186-4/+63
|\
| * Alloc: Disable transparent huge pagesOndrej Zajicek2023-01-173-0/+14
| * Minor cleanupsOndrej Zajicek2023-01-131-1/+1
| * 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-122-0/+24
* 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-111-1/+1
* BSD: Workaround for direct routes on FreeBSD 13.0Ondrej Zajicek2022-12-111-0/+4
* CLI: Fix for long-lived sessions during high loadsOndrej Zajicek2022-12-101-5/+10
* Netlink on FreeBSD supportAlexander V. Chernikov2022-12-093-1/+42
* BSD: Fix krt socket code w.r.t. rte/rta changesOndrej Zajicek2022-11-302-5/+4
* Conf: Make 'configure check' command restrictedOndrej Zajicek2022-11-091-0/+3
* Conf: Free stored old config before parsing new oneOndrej Zajicek2022-11-091-0/+4
* 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
* Netlink: Parse onlink flag even on direct routesOndrej Zajicek2022-10-121-6/+6
* KRT: Fix setting default preferenceAlexander Zubkov2022-09-271-5/+11
* Merge branch 'mq-fix-eattr-setting' into backportMaria Matejka2022-08-181-24/+28
|\
| * Fixed initialization of Linux kernel route attributesMaria Matejka2022-08-181-24/+28
* | Simplified the protocol hookup code in MakefilesMaria Matejka2022-08-181-2/+0
|/
* Merge branch 'master' into backportOndrej Zajicek2022-07-275-257/+147
|\
| * Netlink: Restrict route replace for IPv6Ondrej Zajicek2022-07-261-1/+27