aboutsummaryrefslogtreecommitdiffstats
path: root/sysdep
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '5cff1d5f' into haugesundMaria Matejka2022-03-092-4/+6
|\
| * Route: moved rte_src pointer from rta to rteMaria Matejka2021-10-132-4/+3
| * Preference moved to RTA and set explicitly in protocolsMaria Matejka2021-10-131-0/+3
* | Merge commit 'd5a32563' into haugesundMaria Matejka2022-03-091-3/+1
|\|
| * Preexport: No route modification, no linpool neededMaria Matejka2021-10-131-3/+1
* | Fixed resource initialization in unit testsMaria Matejka2022-03-091-0/+2
* | Merge commit '0c59f7ff' into haugesundMaria Matejka2022-03-091-0/+9
|\ \
| * | Revert "Bound allocated pages to resource pools with page caches to avoid unn...Maria Matejka2022-03-091-16/+21
| * | Revert "Multipage allocation"Maria Matejka2022-03-092-54/+1
| |/
| * Multipage allocationMaria Matejka2021-10-132-1/+54
| * CLI socket accept() may also fail and should produce some message, not a core...Maria Matejka2021-10-131-0/+9
| * Bound allocated pages to resource pools with page caches to avoid unnecessary...Maria Matejka2021-09-101-21/+16
* | Single-threaded version of sark-branch memory page managementMaria Matejka2022-03-091-68/+123
* | Introducing an universal temporary linpool flushed after every taskMaria Matejka2022-03-021-3/+20
* | Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesundMaria Matejka2022-03-021-11/+4
|\|
| * Debug output uses local buffer to avoid clashes between threads.Maria Matejka2021-09-101-11/+4
| * Nest: Clean up main channel handlingOndrej Zajicek (work)2021-09-101-1/+1
* | NEWS and version updateOndrej Zajicek (work)2022-02-091-1/+1
* | Alloc: Use posix_memalign() instead of aligned_alloc()Ondrej Zajicek (work)2022-02-081-5/+6
* | Netlink: Minor cleanupOndrej Zajicek (work)2022-02-081-1/+1
* | Netlink: Add option to specify netlink socket receive buffer sizeOndrej Zajicek (work)2022-01-174-1/+2237
* | Netlink: Add another workaround for older kernel headersOndrej Zajicek (work)2022-01-151-0/+7
* | Netlink: Add workaround for older kernel headersOndrej Zajicek (work)2022-01-141-0/+4
* | Netlink: Enable strict checking for KRT dumpsOndrej Zajicek (work)2022-01-141-11/+59
* | Netlink: Explicitly skip received cloned routesOndrej Zajicek (work)2022-01-141-3/+7
* | IO: Support nonlocal bind in socket interfaceAlexander Zubkov2022-01-083-0/+29
* | Netlink: Do not ignore dead routes from BIRDOndrej Zajicek (work)2022-01-051-4/+4
* | Netlink: Improve multipath parsing errorsOndrej Zajicek (work)2022-01-051-16/+25
* | BSD: Assume onlink flag on ifaces with only host addressesOndrej Zajicek (work)2021-12-271-3/+33
* | Directly mapped pages are kept for future use if temporarily not neededMaria Matejka2021-11-241-2/+51
* | Nest: Clean up main channel handlingOndrej Zajicek (work)2021-06-171-1/+1
|/
* sysdep: Add wrapper to get random bytes - updateOndrej Zajicek (work)2021-06-061-62/+48
* sysdep: Add wrapper to get random bytesToke Høiland-Jørgensen2021-06-062-0/+89
* BSD: Propagate OS-level IFF_MULTICAST to internal IF_MULTICAST flagToke Høiland-Jørgensen2021-05-101-0/+3
* BSD: Fix invalid pointer derefence in logging codeStefan Haller2021-04-191-1/+1
* Unix: Expand accepted ranges of iproute2 constantsOndrej Zajicek (work)2021-04-071-9/+9
* Routing table is now a resource allocated from its own poolMaria Matejka2021-03-302-6/+7
* Slab: head now uses bitmask for used/free nodes info instead of listsMaria Matejka2021-03-252-1/+81
* NEWS and version updatev2.0.8Ondrej Zajicek (work)2021-03-181-1/+1
* Rate-limit scheduling of work-eventsOndrej Zajicek (work)2021-03-121-0/+3
* BGP: Add support for BGP hostname capabilityVincent Bernat2021-02-102-0/+17
* Netlink: Ignore dead routesOndrej Zajicek (work)2021-01-141-1/+7
* Kernel: Do not check templatesOndrej Zajicek (work)2021-01-071-0/+4
* Kernel: Fix handling of krt_realm with ECMP routesOndrej Zajicek (work)2021-01-061-4/+23
* Log: Fix locking during log reconfigurationOndrej Zajicek (work)2020-11-251-3/+3
* Log: Reinitialize the static logging structuresOndrej Zajicek (work)2020-11-251-5/+18
* Netlink: Fix parsing of MPLS multipath routesKazuki Yamaguchi2020-06-031-0/+17
* Log: Do not open logfiles when parse-and-exit option is activeOndrej Zajicek (work)2020-06-033-7/+14
* Unix socket: Path length check directly before copying the path.Maria Matejka2020-05-011-1/+3
* Nest: Added const to ea_show just to declare that this shouldn't really chang...Maria Matejka2020-05-014-4/+4