Age | Commit message (Expand) | Author |
2021-05-10 | Babel: Log the reason when refusing to run on an interface | Ondrej Zajicek (work) |
2021-05-10 | OSPF: Allow ifaces with host address as unnumbered PtP or PtMP ifaces | Ondrej Zajicek (work) |
2021-05-09 | OSPF: Packets on PtP networks should be always sent to AllSPFRouters | Ondrej Zajicek (work) |
2021-05-09 | OSPF: Minor refactoring of packet sending code | Ondrej Zajicek (work) |
2021-03-30 | Routing tables list iteration should use explicit node struct position | Maria Matejka |
2021-03-30 | BGP: Do not keep BAF_EXT_LEN flag internally | Ondrej Zajicek (work) |
2021-03-18 | BGP: Do not show statistics | Ondrej Zajicek (work) |
2021-03-17 | RPKI: Improve error handling of DNS resolver | Ondrej Zajicek (work) |
2021-03-17 | Minor fixes for restricted builds | Ondrej Zajicek (work) |
2021-03-16 | Pipe: Propagate debug flags from protocol to channels | Ondrej Zajicek (work) |
2021-03-16 | OSPFv3: Update neighbor authentication state from Hello packets | Ondrej Zajicek (work) |
2021-03-10 | Static: Implement reload hook | Ondrej Zajicek (work) |
2021-02-12 | Nest: Add option to control automatic RPKI reload | Ondrej Zajicek (work) |
2021-02-10 | BGP: Add support for BGP hostname capability | Vincent Bernat |
2021-01-22 | MRT: Fix MP-BGP next hops | Ondrej Zajicek (work) |
2021-01-12 | MRT: Fix IPv6 table dumps | Ondrej Zajicek (work) |
2021-01-10 | BFD: Dispatch sessions also by interface index | Ondrej Zajicek (work) |
2021-01-07 | RPKI: Remove port (and SSH username) from 'Cache server' output line | Ondrej Zajicek (work) |
2021-01-06 | BGP: Deprecate 'missing lladdr' option | Ondrej Zajicek (work) |
2020-12-28 | Static: Fix handling of 'net' attribute in per-route filters | Ondrej Zajicek (work) |
2020-12-07 | Nest: Per-channel debug flags | Ondrej Zajicek (work) |
2020-11-25 | BGP: Zero the newly allocated bucket structure | Ondrej Zajicek (work) |
2020-11-24 | Fix some failed asserts due to add_tail() | Ondrej Zajicek (work) |
2020-11-24 | Some minor sl_allocz() cleanups | Ondrej Zajicek (work) |
2020-11-24 | lib/slab: introduce sl_allocz() function and use it in Babel | Toke Høiland-Jørgensen |
2020-11-19 | Static: Support for multiple routes with the same network | Ondrej Zajicek (work) |
2020-11-18 | OSPFv3: Fix intra-area-prefix-LSA origination on DR | Ondrej Zajicek (work) |
2020-11-12 | BFD: Better handling of BFD options in BGP configs | Ondrej Zajicek (work) |
2020-11-12 | BFD: Fix superfluous reconfiguration of sessions | Ondrej Zajicek (work) |
2020-11-08 | BFD: Allow per-request session options | Ondrej Zajicek (work) |
2020-10-11 | RPKI: Add 'ignore max length' option | Ondrej Zajicek (work) |
2020-08-31 | OSPF: Fixed a debug assert | Maria Matejka |
2020-08-12 | OSPF: Skip out-of-state packets earlier | Ondrej Zajicek (work) |
2020-06-28 | Show info from multiple protocols when protocol is not specified | Ondrej Zajicek (work) |
2020-06-10 | OSPF: Fix bad header length test | Ondrej Zajicek (work) |
2020-06-03 | RPKI: Fix unnecessary reconnection on reconfiguration | Kazuki Yamaguchi |
2020-06-02 | OSPF: setting list node to zero before enlisting | Maria Matejka |
2020-05-26 | Babel: Set onlink flag for IPv4 routes with unreachable next hop | Ondrej Zajicek (work) |
2020-05-26 | OSPF: Fix handling of unnumbered PtPs | Ondrej Zajicek (work) |
2020-05-19 | RIP: Triggered RIP (demand circuit) documentation | Ondrej Zajicek (work) |
2020-05-12 | RIP: Fix handling of passive mode for demand circuit interfaces | Ondrej Zajicek (work) |
2020-05-01 | Merge remote-tracking branch 'origin/mq-static-analysis' | Maria Matejka |
2020-05-01 | Nest: Added const to ea_show just to declare that this shouldn't really chang... | Maria Matejka |
2020-05-01 | OSPF: Zero-initialization of a temporary neighbor | Maria Matejka |
2020-05-01 | RPKI: fixed rare va_list leak | Maria Matejka |
2020-05-01 | OSPF: Adding a note about a static analyzer result. | Maria Matejka |
2020-05-01 | OSPF: variable-length array of size 0 replaced by alloca()'d pointer | Maria Matejka |
2020-04-29 | BGP: Fix handling of strange IPv6 link-local-only next hops | Ondrej Zajicek (work) |
2020-04-28 | Not calling memcpy with n=0. | Maria Matejka |
2020-04-15 | BGP: Fix handling of 16bit-only ASN translation | Nasato Goto |