index
:
nftables
master
nft command line tool
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Bump version to 1.0.3
v1.0.3
Pablo Neira Ayuso
2022-05-31
1
-2
/
+2
*
nft: simplify chain lookup in do_list_chain
Chander Govindarajan
2022-05-31
1
-6
/
+2
*
intervals: fix compilation --with-mini-gmp
Pablo Neira Ayuso
2022-05-30
1
-6
/
+6
*
json: update json output ordering to place rules after chains
Chander Govindarajan
2022-05-24
1
-2
/
+5
*
netlink_delinearize: release last register on exit
Pablo Neira Ayuso
2022-05-16
1
-1
/
+1
*
sets_with_ifnames: add test case for concatenated range
Florian Westphal
2022-05-09
2
-24
/
+94
*
segtree: add pretty-print support for wildcard strings in concatenated sets
Florian Westphal
2022-05-09
1
-2
/
+36
*
netlink: swap byteorder for host-endian concat data
Florian Westphal
2022-05-09
1
-0
/
+4
*
intervals: deletion should adjust range not yet in the kernel
Pablo Neira Ayuso
2022-05-07
1
-3
/
+0
*
optimize: memleak in statement matrix
Pablo Neira Ayuso
2022-05-04
1
-0
/
+1
*
optimize: merge nat rules with same selectors into map
Pablo Neira Ayuso
2022-05-03
3
-10
/
+253
*
optimize: do not clone unsupported statement
Pablo Neira Ayuso
2022-05-03
1
-1
/
+1
*
optimize: incorrect logic in verdict comparison
Pablo Neira Ayuso
2022-05-03
2
-5
/
+7
*
src: fix always-true assertions
Florian Westphal
2022-04-26
2
-3
/
+4
*
intervals: set on EXPR_F_KERNEL flag for new elements in set cache
Pablo Neira Ayuso
2022-04-18
1
-0
/
+3
*
tests: add concat test case with integer base type subkey
Florian Westphal
2022-04-18
4
-0
/
+30
*
src: allow use of base integer types as set keys in concatenations
Florian Westphal
2022-04-18
1
-7
/
+17
*
intervals: build list of elements to be added from cache
Pablo Neira Ayuso
2022-04-18
1
-40
/
+30
*
intervals: fix deletion of multiple ranges with automerge
Pablo Neira Ayuso
2022-04-18
1
-12
/
+22
*
intervals: add elements with EXPR_F_KERNEL to purge list only
Pablo Neira Ayuso
2022-04-18
1
-3
/
+7
*
netlink: remove unused argument from helper function
Florian Westphal
2022-04-18
1
-3
/
+3
*
intervals: Simplify element sanity checks
Phil Sutter
2022-04-14
1
-16
/
+10
*
intervals: unset EXPR_F_KERNEL for adjusted elements
Pablo Neira Ayuso
2022-04-13
1
-3
/
+3
*
src: restore interval sets work with string datatypes
Pablo Neira Ayuso
2022-04-13
2
-6
/
+8
*
intervals: support to partial deletion with automerge
Pablo Neira Ayuso
2022-04-13
5
-3
/
+257
*
evaluate: allow for zero length ranges
Pablo Neira Ayuso
2022-04-13
1
-1
/
+1
*
intervals: add support to automerge with kernel elements
Pablo Neira Ayuso
2022-04-13
7
-40
/
+168
*
mnl: update mnl_nft_setelem_del() to allow for more reuse
Pablo Neira Ayuso
2022-04-13
3
-5
/
+6
*
src: remove rbtree datastructure
Pablo Neira Ayuso
2022-04-13
4
-488
/
+0
*
src: replace interval segment tree overlap and automerge
Pablo Neira Ayuso
2022-04-13
10
-667
/
+477
*
src: add EXPR_F_KERNEL to identify expression in the kernel
Pablo Neira Ayuso
2022-04-13
3
-1
/
+7
*
segtree: add support for get element with sets that contain ifnames
Florian Westphal
2022-04-13
2
-15
/
+65
*
segtree: use correct byte order for 'element get'
Florian Westphal
2022-04-13
1
-1
/
+2
*
tests: add testcases for interface names in sets
Florian Westphal
2022-04-13
2
-0
/
+111
*
segtree: add string "range" reversal support
Florian Westphal
2022-04-13
1
-6
/
+41
*
src: make interval sets work with string datatypes
Florian Westphal
2022-04-13
2
-6
/
+32
*
evaluate: string prefix expression must retain original length
Florian Westphal
2022-04-13
1
-1
/
+3
*
segtree: split prefix and range creation to a helper function
Florian Westphal
2022-04-13
1
-43
/
+52
*
evaluate: keep prefix expression length
Florian Westphal
2022-04-13
2
-0
/
+2
*
evaluate: make byteorder conversion on string base type a no-op
Florian Westphal
2022-04-13
1
-2
/
+11
*
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
*
meta: fix compiler warning in date_type_parse()
Lukas Straub
2022-04-05
1
-4
/
+6
*
meta: time: use uint64_t instead of time_t
Lukas Straub
2022-04-05
1
-1
/
+1
*
include: add missing `#include`
Jeremy Sowden
2022-04-05
1
-0
/
+1
*
examples: add .gitignore file
Jeremy Sowden
2022-04-05
1
-0
/
+5
*
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
3
-3
/
+63
[next]