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
*
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
*
src: add stateful object support for limit
Pablo M. Bermudo Garay
2017-09-04
6
-5
/
+167
*
src: add nft_ctx_netlink_init()
Pablo Neira Ayuso
2017-09-01
1
-2
/
+10
*
netlink: remove nfsock_open()
Pablo Neira Ayuso
2017-09-01
1
-11
/
+5
*
src: move nf_sock into nft_ctx structure
Pablo Neira Ayuso
2017-09-01
1
-15
/
+11
*
evaluate: convert expr_rt byteorder when evaluating statment arg
Florian Westphal
2017-08-28
1
-0
/
+2
*
parser: Fix memleaks for STRING token (and derived ones)
Phil Sutter
2017-08-28
2
-10
/
+37
*
src: call nft_init() and nft_exit() from context routines
Pablo Neira Ayuso
2017-08-24
1
-5
/
+4
*
src: release caches from nft_ctx_free() path
Eric Leblond
2017-08-24
1
-3
/
+2
*
src: add nft_run_cmd_*() functions
Eric Leblond
2017-08-24
1
-22
/
+54
*
src: add nft_ctx_new() and nft_ctx_free()
Eric Leblond
2017-08-24
1
-25
/
+39
*
mnl: fix error handling in mnl_batch_talk
Eric Leblond
2017-08-24
2
-3
/
+5
*
parser: Fix for memleak when commands fail
Phil Sutter
2017-08-24
1
-0
/
+2
*
scanner: Make use of yylex_init_extra()
Phil Sutter
2017-08-24
1
-2
/
+1
*
scanner: Fix for wrong parameter type of scanner_destroy()
Phil Sutter
2017-08-24
1
-1
/
+1
*
scanner: Fix for memleak due to unclosed file pointer
Phil Sutter
2017-08-24
3
-8
/
+8
*
src: Fix debug_proto_ctx()
Phil Sutter
2017-08-24
1
-1
/
+1
*
src: Initialize struct stmt in _match and _target functions.
Varsha Rao
2017-08-24
1
-0
/
+2
*
parser: fix typo
Pablo M. Bermudo Garay
2017-08-24
1
-37
/
+37
*
src: add debugging mask to context structure
Pablo Neira Ayuso
2017-08-23
12
-101
/
+130
*
mnl: pass struct netlink_ctx to mnl_nft_socket_sendmsg()
Pablo Neira Ayuso
2017-08-23
1
-7
/
+6
*
src: add struct mnl_ctx
Pablo Neira Ayuso
2017-08-23
1
-38
/
+89
[next]