summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* evaluate: init cmd pointer for new on-stack contextFlorian Westphal2022-03-042-0/+7
* optimize: do not assume log prefixPablo Neira Ayuso2022-03-043-3/+14
* optimize: do not merge unsupported statement expressionsPablo Neira Ayuso2022-03-031-0/+21
* optimize: incorrect assert() for unexpected expression typePablo Neira Ayuso2022-03-031-3/+3
* optimize: more robust statement merge with vmapPablo Neira Ayuso2022-03-033-3/+18
* optimize: fix vmap with anonymous setsPablo Neira Ayuso2022-03-033-2/+14
* scanner: Fix for ipportmap nat statementsPhil Sutter2022-03-021-1/+1
* scanner: dup, fwd, tproxy: Move to own scopesPhil Sutter2022-03-013-7/+16
* scanner: meta: Move to own scopePhil Sutter2022-03-013-7/+10
* scanner: at: Move to own scopePhil Sutter2022-03-013-10/+15
* scanner: nat: Move to own scopePhil Sutter2022-03-013-15/+20
* scanner: policy: move to own scopePhil Sutter2022-03-013-6/+11
* scanner: flags: move to own scopePhil Sutter2022-03-013-20/+26
* scanner: reject: Move to own scopePhil Sutter2022-03-013-4/+9
* scanner: import, export: Move to own scopesPhil Sutter2022-03-013-7/+15
* scanner: reset: move to own ScopePhil Sutter2022-03-013-6/+11
* scanner: monitor: Move to own ScopePhil Sutter2022-03-013-7/+14
* scanner: rt: Extend scope over rt0, rt2 and srhPhil Sutter2022-03-012-9/+9
* scanner: type: Move to own scopePhil Sutter2022-03-013-36/+45
* scanner: dst, frag, hbh, mh: Move to own scopesPhil Sutter2022-03-013-19/+41
* scanner: ah, esp: Move to own scopesPhil Sutter2022-03-013-8/+16
* scanner: osf: Move to own scopePhil Sutter2022-03-013-6/+13
* scanner: dccp, th: Move to own scopesPhil Sutter2022-03-013-8/+18
* scanner: udp{,lite}: Move to own scopePhil Sutter2022-03-013-7/+16
* scanner: comp: Move to own scope.Phil Sutter2022-03-013-4/+9
* scanner: synproxy: Move to own scopePhil Sutter2022-03-013-14/+22
* scanner: tcp: Move to own scopePhil Sutter2022-03-012-26/+36
* scanner: igmp: Move to own scopePhil Sutter2022-03-013-4/+10
* scanner: icmp{,v6}: Move to own scopePhil Sutter2022-03-013-14/+19
* src: add tcp option reset supportFlorian Westphal2022-02-2813-2/+156
* build: explicitly pass --version-script to linkerSam James2022-02-251-1/+1
* libnftables.map: export new nft_ctx_{get,set}_optimize APISam James2022-02-251-2/+2
* tests: add test case for flowtable with owner flagFlorian Westphal2022-02-221-0/+22
* examples: compile with `make check' and add AM_CPPFLAGSPablo Neira Ayuso2022-02-221-1/+3
* build: missing SUBIRS updatev1.0.2Pablo Neira Ayuso2022-02-211-1/+2
* build: Bump version to 1.0.2Pablo Neira Ayuso2022-02-211-2/+2
* scanner: rt: Move seg-left keyword into scopePhil Sutter2022-02-201-1/+1
* scanner: Some time units are only used in limit scopePhil Sutter2022-02-201-3/+5
* scanner: Move 'maps' keyword into list cmd scopePhil Sutter2022-02-201-1/+1
* tests: py: Test connlimit statementPhil Sutter2022-02-203-0/+30
* segtree: memleak get element commandPablo Neira Ayuso2022-02-171-0/+2
* netlink: check key is EXPR_CONCAT before accessing fieldPablo Neira Ayuso2022-02-171-1/+2
* examples: load ruleset from JSONPablo Neira Ayuso2022-02-173-1/+75
* examples: add libnftables example programPablo Neira Ayuso2022-02-173-0/+38
* parser_json: permit empty device listFlorian Westphal2022-02-071-10/+13
* parser_json: fix flowtable device datatypeFlorian Westphal2022-02-071-2/+6
* json: add flow statement json export + parserFlorian Westphal2022-02-074-0/+33
* doc: add undefine and redefine keywordsPierre Ducroquet2022-02-071-0/+6
* iface: handle EINTR case when creating the cachePablo Neira Ayuso2022-01-281-12/+38
* optimize: do not merge raw payload expressionsPablo Neira Ayuso2022-01-261-0/+3