aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RPKI: Fix unnecessary reconnection on reconfigurationky/proto-rpki-reconfigure-intervalsKazuki Yamaguchi2020-06-031-1/+1
* Babel: Set onlink flag for IPv4 routes with unreachable next hopOndrej Zajicek (work)2020-05-261-0/+8
* OSPF: Fix handling of unnumbered PtPsOndrej Zajicek (work)2020-05-266-17/+81
* Nest: Allow key id 0Ondrej Zajicek (work)2020-05-192-6/+7
* RIP: Triggered RIP (demand circuit) documentationOndrej Zajicek (work)2020-05-192-5/+18
* Nest: Implement BGP path mask loop operatorOndrej Zajicek (work)2020-05-187-28/+85
* RIP: Fix handling of passive mode for demand circuit interfacesOndrej Zajicek (work)2020-05-121-1/+15
* Nest: Fix neighbor handling for colliding rangesOndrej Zajicek (work)2020-05-113-19/+106
* Tests: Activate BGP-int testOndrej Zajicek (work)2020-05-051-0/+5
* Tests: Change unsupported Ubuntu 19.04 for supported version 19.10Matous Holinka2020-05-052-3/+3
* Filter: Remove quitbird commandOndrej Zajicek (work)2020-05-025-11/+2
* Fixed a harmless warning in production buildMaria Matejka2020-05-011-2/+1
* Merge remote-tracking branch 'origin/mq-static-analysis'Maria Matejka2020-05-0135-246/+248
|\
| * Slab: Init node in slab head to NULLs.Maria Matejka2020-05-011-2/+5
| * Timer: Adding missing initializer.Maria Matejka2020-05-011-1/+1
| * Lexer: strtoul shall never set endptr to NULL; it should be an errorMaria Matejka2020-05-011-7/+7
| * Unix socket: Path length check directly before copying the path.Maria Matejka2020-05-011-1/+3
| * Lists: Replaced replace_node() by update_node() which is the only use of that...Maria Matejka2020-05-013-26/+17
| * Lists: fix a stupid sanitizer bugMaria Matejka2020-05-011-2/+6
| * Uninitialized list nodes fixesMaria Matejka2020-05-012-1/+2
| * Nest: Added const to ea_show just to declare that this shouldn't really chang...Maria Matejka2020-05-0113-22/+22
| * OSPF: Zero-initialization of a temporary neighborMaria Matejka2020-05-011-9/+10
| * 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
| * Static scanner and expensive debugging setup fixMaria Matejka2020-05-012-2/+2
| * RPKI: fixed rare va_list leakMaria Matejka2020-05-011-0/+1
| * Static check: Don't report dead codeMaria Matejka2020-05-011-2/+3
| * OSPF: Adding a note about a static analyzer result.Maria Matejka2020-05-011-0/+8
| * OSPF: variable-length array of size 0 replaced by alloca()'d pointerMaria Matejka2020-05-011-2/+4
| * List expensive check.Maria Matejka2020-05-011-0/+61
| * Expensive check declarationMaria Matejka2020-05-012-0/+20
| * IPv6 address parser: fail on incomplete addressesMaria Matejka2020-05-013-9/+38
| * Filter: Don't alloc varargs array if its length would be zeroMaria Matejka2020-05-011-1/+1
| * Filter: Removed forgotten dead codeMaria Matejka2020-05-011-153/+0
| * Non-null function argument declarationMaria Matejka2020-05-011-0/+1
| * More assertion categoriesMaria Matejka2020-04-281-1/+5
| * Not calling memcpy with n=0.Maria Matejka2020-04-282-1/+10
| * Filter: fixed omitted overflow check in EC constructorMaria Matejka2020-04-281-16/+15
| * Makefile rule for static analyzerMaria Matejka2020-04-281-0/+8
* | BGP: Fix handling of strange IPv6 link-local-only next hopsOndrej Zajicek (work)2020-04-291-1/+4
* | Tests: Activate BGP-auth testOndrej Zajicek (work)2020-04-281-0/+5
* | Tests: Activate OSPF-VRF testOndrej Zajicek (work)2020-04-281-0/+5
|/
* Tests: Activate BGP testOndrej Zajicek (work)2020-04-221-0/+5
* BGP: Fix handling of 16bit-only ASN translationNasato Goto2020-04-152-1/+2
* Configuration strings are constant.Maria Matejka2020-04-0928-57/+57
* Doc: Update prefix set commentOndrej Zajicek (work)2020-04-081-3/+4
* Fletcher16 test fixed to work at bigendian architectures.Maria Matejka2020-04-051-10/+21
* Filter: Remove mixed address tests and fix formattingOndrej Zajicek (work)2020-03-262-37/+9
* Filter: Optimize IPv4 prefix setsOndrej Zajicek (work)2020-03-265-90/+245
* RIP: Improvements to demand circuit modeOndrej Zajicek (work)2020-03-143-4/+51