Age | Commit message (Expand) | Author |
2022-02-06 | Nest: Avoid unnecessary net_format() in 'show route' command | Ondrej Zajicek (work) |
2022-02-06 | Nest: Add trie iteration code to 'show route' | Ondrej Zajicek (work) |
2022-02-06 | Nest: Implement 'show route in <addr>' command | Ondrej Zajicek (work) |
2022-02-06 | Nest: Attach prefix trie to rtable for faster LPM and interval queries | Ondrej Zajicek (work) |
2021-12-02 | Trie: Clarify handling of less-common net types | Ondrej Zajicek (work) |
2021-11-26 | Trie: Implement longest-prefix-match queries and walks | Ondrej Zajicek (work) |
2021-11-19 | Trie: Implement trie walking code | Ondrej Zajicek (work) |
2021-11-13 | Trie: Simplify network matching code | Ondrej Zajicek (work) |
2021-09-25 | Filter: Add prefix trie benchmarks | Ondrej Zajicek (work) |
2021-09-25 | Filter: Improve prefix trie tests | Ondrej Zajicek (work) |
2021-09-25 | Filter: Update trie documentation | Ondrej Zajicek (work) |
2021-09-25 | Filter: Fix trie test | Ondrej Zajicek (work) |
2021-09-25 | Filter: Faster prefix sets | Ondrej Zajicek (work) |
2021-06-17 | Nest: Clean up main channel handling | Ondrej Zajicek (work) |
2021-06-14 | Nest: Fix export of tmpattrs through pipes | Ondrej Zajicek (work) |
2021-06-14 | Revert "Nest: Fix export of tmpattrs through pipes" | Ondrej Zajicek (work) |
2021-06-14 | Nest: Fix export of tmpattrs through pipes | 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 |
2021-05-26 | OSPF: Fix OSPFv3 in IPv4 mode with multiple areas | Ondrej Zajicek (work) |
2021-05-20 | CI: Try different locale for Centos 7 | Ondrej Zajicek (work) |
2021-05-20 | CI: Package build for more platforms | Matous Holinka |
2021-05-19 | CI: Try utf-8 locale to workaround apkg issue | Ondrej Zajicek (work) |
2021-05-19 | CI: Build documentation where tools are available | Ondrej Zajicek (work) |
2021-05-19 | CI: Update docker images for building of documentation | Ondrej Zajicek (work) |
2021-05-19 | Pkg: Enable docs subpackage for Debian | Ondrej Zajicek (work) |
2021-05-19 | CI: Test of apkg build | Ondrej Zajicek (work) |
2021-05-19 | Tools: Improve make-dev-archive | Ondrej Zajicek (work) |
2021-05-19 | ubuntu: use any init-system-helpers | Jakub Ružička |
2021-05-19 | suse: fix bird.spec to work on SUSE | Jakub Ružička |
2021-05-19 | docs: disable docs subpackage to fix FTBFS | Jakub Ružička |
2021-05-19 | add apkg-powered upstream packaging for deb, rpm | Jakub Ružička |
2021-05-18 | Flowspec: Documentation update | Ondrej Zajicek (work) |
2021-05-18 | Flowspec: Label field should use numeric operator and not bitmask operator | Ondrej Zajicek (work) |
2021-05-18 | Flowspec: Do not use comma for bitmask operators | Ondrej Zajicek (work) |
2021-05-17 | Filter: Add MPLS label route attribute | Trisha Biswas |