aboutsummaryrefslogtreecommitdiffstats
path: root/proto
Commit message (Expand)AuthorAgeFilesLines
* BGP: Ensure that freed neighbor entry is not accessedOndrej Zajicek (work)2021-06-012-1/+6
* Babel: Seqno requests are properly decoupled from neighbors when the underlyi...Maria Matejka2021-05-302-13/+20
* OSPF: Fix OSPFv3 in IPv4 mode with multiple areasOndrej Zajicek (work)2021-05-261-1/+1
* Babel: Log the reason when refusing to run on an interfaceOndrej Zajicek (work)2021-05-101-9/+19
* OSPF: Allow ifaces with host address as unnumbered PtP or PtMP ifacesOndrej Zajicek (work)2021-05-104-16/+30
* OSPF: Packets on PtP networks should be always sent to AllSPFRoutersOndrej Zajicek (work)2021-05-096-4/+17
* OSPF: Minor refactoring of packet sending codeOndrej Zajicek (work)2021-05-094-40/+38
* Routing tables list iteration should use explicit node struct positionMaria Matejka2021-03-301-3/+6
* BGP: Do not keep BAF_EXT_LEN flag internallyOndrej Zajicek (work)2021-03-301-2/+2
* BGP: Do not show statisticsOndrej Zajicek (work)2021-03-181-0/+2
* RPKI: Improve error handling of DNS resolverOndrej Zajicek (work)2021-03-171-5/+11
* Minor fixes for restricted buildsOndrej Zajicek (work)2021-03-171-5/+5
* Pipe: Propagate debug flags from protocol to channelsOndrej Zajicek (work)2021-03-161-0/+12
* OSPFv3: Update neighbor authentication state from Hello packetsOndrej Zajicek (work)2021-03-161-0/+11
* Static: Implement reload hookOndrej Zajicek (work)2021-03-102-3/+52
* Nest: Add option to control automatic RPKI reloadOndrej Zajicek (work)2021-02-121-2/+4
* BGP: Add support for BGP hostname capabilityVincent Bernat2021-02-104-0/+50
* MRT: Fix MP-BGP next hopsOndrej Zajicek (work)2021-01-221-1/+1
* MRT: Fix IPv6 table dumpsOndrej Zajicek (work)2021-01-123-19/+77
* BFD: Dispatch sessions also by interface indexOndrej Zajicek (work)2021-01-103-15/+19
* RPKI: Remove port (and SSH username) from 'Cache server' output lineOndrej Zajicek (work)2021-01-073-24/+10
* BGP: Deprecate 'missing lladdr' optionOndrej Zajicek (work)2021-01-063-9/+3
* Static: Fix handling of 'net' attribute in per-route filtersOndrej Zajicek (work)2020-12-281-0/+11
* Nest: Per-channel debug flagsOndrej Zajicek (work)2020-12-071-1/+1
* BGP: Zero the newly allocated bucket structureOndrej Zajicek (work)2020-11-251-3/+2
* Fix some failed asserts due to add_tail()Ondrej Zajicek (work)2020-11-241-0/+1
* Some minor sl_allocz() cleanupsOndrej Zajicek (work)2020-11-243-6/+3
* lib/slab: introduce sl_allocz() function and use it in BabelToke Høiland-Jørgensen2020-11-242-8/+7
* Static: Support for multiple routes with the same networkOndrej Zajicek (work)2020-11-192-16/+82
* OSPFv3: Fix intra-area-prefix-LSA origination on DROndrej Zajicek (work)2020-11-181-0/+3
* BFD: Better handling of BFD options in BGP configsOndrej Zajicek (work)2020-11-122-4/+4
* BFD: Fix superfluous reconfiguration of sessionsOndrej Zajicek (work)2020-11-121-3/+11
* BFD: Allow per-request session optionsOndrej Zajicek (work)2020-11-088-30/+90
* RPKI: Add 'ignore max length' optionOndrej Zajicek (work)2020-10-114-15/+41
* OSPF: Fixed a debug assertMaria Matejka2020-08-311-1/+1
* OSPF: Skip out-of-state packets earlierOndrej Zajicek (work)2020-08-121-4/+20
* Show info from multiple protocols when protocol is not specifiedOndrej Zajicek (work)2020-06-2810-39/+11
* OSPF: Fix bad header length testOndrej Zajicek (work)2020-06-101-3/+3
* RPKI: Fix unnecessary reconnection on reconfigurationKazuki Yamaguchi2020-06-031-1/+1
* OSPF: setting list node to zero before enlistingMaria Matejka2020-06-021-0/+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-265-12/+59
* RIP: Triggered RIP (demand circuit) documentationOndrej Zajicek (work)2020-05-191-4/+5
* RIP: Fix handling of passive mode for demand circuit interfacesOndrej Zajicek (work)2020-05-121-1/+15
* Merge remote-tracking branch 'origin/mq-static-analysis'Maria Matejka2020-05-019-25/+37
|\
| * Nest: Added const to ea_show just to declare that this shouldn't really chang...Maria Matejka2020-05-016-13/+13
| * OSPF: Zero-initialization of a temporary neighborMaria Matejka2020-05-011-9/+10
| * RPKI: fixed rare va_list leakMaria Matejka2020-05-011-0/+1
| * 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