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
Commit message (
Expand
)
Author
Age
Files
Lines
*
parser: permit symbolic define for 'queue num' again
Florian Westphal
2021-08-20
3
-0
/
+13
*
build: Bump version to v1.0.0
v1.0.0
Pablo Neira Ayuso
2021-08-17
2
-3
/
+3
*
netlink_delinearize: skip flags / mask notation for singleton bitmask again
Pablo Neira Ayuso
2021-08-15
4
-1
/
+31
*
evaluate: expand variable containing set into multiple mappings
Pablo Neira Ayuso
2021-08-12
3
-0
/
+46
*
tests/py: Make netns spawning more robust
Phil Sutter
2021-08-11
1
-6
/
+34
*
tcpopt: bogus assertion on undefined options
Pablo Neira Ayuso
2021-08-11
4
-1
/
+25
*
mnl: revisit hook listing
Pablo Neira Ayuso
2021-08-06
5
-120
/
+261
*
tests: py: check more flag match transformations to compact syntax
Pablo Neira Ayuso
2021-07-28
3
-0
/
+193
*
tests: py: tcp flags & (fin | syn | rst | ack) == syn
Pablo Neira Ayuso
2021-07-28
3
-0
/
+36
*
netlink_delinearize: skip flags / mask notation for singleton bitmask
Pablo Neira Ayuso
2021-07-28
4
-0
/
+39
*
tests: py: idempotent tcp flags & syn != 0 to tcp flag syn
Pablo Neira Ayuso
2021-07-27
3
-0
/
+25
*
evaluate: disallow negation with binary operation
Pablo Neira Ayuso
2021-07-27
2
-6
/
+11
*
netlink_linearize: incorrect netlink bytecode with binary operation and flags
Pablo Neira Ayuso
2021-07-27
4
-15
/
+93
*
expression: missing != in flagcmp expression print function
Pablo Neira Ayuso
2021-07-27
4
-1
/
+40
*
tests: py: missing json update for numeric reject with icmp numeric
Pablo Neira Ayuso
2021-07-27
3
-0
/
+30
*
tests: py: update new reject with icmp code syntax leftover
Pablo Neira Ayuso
2021-07-27
3
-15
/
+15
*
evaluate: error reporting for missing statements in set/map declaration
Pablo Neira Ayuso
2021-07-26
1
-3
/
+5
*
src: promote 'reject with icmp CODE' syntax
Pablo Neira Ayuso
2021-07-26
17
-236
/
+256
*
parser_bison: parse number as reject icmp code
Pablo Neira Ayuso
2021-07-26
7
-20
/
+32
*
parser_bison: stateful statement support in map
Pablo Neira Ayuso
2021-07-26
3
-0
/
+50
*
tests: shell: Fix bogus testsuite failure with 100Hz
Phil Sutter
2021-07-26
1
-2
/
+2
*
src: expose nft_ctx_clear_vars as API
Pablo Neira Ayuso
2021-07-24
3
-1
/
+5
*
src: fix nft_ctx_clear_include_paths in libnftables.map
Pablo Neira Ayuso
2021-07-24
1
-1
/
+1
*
parser_json: inconditionally initialize ct timeout list
Pablo Neira Ayuso
2021-07-22
1
-1
/
+1
*
parser_bison: missing initialization of ct timeout policy list
Pablo Neira Ayuso
2021-07-22
1
-0
/
+2
*
tests: py: add dnat to port without defining destination address
Pablo Neira Ayuso
2021-07-22
3
-0
/
+28
*
libnftables: missing nft_ctx_add_var() symbol map update
Pablo Neira Ayuso
2021-07-21
1
-0
/
+4
*
evaluate: fix inet nat with no layer 3 info
Pablo Neira Ayuso
2021-07-20
1
-2
/
+3
*
src: add --define key=value
Pablo Neira Ayuso
2021-07-20
7
-1
/
+158
*
tests: py: extend coverage for dnat with classic range representation
Pablo Neira Ayuso
2021-07-14
2
-0
/
+43
*
src: support for nat with interval concatenation
Pablo Neira Ayuso
2021-07-13
11
-41
/
+303
*
src: infer NAT mapping with concatenation from set
Pablo Neira Ayuso
2021-07-13
7
-21
/
+56
*
src: remove STMT_NAT_F_INTERVAL flags and interval keyword
Pablo Neira Ayuso
2021-07-13
9
-35
/
+6
*
netlink_delinearize: stmt and expr error path memleaks
Pablo Neira Ayuso
2021-07-13
1
-10
/
+10
*
build: get `make distcheck` to pass again
Duncan Roe
2021-07-05
1
-0
/
+1
*
netlink_delinarize: don't check for set element if set is not populated
Florian Westphal
2021-06-30
2
-0
/
+14
*
cmd: incorrect error reporting when table declaration exists
Pablo Neira Ayuso
2021-06-29
1
-0
/
+4
*
cmd: incorrect table location in error reporting
Pablo Neira Ayuso
2021-06-29
1
-8
/
+8
*
rule: obj_free() releases timeout state string
Pablo Neira Ayuso
2021-06-23
1
-0
/
+1
*
parser_bison: memleak in rate limit parser
Pablo Neira Ayuso
2021-06-23
1
-0
/
+1
*
parser_bison: string memleak in YYERROR path
Pablo Neira Ayuso
2021-06-23
1
-0
/
+3
*
libnftables: fix memleak when first message in batch is used to report error
Pablo Neira Ayuso
2021-06-23
1
-0
/
+6
*
evaluate: fix maps with key and data concatenations
Pablo Neira Ayuso
2021-06-23
3
-6
/
+74
*
src: queue: allow use of MAP statement for queue number retrieval
Florian Westphal
2021-06-21
5
-2
/
+49
*
tests: extend queue testcases for new sreg support
Florian Westphal
2021-06-21
3
-0
/
+82
*
src: queue: allow use of arbitrary queue expressions
Florian Westphal
2021-06-21
6
-25
/
+93
*
parser: new queue flag input format
Florian Westphal
2021-06-21
4
-11
/
+19
*
parser: add queue_stmt_compat
Florian Westphal
2021-06-21
1
-8
/
+11
*
src: add queue expr and flags to queue_stmt_alloc
Florian Westphal
2021-06-21
5
-22
/
+25
*
parser: restrict queue num expressiveness
Florian Westphal
2021-06-21
1
-1
/
+7
[next]