Age | Commit message (Expand) | Author |
2021-11-09 | Recursive route nexthop updates now announced with valid new_best/old_best in... | 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-11-09 | Extended route trace: logging Path Identifiers | Maria Matejka |
2021-10-13 | Dropping the unused rte_same hook | Maria Matejka |
2021-10-13 | Dropping rte-local dumper entries | 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 | Kernel: Convert the rte-local attributes to extended attributes and flags to ... | 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 | Extended route attributes may include also pointers | 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 | Export table: Delay freeing of old stored route. | Maria Matejka |
2021-10-13 | There may be a symbol with NULL protocol when reconfiguring | Maria Matejka |
2021-10-13 | Show route may be accidentally called on shutdown also when not all default t... | Maria Matejka |
2021-10-13 | fixup! Multipage allocation | Maria Matejka |
2021-10-13 | Multipage allocation | Maria Matejka |
2021-10-13 | CLI socket accept() may also fail and should produce some message, not a core... | Maria Matejka |
2021-10-13 | OSPF: explicitly stop the periodic tick on shutdown to avoid recalculation races | Maria Matejka |
2021-10-13 | Linpools may use pages instead of xmalloc | Maria Matejka |
2021-10-13 | fixup! Bound allocated pages to resource pools with page caches to avoid unne... | Maria Matejka |
2021-09-10 | Bound allocated pages to resource pools with page caches to avoid unnecessary... | Maria Matejka |
2021-09-10 | Reducing filter stack size to allow for lesser thread stack size | Maria Matejka |
2021-09-10 | OSPF: Setting a list node NULL before use | Maria Matejka |
2021-09-10 | Fixed memory poisoning in slab | Maria Matejka |
2021-09-10 | Debug output uses local buffer to avoid clashes between threads. | Maria Matejka |
2021-09-10 | Filter: Additional consistency checks | Maria Matejka |
2021-09-10 | Nest: Clean up main channel handling | Ondrej Zajicek (work) |
2021-06-11 | CI: Allow Babel tests | Ondrej Zajicek (work) |
2021-06-09 | Nest: Allow both 'password' and 'key' keywords for authentication keys | Ondrej Zajicek (work) |
2021-06-09 | Babel: Simplify auth expiration | Ondrej Zajicek (work) |
2021-06-06 | Nest: Fix password list parsing code | Ondrej Zajicek (work) |
2021-06-06 | Lib: Fix static assert macro | 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-06 | Nest: Allow MAC algorithms to specify min/max key length | Toke Høiland-Jørgensen |
2021-06-06 | Nest: Allow specifying security keys as hex bytes as well as strings | Toke Høiland-Jørgensen |
2021-06-06 | Lib: Add tests for blake2s and blake2b | Toke Høiland-Jørgensen |
2021-06-06 | Lib: Add Blake2s and Blake2b hash functions | Toke Høiland-Jørgensen |
2021-06-06 | sysdep: Add wrapper to get random bytes - update | Ondrej Zajicek (work) |
2021-06-06 | sysdep: Add wrapper to get random bytes | 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 |