| Commit message (Expand) | Author | Age | Files | Lines |
* | intervals: Do not sort cached set elements over and over again | Phil Sutter | 2022-06-19 | 1 | -0/+1 |
* | rule: collapse set element commands | Pablo Neira Ayuso | 2022-06-19 | 2 | -0/+4 |
* | Revert "scanner: flags: move to own scope" | Florian Westphal | 2022-06-10 | 1 | -1/+0 |
* | intervals: support to partial deletion with automerge | Pablo Neira Ayuso | 2022-04-13 | 2 | -0/+3 |
* | intervals: add support to automerge with kernel elements | Pablo Neira Ayuso | 2022-04-13 | 1 | -1/+2 |
* | mnl: update mnl_nft_setelem_del() to allow for more reuse | Pablo Neira Ayuso | 2022-04-13 | 1 | -1/+2 |
* | src: remove rbtree datastructure | Pablo Neira Ayuso | 2022-04-13 | 2 | -99/+0 |
* | src: replace interval segment tree overlap and automerge | Pablo Neira Ayuso | 2022-04-13 | 4 | -4/+12 |
* | src: add EXPR_F_KERNEL to identify expression in the kernel | Pablo Neira Ayuso | 2022-04-13 | 1 | -0/+2 |
* | include: add missing `#include` | Jeremy Sowden | 2022-04-05 | 1 | -0/+1 |
* | src: allow to use typeof of raw expressions in set declaration | Pablo Neira Ayuso | 2022-03-29 | 2 | -0/+3 |
* | scanner: dup, fwd, tproxy: Move to own scopes | Phil Sutter | 2022-03-01 | 1 | -0/+3 |
* | scanner: meta: Move to own scope | Phil Sutter | 2022-03-01 | 1 | -0/+1 |
* | scanner: at: Move to own scope | Phil Sutter | 2022-03-01 | 1 | -0/+1 |
* | scanner: nat: Move to own scope | Phil Sutter | 2022-03-01 | 1 | -0/+1 |
* | scanner: policy: move to own scope | Phil Sutter | 2022-03-01 | 1 | -0/+1 |
* | scanner: flags: move to own scope | Phil Sutter | 2022-03-01 | 1 | -0/+1 |
* | scanner: reject: Move to own scope | Phil Sutter | 2022-03-01 | 1 | -0/+1 |
* | scanner: import, export: Move to own scopes | Phil Sutter | 2022-03-01 | 1 | -0/+2 |
* | scanner: reset: move to own Scope | Phil Sutter | 2022-03-01 | 1 | -0/+1 |
* | scanner: monitor: Move to own Scope | Phil Sutter | 2022-03-01 | 1 | -0/+1 |
* | scanner: type: Move to own scope | Phil Sutter | 2022-03-01 | 1 | -0/+1 |
* | scanner: dst, frag, hbh, mh: Move to own scopes | Phil Sutter | 2022-03-01 | 1 | -0/+4 |
* | scanner: ah, esp: Move to own scopes | Phil Sutter | 2022-03-01 | 1 | -0/+2 |
* | scanner: osf: Move to own scope | Phil Sutter | 2022-03-01 | 1 | -0/+1 |
* | scanner: dccp, th: Move to own scopes | Phil Sutter | 2022-03-01 | 1 | -0/+2 |
* | scanner: udp{,lite}: Move to own scope | Phil Sutter | 2022-03-01 | 1 | -0/+2 |
* | scanner: comp: Move to own scope. | Phil Sutter | 2022-03-01 | 1 | -0/+1 |
* | scanner: synproxy: Move to own scope | Phil Sutter | 2022-03-01 | 1 | -0/+1 |
* | scanner: igmp: Move to own scope | Phil Sutter | 2022-03-01 | 1 | -0/+1 |
* | scanner: icmp{,v6}: Move to own scope | Phil Sutter | 2022-03-01 | 1 | -0/+1 |
* | src: add tcp option reset support | Florian Westphal | 2022-02-28 | 2 | -0/+11 |
* | json: add flow statement json export + parser | Florian Westphal | 2022-02-07 | 1 | -0/+2 |
* | src: store more than one payload dependency | Jeremy Sowden | 2022-01-15 | 1 | -7/+6 |
* | src: add a helper that returns a payload dependency for a particular base | Jeremy Sowden | 2022-01-15 | 1 | -0/+2 |
* | src: 'nft list chain' prints anonymous chains correctly | Pablo Neira Ayuso | 2022-01-15 | 2 | -0/+4 |
* | src: do not use the nft_cache_filter object from mnl.c | Pablo Neira Ayuso | 2022-01-15 | 1 | -1/+1 |
* | src: add ruleset optimization infrastructure | Pablo Neira Ayuso | 2022-01-15 | 2 | -0/+10 |
* | src: error reporting with -f and read from stdin | Pablo Neira Ayuso | 2022-01-15 | 1 | -0/+2 |
* | erec: expose print_location() and line_location() | Pablo Neira Ayuso | 2022-01-15 | 2 | -1/+5 |
* | ipopt: drop unused 'ptr' argument | Florian Westphal | 2021-12-07 | 1 | -1/+1 |
* | cache: Support filtering for a specific flowtable | Phil Sutter | 2021-12-03 | 2 | -1/+3 |
* | cache: Filter set list on server side | Phil Sutter | 2021-12-03 | 1 | -1/+1 |
* | cache: Filter chain list on kernel side | Phil Sutter | 2021-12-03 | 1 | -1/+2 |
* | cache: Filter rule list on kernel side | Phil Sutter | 2021-12-03 | 1 | -2/+2 |
* | cache: Filter tables on kernel side | Phil Sutter | 2021-12-03 | 2 | -2/+3 |
* | exthdr: fix tcpopt_find_template to use length after mask adjustment | Florian Westphal | 2021-12-01 | 1 | -2/+2 |
* | mptcp: add subtype matching | Florian Westphal | 2021-12-01 | 1 | -0/+1 |
* | tcpopt: add md5sig, fastopen and mptcp options | Florian Westphal | 2021-12-01 | 1 | -0/+8 |
* | scanner: add tcp flex scope | Florian Westphal | 2021-12-01 | 1 | -0/+1 |