aboutsummaryrefslogtreecommitdiffstats
path: root/sysdep
Commit message (Expand)AuthorAgeFilesLines
* 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
* Configuration strings are constant.Maria Matejka2020-04-097-17/+17
* Netlink: Handle interfaces with missing broadcast addressesOndrej Zajicek (work)2020-03-071-12/+9
* BGP: Support for MD5SIG together with remote rangeOndrej Zajicek (work)2020-02-274-40/+49
* Conf: Better error message when reading iproute2 configMaria Matejka2020-02-041-4/+8
* KRT: Improve syncer code to avoid using temporary data in rtableOndrej Zajicek (work)2020-01-072-109/+76
* KRT: Remove KRF_SYNC_ERROR flagOndrej Zajicek (work)2019-12-194-10/+27
* KRT: Fix removal of KRF_INSTALLEDOndrej Zajicek (work)2019-12-171-6/+5
* KRT: Remove KRF_INSTALLED flagOndrej Zajicek (work)2019-12-161-26/+23
* Nest: Use bitmaps to keep track of exported routesOndrej Zajicek (work)2019-11-261-5/+2
* Netlink: Handle IPv4 routes with IPv6 nexthopsOndrej Zajicek2019-11-121-17/+25
* Accept uppercase letters in iproute2 namesOndrej Zajicek2019-10-221-1/+1
* NEWS and version updatev2.0.7Ondrej Zajicek (work)2019-10-111-1/+1
* Lib: Support for 64-bit numbers in bvsnprintf()Ondrej Zajicek (work)2019-10-091-1/+1
* Fixed undefined behavior on signals.Maria Matejka2019-10-043-10/+7
* Nest: Fix help for 'graceful restart' commandOndrej Zajicek (work)2019-09-231-0/+2
* NEWS and version updatev2.0.6Ondrej Zajicek (work)2019-09-101-1/+1
* Sysdep: Drop supplementary groups when dropping GIDOndrej Zajicek (work)2019-08-211-0/+3
* NEWS and version updateOndrej Zajicek (work)2019-07-311-1/+1
* Change 'graceful down' command to 'graceful restart' and update docsOndrej Zajicek (work)2019-07-311-1/+2
* Log: Fixed race condition in reconfigure while BFD is runningMaria Matejka2019-07-301-1/+9
* Merge remote-tracking branch 'origin/mq-filter-stack'Ondrej Zajicek (work)2019-07-246-43/+26
|\
| * Merge branch 'master' into mq-filter-stackMaria Matejka2019-07-102-32/+24
| |\
| * \ Merge branch 'master' into mq-filter-stackMaria Matejka2019-07-035-4/+47
| |\ \
| * | | Dynamic attributes definition split whether it is bitmask or not.Maria Matejka2019-07-032-30/+30
| * | | Fixed one warning and one undefined value.Maria Matejka2019-03-221-1/+1
| * | | Merge branch 'master' into HEADMaria Matejka2019-03-182-25/+12
| |\ \ \
| * | | | Conf: Symbol implementation converted from void pointers to unionMaria Matejka2019-02-202-6/+4
| * | | | Filter: merged filter instruction constructors, counting line size on instruc...Maria Matejka2019-02-201-1/+1
| * | | | Filters: split the large filter.h file to smaller files.Maria Matejka2019-02-201-0/+1
| * | | | Filter refactoring: dropped the recursion from the interpreterMaria Matejka2019-02-204-54/+38
* | | | | RPKI: Fix reconfiguration when ssh parameters are undefinedOndrej Zajicek (work)2019-07-231-2/+1