index
:
nftables
1.0.6.y
master
nft command line tool
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
optimize: expand implicit set element when merging into concatenation
Pablo Neira Ayuso
2022-08-30
2
-0
/
+31
*
src: Don't parse string as verdict in map
Xiao Liang
2022-08-19
1
-0
/
+21
*
optimize: check for mergeable rules
Pablo Neira Ayuso
2022-08-11
2
-0
/
+28
*
optimize: merging concatenation is unsupported
Pablo Neira Ayuso
2022-08-11
2
-0
/
+2
*
tests: shell: check for a tainted kernel
Florian Westphal
2022-08-11
1
-0
/
+16
*
concat with dynamically sized fields like vlan id
Michael Braun
2022-08-11
2
-0
/
+18
*
tests/py: disable arp family for queue statement
Pablo Neira Ayuso
2022-08-09
1
-1
/
+0
*
src: allow anon set concatenation with ether and vlan
Florian Westphal
2022-08-05
4
-0
/
+69
*
evaluate: search stacked header list for matching payload dep
Florian Westphal
2022-08-05
4
-0
/
+95
*
netlink_delinearize: also postprocess OP_AND in set element context
Florian Westphal
2022-08-05
1
-0
/
+14
*
tests: add a test case for ether and vlan listing
Florian Westphal
2022-08-05
2
-0
/
+20
*
parser_json: fix device parsing in netdev family
Pablo Neira Ayuso
2022-08-02
1
-0
/
+19
*
rule: crash when uncollapsing command with unexisting table or set
Pablo Neira Ayuso
2022-07-07
1
-0
/
+12
*
evaluate: report missing interval flag when using prefix/range in concatenation
Pablo Neira Ayuso
2022-07-07
1
-0
/
+16
*
scanner: allow prefix in ip6 scope
Florian Westphal
2022-07-07
2
-0
/
+12
*
segtree: fix map listing with interface wildcard
Pablo Neira Ayuso
2022-06-27
1
-0
/
+11
*
tests/py: Add a test for failing ipsec after counter
Phil Sutter
2022-06-27
3
-0
/
+29
*
evaluate: fix segfault when adding elements to invalid set
Peter Tirsek
2022-06-27
1
-0
/
+11
*
intervals: check for EXPR_F_REMOVE in case of element mismatch
Pablo Neira Ayuso
2022-06-23
1
-2
/
+18
*
intervals: fix crash when trying to remove element in empty set
Pablo Neira Ayuso
2022-06-23
1
-0
/
+14
*
libnftables: release top level scope
Pablo Neira Ayuso
2022-06-23
1
-0
/
+15
*
optimize: assume verdict is same when rules have no verdict
Pablo Neira Ayuso
2022-06-23
2
-0
/
+17
*
optimize: only merge OP_IMPLICIT and OP_EQ relational
Pablo Neira Ayuso
2022-06-23
2
-0
/
+18
*
tests: shell: run -c -o on ruleset
Pablo Neira Ayuso
2022-06-23
1
-0
/
+168
*
optimize: add unsupported statement
Pablo Neira Ayuso
2022-06-23
2
-0
/
+21
*
optimize: fix reject statement
Pablo Neira Ayuso
2022-06-23
2
-0
/
+22
*
optimize: remove comment after merging
Pablo Neira Ayuso
2022-06-23
1
-3
/
+3
*
optimize: do not merge rules with set reference in rhs
Pablo Neira Ayuso
2022-06-23
2
-0
/
+57
*
intervals: do not report exact overlaps for new elements
Pablo Neira Ayuso
2022-06-19
1
-0
/
+22
*
tests: shell: runtime set element automerge
Pablo Neira Ayuso
2022-06-13
1
-0
/
+64
*
Revert "scanner: flags: move to own scope"
Florian Westphal
2022-06-10
1
-0
/
+10
*
tests: shell: remove leftover modules on cleanup
Pablo Neira Ayuso
2022-06-02
1
-0
/
+1
*
evaluate: reset ctx->set after set interval evaluation
Pablo Neira Ayuso
2022-06-01
2
-0
/
+28
*
tests: shell: sets_with_ifnames release netns on exit
Pablo Neira Ayuso
2022-06-01
1
-0
/
+1
*
optimize: segfault when releasing unsupported statement
Pablo Neira Ayuso
2022-06-01
2
-0
/
+12
*
sets_with_ifnames: add test case for concatenated range
Florian Westphal
2022-05-09
2
-24
/
+94
*
optimize: merge nat rules with same selectors into map
Pablo Neira Ayuso
2022-05-03
2
-0
/
+59
*
optimize: incorrect logic in verdict comparison
Pablo Neira Ayuso
2022-05-03
1
-1
/
+1
*
tests: add concat test case with integer base type subkey
Florian Westphal
2022-04-18
4
-0
/
+30
*
intervals: add support to automerge with kernel elements
Pablo Neira Ayuso
2022-04-13
2
-0
/
+37
*
segtree: add support for get element with sets that contain ifnames
Florian Westphal
2022-04-13
1
-1
/
+20
*
tests: add testcases for interface names in sets
Florian Westphal
2022-04-13
2
-0
/
+111
*
tests: py: Add meta time tests without 'meta' keyword
Martin Gignac
2022-04-10
3
-0
/
+52
*
tests: py: Don't colorize output if stderr is redirected
Phil Sutter
2022-04-08
1
-1
/
+1
*
tests: monitor: Hide temporary file names from error output
Phil Sutter
2022-04-08
1
-2
/
+2
*
tests: py: extend meta time coverage
Pablo Neira Ayuso
2022-04-08
3
-0
/
+52
*
tests: py: add inet/vmap tests
Pablo Neira Ayuso
2022-03-29
4
-0
/
+222
*
optimize: Restore optimization for raw payload expressions
Pablo Neira Ayuso
2022-03-29
2
-0
/
+63
*
src: allow to use integer type header fields via typeof set declaration
Pablo Neira Ayuso
2022-03-29
2
-0
/
+47
*
src: allow to use typeof of raw expressions in set declaration
Pablo Neira Ayuso
2022-03-29
4
-0
/
+60
[prev]
[next]