Age | Commit message (Expand) | Author |
2022-06-27 | Filter: Improve handling of stack frames in filter bytecode | Ondrej Zajicek (work) |
2019-12-09 | Filter: Add support for src/dst accessors for Flowspec and SADR | Ondrej Zajicek (work) |
2019-11-05 | Filter: Improve typecheck error messages | Ondrej Zajicek (work) |
2019-09-24 | Filter: Fix eval command | Ondrej Zajicek (work) |
2019-07-15 | Filter: Simpler filter context allocation | Maria Matejka |
2019-07-15 | Filter: Converted FI_PRINT and FI_PATHMASK_CONSTRUCT to VARARG | Maria Matejka |
2019-07-15 | Filter: lots of documentation | Maria Matejka |
2019-07-15 | Filter: Don't fail badly when trying to access non-existent route in config time | Maria Matejka |
2019-07-10 | Filter: Minor cleanups | Ondrej Zajicek (work) |
2019-07-03 | Filter: CLI command to dump all the linearized filters | Maria Matejka |
2019-07-02 | Filter: Pre-evaluation of constant expressions | Maria Matejka |
2019-06-19 | Revert "Filter: Dropped the setter instructions in favor of direct result sto... | Maria Matejka |
2019-06-13 | Filter: removal of semantically insane consts in filter_commit | Maria Matejka |
2019-06-03 | Filter: Dropped the setter instructions in favor of direct result storage. | Maria Matejka |
2019-05-30 | Filter: Just a little comments in filter structure | Maria Matejka |
2019-05-29 | Filter: Stacks moved to thread-local storage if available. | Maria Matejka |
2019-05-23 | Filters: If somebody doesn't like _Thread_local, don't fail for now, just be ... | Jan Maria Matejka |
2019-05-21 | Filter: Store variables and function arguments on stack | Jan Maria Matejka |
2019-05-20 | Filter: Making the filter state thread local. | Jan Maria Matejka |
2019-02-26 | Filters: comparison of functions and filters caching | Maria Matejka |
2019-02-20 | Filter: Interpreter merged into the common m4 generator. | Maria Matejka |
2019-02-20 | Filter: More cleanup -- customized structures also in struct f_line_item | Maria Matejka |
2019-02-20 | Conf: Symbol implementation converted from void pointers to union | Maria Matejka |
2019-02-20 | Filter: merged filter compare functions into common M4 file | Maria Matejka |
2019-02-20 | Filter: Merged postfixify routine | Maria Matejka |
2019-02-20 | Filter: Merged filter line item dumpers into common generated source | Maria Matejka |
2019-02-20 | Filter: auto-generating enum-to-string | Maria Matejka |
2019-02-20 | Filter data manipulation functions separated to their file | Maria Matejka |
2019-02-20 | Filter: merged filter instruction constructors, counting line size on instruc... | Maria Matejka |
2019-02-20 | Filters: split the large filter.h file to smaller files. | Maria Matejka |
2019-02-20 | Filter: M4 convertors polished a bit. | Maria Matejka |
2019-02-20 | Filter: refactoring of instruction constructors | Maria Matejka |
2019-02-20 | Filter refactoring: dropped the recursion from the interpreter | Maria Matejka |
2019-02-20 | Filter refactoring: The instructions are converted to the switch body by M4 | Maria Matejka |
2019-02-20 | Filter refactoring: Drop the roa check specific f_inst | Maria Matejka |
2019-02-20 | Filter refactoring: Changed arguments from separate unions to an array | Maria Matejka |
2019-02-20 | Filter refactoring: Converted condition to three-args instruction | Maria Matejka |
2019-02-20 | Filter refactoring: Some instructions eat up excessively much space. | Maria Matejka |
2019-02-20 | Filter refactoring: indentation fix | Maria Matejka |
2019-02-20 | Filter refactoring: The values are now saved on a custom stack. | Jan Maria Matejka |
2019-02-20 | Filter refactoring: Passing the resulting struct f_val as a pointer. | Jan Maria Matejka |
2019-02-20 | Filter refactoring: Moved filter instruction definition to a separate file | Jan Maria Matejka |
2019-02-20 | Filter refactoring: Moved the bitfield bit position formula to route.h | Jan Maria Matejka |
2019-02-20 | Filter refactoring: Moved the interpret macros inside the block | Jan Maria Matejka |
2019-02-20 | Filter: Converted static global variables to a filter_state struct. | Jan Maria Matejka |
2018-12-06 | Custom route attributes | Maria Matejka |
2018-11-05 | Filter: Make ifname attribute modifiable | Ondrej Zajicek (work) |
2018-10-25 | Filter: Fix minor bug in accessing bgp_path | Ondrej Zajicek (work) |
2018-06-27 | Nest: Neighbor cache cleanups | Ondrej Zajicek (work) |
2018-06-19 | Filter: fixed eattr cached pointer | Jan Maria Matejka |