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
*
netlink: dynset: set compound expr dtype based on set key definition
Florian Westphal
2021-09-29
3
-1
/
+73
*
payload: don't adjust offsets of autogenerated dependency expressions
Florian Westphal
2021-09-29
6
-1
/
+58
*
netlink: reset temporary set element stmt list after list splice
Pablo Neira Ayuso
2021-09-16
3
-1
/
+28
*
doc: fix synopsis of named counter, quota and ct {helper,timeout,expect}
Pablo Neira Ayuso
2021-09-16
2
-9
/
+61
*
tests: py: update ct expiration
Pablo Neira Ayuso
2021-09-15
1
-3
/
+3
*
src: revert hashtable for expression handlers
Pablo Neira Ayuso
2021-09-15
3
-35
/
+10
*
doc: nfnetlink_log allows one single process through unicast
Pablo Neira Ayuso
2021-09-09
1
-5
/
+5
*
netlink: rework range_expr_to_prefix()
Pablo Neira Ayuso
2021-09-09
4
-30
/
+148
*
meta: skip -T for hour and date format
Pablo Neira Ayuso
2021-09-09
1
-24
/
+9
*
src: Check range bounds before converting to prefix
Xiao Liang
2021-09-06
1
-6
/
+9
*
doc: refer to ulogd manpage
Pablo Neira Ayuso
2021-09-06
1
-2
/
+3
*
doc: libnflog handles `log group`, not libnfq
Duncan Roe
2021-09-06
1
-1
/
+1
*
doc: Missing NFT_CTX_OUTPUT_NUMERIC_SYMBOL in libnftables documentation
Pablo Neira Ayuso
2021-09-06
1
-0
/
+1
*
include: add NFT_CTX_OUTPUT_NUMERIC_TIME to NFT_CTX_OUTPUT_NUMERIC_ALL
Pablo Neira Ayuso
2021-09-06
1
-1
/
+2
*
datatype: time_print() ignores -T
Pablo Neira Ayuso
2021-09-06
1
-0
/
+5
*
rule: remove redundant meta protocol from the evaluation step
Pablo Neira Ayuso
2021-09-03
5
-29
/
+56
*
netlink_delinearize: incorrect meta protocol dependency kill again
Pablo Neira Ayuso
2021-09-03
3
-45
/
+151
*
parser_json: Fix error reporting for invalid syntax
Phil Sutter
2021-09-01
1
-10
/
+8
*
netlink_delinearize: incorrect meta protocol dependency kill
Pablo Neira Ayuso
2021-08-26
13
-3
/
+272
*
cache: provide a empty list for flowtables and objects when request fails
Pablo Neira Ayuso
2021-08-26
1
-16
/
+20
*
cache: skip set element netlink dump for add/delete element command
Pablo Neira Ayuso
2021-08-26
2
-2
/
+15
*
tests: monitor: Continue on error
Phil Sutter
2021-08-24
1
-10
/
+23
*
tests: monitor: Print errors to stderr
Phil Sutter
2021-08-24
1
-10
/
+17
*
tests: json_echo: Print errors to stderr
Phil Sutter
2021-08-24
1
-7
/
+7
*
src: Optimize prefix match only if is big-endian
Xiao Liang
2021-08-23
4
-1
/
+29
*
tests: shell: add nft-f/0022variables_0 dump file
Pablo Neira Ayuso
2021-08-20
2
-5
/
+14
*
src: queue: consolidate queue statement syntax
Pablo Neira Ayuso
2021-08-20
7
-24
/
+132
*
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
[next]