Age | Commit message (Expand) | Author |
2021-11-22 | VRF setting reduced to one argument, using default dummy iface for default vrf | Maria Matejka |
2021-11-22 | Pipe runs in parallel. | Maria Matejka |
2021-11-22 | Routing tables now have their own loops. | Maria Matejka |
2021-11-22 | Global table update pool removed | Maria Matejka |
2021-11-22 | Route sources have an explicit owner | Maria Matejka |
2021-11-22 | Table cork: Stop creating updates when there are too many pending. | Maria Matejka |
2021-11-22 | Converting the former BFD loop to a universal IO loop and protocol loop. | Maria Matejka |
2021-11-22 | Moved BFD IO loop out of BFD as we want to use it as socket-io coroutine | Maria Matejka |
2021-11-22 | Unified time for whole BIRD | Maria Matejka |
2021-11-22 | Dropping the POSIX thread-local variables in favor of much easier-to-use C11 ... | Maria Matejka |
2021-11-22 | Special table hooks rectified. | Maria Matejka |
2021-11-22 | Table import and export are now explicit hooks. | Maria Matejka |
2021-11-09 | Limit containment | Maria Matejka |
2021-11-09 | RPKI: Do nothing when protocol is stopping | Maria Matejka |
2021-11-09 | RPKI shouldn't process more packets when being stopped | Maria Matejka |
2021-11-09 | Protocol stats split to import and export | Maria Matejka |
2021-11-09 | Nest: Route generations and explicit tracking route propagion through pipes | Maria Matejka |
2021-11-09 | Refeed is done from export table when appropriate | Maria Matejka |
2021-11-09 | Suppressed MRT unused static function warning | Maria Matejka |
2021-11-09 | Split route data structure to storage (ro) / manipulation (rw) structures. | Maria Matejka |
2021-10-13 | RIP fixup + dropping the tmp_attrs mechanism as obsolete | Maria Matejka |
2021-10-13 | BGP: Moved the suppressed and stale flags to pflags | Maria Matejka |
2021-10-13 | Dropping the RTS_DUMMY temporary route storage. | Maria Matejka |
2021-10-13 | Babel: Convert the rte-local attributes to extended attributes | Maria Matejka |
2021-10-13 | OSPF: Convert the rte-local attributes to extended attributes | Maria Matejka |
2021-10-13 | RIP: convert the rte-local attributes to extended attributes | Maria Matejka |
2021-10-13 | IGP metric getter refactoring to protocol callback | Maria Matejka |
2021-10-13 | Route: moved rte_src pointer from rta to rte | Maria Matejka |
2021-10-13 | Preference moved to RTA and set explicitly in protocols | Maria Matejka |
2021-10-13 | Preexport: No route modification, no linpool needed | Maria Matejka |
2021-10-13 | OSPF: explicitly stop the periodic tick on shutdown to avoid recalculation races | Maria Matejka |
2021-09-10 | OSPF: Setting a list node NULL before use | Maria Matejka |
2021-09-10 | Nest: Clean up main channel handling | Ondrej Zajicek (work) |
2021-06-09 | Babel: Simplify auth expiration | Ondrej Zajicek (work) |
2021-06-06 | Babel: Add MAC authentication support - update | Ondrej Zajicek (work) |
2021-06-06 | Babel: Add MAC authentication support | Toke Høiland-Jørgensen |
2021-06-06 | Babel: Refactor TLV parsing code for easier reuse | Toke Høiland-Jørgensen |
2021-06-01 | BGP: Ensure that freed neighbor entry is not accessed | Ondrej Zajicek (work) |
2021-05-30 | Babel: Seqno requests are properly decoupled from neighbors when the underlyi... | Maria Matejka |
2021-05-26 | OSPF: Fix OSPFv3 in IPv4 mode with multiple areas | Ondrej Zajicek (work) |
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) |