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
*
build: Bump version to 1.0.6.1
v1.0.6.1
1.0.6.y
Pablo Neira Ayuso
2025-09-02
1
-1
/
+1
*
src: mnl: always dump all netdev hooks if no interface name was given
Florian Westphal
2025-09-01
4
-7
/
+159
*
src: mnl: prepare for listing all device netdev device hooks
Florian Westphal
2025-09-01
1
-3
/
+26
*
src: drop obsolete hook argument form hook dump functions
Florian Westphal
2025-09-01
3
-19
/
+15
*
src: mnl: make family specification more strict when listing
Florian Westphal
2025-09-01
1
-29
/
+24
*
src: mnl: clean up hook listing code
Florian Westphal
2025-09-01
1
-63
/
+35
*
src: remove decnet support
Florian Westphal
2025-09-01
3
-100
/
+0
*
src: remove utf-8 character in printf lines
Florian Westphal
2025-09-01
2
-12
/
+12
*
mergesort: avoid cloning value in expr_msort_cmp()
Thomas Haller
2025-09-01
1
-16
/
+15
*
rule: fix "const static" declaration
Thomas Haller
2025-09-01
1
-2
/
+2
*
cache: chain listing implicitly sets on terse option
Pablo Neira Ayuso
2025-09-01
1
-0
/
+4
*
INSTALL: provide examples to install python bindings
Pablo Neira Ayuso
2025-09-01
1
-3
/
+9
*
json: use strtok_r() instead of strtok()
Thomas Haller
2025-09-01
1
-2
/
+3
*
py: fix exception during cleanup of half-initialized Nftables
Thomas Haller
2025-09-01
1
-1
/
+5
*
py: add pyproject.toml to support PEP-517-compatible build-systems
Jeremy Sowden
2025-09-01
3
-2
/
+6
*
py: use setup.cfg to configure setuptools
Jeremy Sowden
2025-09-01
3
-22
/
+27
*
py: move package source into src directory
Jeremy Sowden
2025-09-01
5
-2
/
+2
*
rule: allow src/dstnat prios in input and output
Florian Westphal
2025-09-01
1
-2
/
+4
*
py: remove setup.py integration with autotools
Pablo Neira Ayuso
2025-09-01
4
-57
/
+9
*
update INSTALL file
Pablo Neira Ayuso
2025-09-01
1
-12
/
+29
*
mnl: set SO_SNDBUF before SO_SNDBUFFORCE
Pablo Neira Ayuso
2025-09-01
5
-5
/
+26
*
py: replace distutils with setuptools
Jose M. Guisado Gomez
2025-09-01
1
-1
/
+1
*
src: Add GPLv2+ header to .c files of recent creation
Pablo Neira Ayuso
2025-09-01
18
-29
/
+77
*
src: netlink: netlink_delinearize_table() may return NULL
Phil Sutter
2025-08-17
2
-1
/
+6
*
segtree: incorrect type when aggregating concatenated set ranges
Pablo Neira Ayuso
2025-08-13
1
-1
/
+1
*
doc: nft.8: Minor NAT STATEMENTS section review
Phil Sutter
2025-08-13
1
-6
/
+11
*
parser_bison: fix memory leak when parsing flowtable hook declaration
Florian Westphal
2025-08-13
2
-1
/
+7
*
parser_json: fix assert due to empty interface name
Florian Westphal
2025-08-13
2
-11
/
+42
*
parser_json: reject non-concat expression
Florian Westphal
2025-08-13
2
-1
/
+48
*
evaluate: maps: check element data mapping matches set data definition
Florian Westphal
2025-08-13
2
-0
/
+54
*
json: BASECHAIN flag no longer implies presence of priority expression
Florian Westphal
2025-08-13
2
-12
/
+26
*
evaluate: fix crash with invalid elements in set
Florian Westphal
2025-08-13
2
-2
/
+8
*
tests: bogons: fix missing file name when logging
Florian Westphal
2025-08-13
1
-1
/
+1
*
evaluate: check element key vs. set definition
Florian Westphal
2025-08-13
2
-7
/
+30
*
tests: monitor: enclose device names in quotes
Pablo Neira Ayuso
2025-08-13
1
-1
/
+1
*
evaluate: validate set expression type before accessing flags
Pablo Neira Ayuso
2025-08-13
1
-1
/
+2
*
rule: print chain and flowtable devices in quotes
Pablo Neira Ayuso
2025-08-13
12
-21
/
+21
*
evaluate: prevent merge of sets with incompatible keys
Florian Westphal
2025-08-13
3
-1
/
+26
*
evaluate: check that set type is identical before merging
Florian Westphal
2025-08-13
3
-2
/
+52
*
evaluate: avoid double-free on error handling of bogus objref maps
Florian Westphal
2025-08-13
2
-1
/
+11
*
evaluate: make sure chain jump name comes with a null byte
Florian Westphal
2025-08-13
2
-5
/
+24
*
json: reject too long interface names
Florian Westphal
2025-08-13
2
-2
/
+105
*
parser_bison: allow delete command with map via handle
Pablo Neira Ayuso
2025-08-13
3
-1
/
+6
*
cache: assert name is non-nul when looking up
Pablo Neira Ayuso
2025-08-13
1
-2
/
+9
*
rule: skip fuzzy lookup if object name is not available
Pablo Neira Ayuso
2025-08-13
1
-0
/
+12
*
src: BASECHAIN flag no longer implies presence of priority expression
Florian Westphal
2025-08-13
2
-6
/
+16
*
evaluate: restrict allowed subtypes of concatenations
Florian Westphal
2025-08-13
3
-1
/
+68
*
evaluate: rename recursion counter to recursion.binop
Florian Westphal
2025-08-13
2
-7
/
+11
*
test: shell: Don't use system nft binary
Yi Chen
2025-08-13
3
-4
/
+4
*
evaluate: don't BUG on unexpected base datatype
Florian Westphal
2025-08-13
2
-1
/
+13
[next]