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
*
optimize: handle prefix and range when merging into set + concatenation
Pablo Neira Ayuso
2022-11-05
3
-1
/
+5
*
payload: do not kill dependency for proto_unknown
Pablo Neira Ayuso
2022-10-31
4
-2
/
+45
*
netlink_delinearize: complete payload expression in payload statement
Pablo Neira Ayuso
2022-10-31
1
-3
/
+4
*
tests: shell: deletion from interval concatenation
Pablo Neira Ayuso
2022-10-18
2
-0
/
+25
*
netlink_delinearize: do not transfer binary operation to non-anonymous sets
Pablo Neira Ayuso
2022-10-12
3
-0
/
+40
*
rule: do not display handle for implicit chain
Pablo Neira Ayuso
2022-10-07
1
-0
/
+6
*
parser_bison: display too many levels of nesting error
Pablo Neira Ayuso
2022-10-07
2
-4
/
+24
*
evaluate: datatype memleak after binop transfer
Pablo Neira Ayuso
2022-10-06
1
-1
/
+0
*
evaluate: bogus datatype assertion in binary operation evaluation
Pablo Neira Ayuso
2022-10-06
3
-1
/
+14
*
monitor: Sanitize startup race condition
Phil Sutter
2022-09-30
3
-1
/
+10
*
tests: py: add vlan test case for ip/inet family
Florian Westphal
2022-09-29
5
-0
/
+94
*
evaluate: add ethernet header size offset for implicit vlan dependency
Florian Westphal
2022-09-29
1
-1
/
+19
*
doc: mention vlan matching in ip/ip6/inet families
Florian Westphal
2022-09-28
1
-0
/
+8
*
evaluate: allow implicit ether -> vlan dep
Florian Westphal
2022-09-28
1
-0
/
+1
*
doc, src: make some spelling and grammatical improvements
Jeremy Sowden
2022-09-22
6
-16
/
+16
*
segtree: fix decomposition of unclosed intervals containing address prefixes
Jeremy Sowden
2022-09-21
3
-16
/
+50
*
segtree: refactor decomposition of closed intervals
Jeremy Sowden
2022-09-21
1
-33
/
+38
*
evaluate: un-break rule insert with intervals
Florian Westphal
2022-09-20
3
-0
/
+6
*
doc: add nft_ctx_add_var() and nft_ctx_clear_vars() docs
Fernando Fernandez Mancera
2022-09-16
1
-0
/
+11
*
py: support variables management and fix formatting
Fernando Fernandez Mancera
2022-09-16
1
-13
/
+30
*
py: extend python API to support libnftables API
Peter Collinson
2022-09-16
1
-0
/
+82
*
json: add stateful object comment support
Fernando Fernandez Mancera
2022-09-16
4
-0
/
+24
*
json: add secmark object reference support
Fernando Fernandez Mancera
2022-09-16
3
-0
/
+45
*
include: resync nf_tables.h cache copy
Pablo Neira Ayuso
2022-09-16
1
-1
/
+27
*
json: fix empty statement list output in sets and maps
Fernando Fernandez Mancera
2022-09-05
1
-29
/
+32
*
json: fix json schema version verification
Fernando Fernandez Mancera
2022-09-03
5
-7
/
+28
*
json: add table map statement support
Fernando Fernandez Mancera
2022-09-03
4
-29
/
+61
*
rule: check address family in set collapse
Derek Hageman
2022-09-01
3
-1
/
+33
*
json: add set statement list support
Fernando Fernandez Mancera
2022-09-01
4
-2
/
+67
*
tests/py: missing userdata in netlink payload
Pablo Neira Ayuso
2022-08-31
1
-3
/
+3
*
src: allow burst 0 for byte ratelimit and use it as default
Pablo Neira Ayuso
2022-08-31
7
-41
/
+44
*
expr: update EXPR_MAX and add missing comments
Florian Westphal
2022-08-30
1
-1
/
+6
*
erec: Dump locations' expressions only if set
Phil Sutter
2022-08-30
1
-0
/
+2
*
doc: nft.8: Add missing '-T' in synopsis
Phil Sutter
2022-08-30
1
-1
/
+1
*
optimize: expand implicit set element when merging into concatenation
Pablo Neira Ayuso
2022-08-30
3
-10
/
+81
*
src: Don't parse string as verdict in map
Xiao Liang
2022-08-19
3
-13
/
+23
*
optimize: check for mergeable rules
Pablo Neira Ayuso
2022-08-11
3
-1
/
+55
*
optimize: merging concatenation is unsupported
Pablo Neira Ayuso
2022-08-11
3
-0
/
+6
*
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
*
build: Bump version to 1.0.5
v1.0.5
Pablo Neira Ayuso
2022-08-09
1
-3
/
+3
*
tests/py: disable arp family for queue statement
Pablo Neira Ayuso
2022-08-09
1
-1
/
+0
*
meta: don't use non-POSIX formats in strptime()
Jo-Philipp Wich
2022-08-09
1
-4
/
+4
*
src: allow anon set concatenation with ether and vlan
Florian Westphal
2022-08-05
6
-5
/
+91
*
evaluate: search stacked header list for matching payload dep
Florian Westphal
2022-08-05
5
-6
/
+110
*
netlink_delinearize: also postprocess OP_AND in set element context
Florian Westphal
2022-08-05
3
-1
/
+19
*
tests: add a test case for ether and vlan listing
Florian Westphal
2022-08-05
2
-0
/
+20
*
debug: dump the l2 protocol stack
Florian Westphal
2022-08-05
1
-0
/
+6
*
proto: track full stack of seen l2 protocols, not just cumulative offset
Florian Westphal
2022-08-05
5
-21
/
+71
*
netlink_delinearize: postprocess binary ands in concatenations
Florian Westphal
2022-08-05
2
-5
/
+46
[next]