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
*
src: add ct expectations support
Stéphane Veyret
2019-07-16
19
-6
/
+361
*
cache: incorrect flags for create commands
Pablo Neira Ayuso
2019-07-16
3
-9
/
+31
*
evaluate: honor NFT_SET_OBJECT flag
Pablo Neira Ayuso
2019-07-16
3
-9
/
+7
*
src: use set_is_anonymous()
Pablo Neira Ayuso
2019-07-16
7
-11
/
+11
*
evaluate: missing object maps handling in list and flush commands
Pablo Neira Ayuso
2019-07-16
5
-8
/
+77
*
src: add set_is_datamap(), set_is_objmap() and set_is_map() helpers
Pablo Neira Ayuso
2019-07-16
6
-20
/
+36
*
tests: shell: make sure we test nft binary from working tree, not host
Florian Westphal
2019-07-15
1
-2
/
+0
*
proto: add pseudo th protocol to match d/sport in generic way
Florian Westphal
2019-07-15
8
-1
/
+90
*
src/ct: provide fixed data lengh sizes for ip/ip6 keys
Florian Westphal
2019-07-12
3
-4
/
+14
*
cli: remove useless #include headers
Pablo Neira Ayuso
2019-07-05
2
-7
/
+2
*
main: replace NFT_EXIT_NOMEM by EXIT_FAILURE
Pablo Neira Ayuso
2019-07-05
1
-2
/
+1
*
src: use malloc() and free() from cli and main
Pablo Neira Ayuso
2019-07-05
2
-4
/
+10
*
ipopt: missing ipopt.h and ipopt.c files
Pablo Neira Ayuso
2019-07-04
2
-0
/
+188
*
files: Add inet family nat config
Phil Sutter
2019-07-04
3
-0
/
+10
*
exthdr: add support for matching IPv4 options
Stephen Suryaputra
2019-07-04
24
-335
/
+512
*
tests: shell: update test to include reset command
Pablo Neira Ayuso
2019-07-03
2
-0
/
+9
*
mnl: remove unnecessary NLM_F_ACK flags
Pablo Neira Ayuso
2019-07-03
1
-7
/
+7
*
files: Move netdev-ingress.nft to /etc/nftables as well
Phil Sutter
2019-07-03
2
-2
/
+3
*
tests: py: fix python3
Shekhar Sharma
2019-07-01
1
-33
/
+33
*
libnftables: export public symbols only
Arturo Borrero Gonzalez
2019-07-01
6
-3
/
+84
*
libnftables: reallocate definition of nft_print() and nft_gmp_print()
Arturo Borrero Gonzalez
2019-07-01
3
-27
/
+39
*
nft: don't use xzalloc()
Arturo Borrero Gonzalez
2019-07-01
1
-1
/
+7
*
rule: print space between policy and timeout
Pablo Neira Ayuso
2019-07-01
4
-5
/
+5
*
rule: do not print semicolon in ct timeout
Pablo Neira Ayuso
2019-07-01
4
-4
/
+4
*
parser_bison: do not enforce semicolon from ct helper block
Pablo Neira Ayuso
2019-07-01
1
-1
/
+1
*
tests: shell: restore element expiration
Pablo Neira Ayuso
2019-07-01
1
-0
/
+13
*
monitor: fix double cache update with --echo
Pablo Neira Ayuso
2019-07-01
1
-1
/
+0
*
src: enable set expiration date for set elements
Laura Garcia Liebana
2019-06-28
3
-0
/
+9
*
build: avoid unnecessary call to xargs
Jan Engelhardt
2019-06-25
1
-1
/
+1
*
build: avoid recursion into py/ if not selected
Jan Engelhardt
2019-06-25
2
-5
/
+4
*
build: unbreak non-functionality of --disable-python
Jan Engelhardt
2019-06-25
1
-4
/
+7
*
main: Bail if non-available JSON was requested
Phil Sutter
2019-06-25
1
-0
/
+3
*
json: Print newline at end of list output
Phil Sutter
2019-06-25
1
-0
/
+2
*
build: Bump version to v0.9.1
v0.9.1
Pablo Neira Ayuso
2019-06-24
1
-3
/
+3
*
ct: support for NFT_CT_{SRC,DST}_{IP,IP6}
Pablo Neira Ayuso
2019-06-21
13
-63
/
+80
*
src: prefer meta protocol as bridge l3 dependency
Florian Westphal
2019-06-19
9
-121
/
+151
*
src: statement: disable reject statement type omission for bridge
Florian Westphal
2019-06-19
4
-5
/
+16
*
netlink_delinerize: remove network header dep for reject statement also in br...
Florian Westphal
2019-06-19
4
-200
/
+49
*
rule: do not suggest anonymous sets on mispelling errors
Pablo Neira Ayuso
2019-06-19
1
-0
/
+2
*
evaluate: do not allow to list/flush anonymous sets via list command
Pablo Neira Ayuso
2019-06-19
2
-6
/
+61
*
evaluate: allow get/list/flush dynamic sets and maps via list command
Pablo Neira Ayuso
2019-06-19
2
-3
/
+27
*
tests: add missing json arp operation output
Florian Westphal
2019-06-18
1
-0
/
+21
*
src: add cache level flags
Pablo Neira Ayuso
2019-06-17
8
-107
/
+135
*
netlink: remove netlink_list_table()
Pablo Neira Ayuso
2019-06-17
3
-8
/
+3
*
rule: skip cache population from do_command_monitor()
Pablo Neira Ayuso
2019-06-17
1
-32
/
+0
*
tests: shell: cannot use handle for non-existing rule in kernel
Pablo Neira Ayuso
2019-06-17
1
-1
/
+1
*
src: remove useless parameter from cache_flush()
Pablo Neira Ayuso
2019-06-17
3
-4
/
+3
*
datatype: fix print of raw numerical symbol values
Florian Westphal
2019-06-17
4
-11
/
+17
*
cache: do not populate the cache in case of flush ruleset command
Pablo Neira Ayuso
2019-06-14
3
-0
/
+7
*
evaluate: double datatype_free() with dynamic integer datatypes
Pablo Neira Ayuso
2019-06-14
3
-8
/
+0
[next]