Age | Commit message (Expand) | Author |
2022-05-04 | Filter: Bitfield eattrs reading / writing moved to filter code | Maria Matejka |
2022-05-04 | Filter operations: bitwise AND and OR | Maria Matejka |
2022-05-04 | Implicit ROA check converted to explicit filter instruction sequence | Maria Matejka |
2022-05-04 | Fixed spurious undef of route attributes | Alexander Zubkov |
2022-04-06 | Unsetting route attributes without messing with type system | Maria Matejka |
2022-04-06 | Eattr flags (originated and fresh) get their own struct fields | Maria Matejka |
2022-03-09 | Merge commit 'e42eedb9' into haugesund | Maria Matejka |
2022-03-09 | Merge commit '5cff1d5f' into haugesund | Maria Matejka |
2022-03-02 | Replaced custom linpools in tests for the common tmp_linpool | Maria Matejka |
2022-03-02 | Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesund | Maria Matejka |
2022-02-06 | Merge branch 'oz-trie-table' | Ondrej Zajicek (work) |
2022-02-06 | Trie: Fix trie format | Ondrej Zajicek (work) |
2022-02-06 | Trie: Add prefix counter | Ondrej Zajicek (work) |
2022-01-05 | Conf: Fix parsing full-length IPv6 addresses | Ondrej Zajicek (work) |
2021-12-28 | Filter: Add operators to find minimum and maximum element of sets | Alexander Zubkov |
2021-12-28 | Filter: Add operators to pick community components | Alexander Zubkov |
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-10-13 | Route: moved rte_src pointer from rta to rte | Maria Matejka |
2021-10-13 | Dropping the RTS_DUMMY temporary route storage. | Maria Matejka |
2021-10-13 | Preference moved to RTA and set explicitly in protocols | Maria Matejka |
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-09-10 | Reducing filter stack size to allow for lesser thread stack size | Maria Matejka |
2021-09-10 | Filter: Additional consistency checks | Maria Matejka |
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 |
2021-03-15 | Filter: Update 'gw' to handle IPv6 link-local addresses | Ondrej Zajicek (work) |
2021-02-07 | Filter: Recursive filter iteration code | Ondrej Zajicek (work) |
2020-12-28 | Filter: Fix return on top-level | Ondrej Zajicek (work) |
2020-12-02 | Filter: Add 'weight' route attribute | Ondrej Zajicek (work) |
2020-11-24 | Minor cleanups with cfg_allocz() | Ondrej Zajicek (work) |
2020-06-28 | Filter: Improve handling of sets in BGP path masks | Kazuki Yamaguchi |
2020-06-28 | Filter: Fix comparison of BGP path mask | Kazuki Yamaguchi |
2020-05-18 | Nest: Implement BGP path mask loop operator | Ondrej Zajicek (work) |
2020-05-02 | Filter: Remove quitbird command | Ondrej Zajicek (work) |
2020-05-01 | Filter: Don't alloc varargs array if its length would be zero | Maria Matejka |
2020-05-01 | Filter: Removed forgotten dead code | Maria Matejka |
2020-04-28 | Filter: fixed omitted overflow check in EC constructor | Maria Matejka |
2020-04-09 | Configuration strings are constant. | Maria Matejka |
2020-03-26 | Filter: Remove mixed address tests and fix formatting | Ondrej Zajicek (work) |
2020-03-26 | Filter: Optimize IPv4 prefix sets | Ondrej Zajicek (work) |
2020-01-07 | Filter: Fix typecheck for AND/OR. | Ondrej Zajicek (work) |
2019-12-17 | Test: Improve filter_test | Ondrej Zajicek (work) |