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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gmputil: turn mpz_printf into mpz_vfprintf to restore --with-mini-gmp
Pablo Neira Ayuso
2017-11-22
1
-6
/
+8
*
libnftables: Ensure output_fp is never NULL
Phil Sutter
2017-11-22
3
-12
/
+5
*
rule: Make 'nft export' respect output_fp
Phil Sutter
2017-11-16
1
-2
/
+7
*
libnftables: Split code into frontend and library
Phil Sutter
2017-11-16
3
-9
/
+20
*
libnftables: Unexport enum nftables_exit_codes
Phil Sutter
2017-11-16
2
-16
/
+16
*
Eliminate struct mnl_ctx
Phil Sutter
2017-11-16
3
-181
/
+116
*
libnftables: Flush iface cache after command execution
Phil Sutter
2017-11-13
1
-0
/
+2
*
parser: allow classid as set key
Arturo Borrero Gonzalez
2017-11-05
1
-0
/
+1
*
libnftables: Get rid of explicit cache flushes
Phil Sutter
2017-10-26
5
-16
/
+14
*
src: add nft_ prefix to everything exposed through include/nftables/nftables.h
Pablo Neira Ayuso
2017-10-24
12
-51
/
+52
*
libnftables: Introduce getters and setters for everything
Phil Sutter
2017-10-24
3
-18
/
+117
*
cli: Use nft_run_cmd_from_buffer()
Phil Sutter
2017-10-24
3
-25
/
+7
*
libnftables: Introduce nft_ctx_flush_cache()
Phil Sutter
2017-10-24
2
-4
/
+8
*
libnftables: Move library stuff out of main.c
Phil Sutter
2017-10-24
3
-252
/
+265
*
main: Fix for wrong argument passed to cache_release in nft_ctx_free
Phil Sutter
2017-10-20
1
-2
/
+2
*
rule: fix netlink debug flag when listing table/rules
Florian Westphal
2017-10-19
1
-2
/
+2
*
netlink: Use nftnl_expr_fprintf() in netlink_dump_expr()
Phil Sutter
2017-10-17
1
-4
/
+2
*
netlink: fix element addition to map with stateful object
Pablo Neira Ayuso
2017-10-17
1
-3
/
+8
*
nftables: make pointers in string arrays constant
Harsha Sharma
2017-10-09
4
-8
/
+8
*
scanner: IPv4-Mapped IPv6 addresses support
Pablo Neira Ayuso
2017-10-09
1
-1
/
+2
*
netlink_linearize: skip set element expression in set statement key
Anders K. Pedersen
2017-10-06
1
-3
/
+3
*
evaluate: Fix debug output
Phil Sutter
2017-10-06
4
-16
/
+29
*
parser_bison: allow to used named limit from dictionaries too
Pablo Neira Ayuso
2017-10-02
1
-0
/
+9
*
mnl: fix broken sequence number allocation
Pablo Neira Ayuso
2017-10-02
1
-1
/
+1
*
src: rt: add keyword distinction for nexthop vs nexthop6
Florian Westphal
2017-09-29
3
-15
/
+46
*
src: ct: print nfproto name for some header fields
Florian Westphal
2017-09-29
1
-5
/
+24
*
src: unifiy meta and ct postprocessing
Florian Westphal
2017-09-29
1
-28
/
+22
*
src: ct: add eval part to inject dependencies for ct saddr/daddr
Florian Westphal
2017-09-29
2
-19
/
+77
*
src: ct: store proto base of ct key, if any
Florian Westphal
2017-09-29
1
-0
/
+13
*
src: add alternate syntax for ct saddr
Florian Westphal
2017-09-29
3
-5
/
+18
*
main: Drop stdout hack to expose nft_print() implementation issues
Phil Sutter
2017-09-29
1
-3
/
+1
*
main: Flush output from nft_gmp_print()
Phil Sutter
2017-09-29
1
-0
/
+1
*
src: get rid of printf
Phil Sutter
2017-09-29
18
-394
/
+475
*
rule: Refactor chain_print_declaration()
Phil Sutter
2017-09-29
1
-12
/
+6
*
erec_print: Pass output FILE pointer to netlink_dump_expr()
Phil Sutter
2017-09-29
2
-3
/
+4
*
exthdr: Simplify tcp option printing a bit
Phil Sutter
2017-09-29
1
-8
/
+4
*
rule: Use C99-style initializer in cache_init()
Phil Sutter
2017-09-29
1
-9
/
+8
*
bison: permit keywords in list_stmt_expressions
Florian Westphal
2017-09-27
1
-4
/
+7
*
src: parser_bison: rename ct_block to ct_helper_block
Florian Westphal
2017-09-27
1
-8
/
+8
*
src: prepare for future ct timeout policy support
Florian Westphal
2017-09-27
3
-93
/
+22
*
src: ct: remove unused functions
Florian Westphal
2017-09-27
1
-50
/
+0
*
src: store expression as set key instead of data type
Florian Westphal
2017-09-27
7
-80
/
+98
*
evaluate: prepare to store expr key rather than datatype
Florian Westphal
2017-09-27
1
-19
/
+23
*
parser_bison: allow helper keyword in ct object kind
Pablo Neira Ayuso
2017-09-27
1
-5
/
+6
*
parser_bison: use keywords in ct expression
Pablo Neira Ayuso
2017-09-27
2
-54
/
+44
*
parser_bison: consolidate stmt_expr rule
Pablo Neira Ayuso
2017-09-27
1
-27
/
+112
*
monitor: Fix for incorrect debug_mask
Phil Sutter
2017-09-27
1
-7
/
+8
*
main: Fix for return of uninitialized variable in nft_run_cmd_from_filename()
Phil Sutter
2017-09-27
1
-1
/
+3
*
mnl: do not set NLM_F_CREATE in deletion requests
Pablo Neira Ayuso
2017-09-08
1
-2
/
+5
*
src: add flags fo nft_ctx_new
Eric Leblond
2017-09-04
1
-9
/
+11
[prev]
[next]