summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* meta: time: use uint64_t instead of time_tLukas Straub2022-04-051-1/+1
* include: add missing `#include`Jeremy Sowden2022-04-051-0/+1
* examples: add .gitignore fileJeremy Sowden2022-04-051-0/+5
* tests: py: add inet/vmap testsPablo Neira Ayuso2022-03-294-0/+222
* optimize: Restore optimization for raw payload expressionsPablo Neira Ayuso2022-03-293-3/+63
* src: allow to use integer type header fields via typeof set declarationPablo Neira Ayuso2022-03-294-7/+57
* src: allow to use typeof of raw expressions in set declarationPablo Neira Ayuso2022-03-2912-33/+205
* expression: typeof verdict needs verdict datatypePablo Neira Ayuso2022-03-293-0/+7
* src: copy field_count for anonymous object maps as wellFlorian Westphal2022-03-213-11/+39
* rule: Avoid segfault with anonymous chainsPablo Neira Ayuso2022-03-171-0/+3
* 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