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
*
statement: fix print of ip dnat address
Florian Westphal
2017-02-05
1
-0
/
+2
*
src: Always print range expressions numerically
Elise Lennion
2017-02-05
2
-1
/
+9
*
main: Validate the number of numeric options
Elise Lennion
2017-02-05
1
-1
/
+6
*
evaluate: fix typo
Manuel Messner
2017-02-02
1
-1
/
+1
*
src: Allow list stateful objects in a table
Elise Lennion
2017-01-27
2
-2
/
+16
*
evaluate: Evaluate table name before reset stateful objects in a table
Elise Lennion
2017-01-27
1
-3
/
+4
*
src: Allow list single stateful object
Elise Lennion
2017-01-27
2
-1
/
+25
*
src: Allow reset single stateful object
Elise Lennion
2017-01-27
5
-9
/
+50
*
payload: explicit network ctx assignment for icmp/icmp6 in special families
Arturo Borrero Gonzalez
2017-01-27
1
-40
/
+30
*
rule: check for errors from cache_init_objects() for stateful objects
Pablo Neira Ayuso
2017-01-23
1
-4
/
+3
*
netlink: don't bail out on dump errors
Pablo Neira Ayuso
2017-01-23
1
-15
/
+5
*
src: Honor obligatory stateless printing of flow tables
Elise Lennion
2017-01-23
2
-2
/
+7
*
evaluate: fix export length and data corruption
Florian Westphal
2017-01-16
1
-1
/
+1
*
src: Allow to list ruleset without stateful information
Elise Lennion
2017-01-16
3
-4
/
+23
*
ct: add average bytes per packet counter support
Liping Zhang
2017-01-16
3
-0
/
+5
*
build: add missing backslash to list of CFLAGS
Tobias Klauser
2017-01-16
1
-1
/
+1
*
src: sort set elements in netlink_get_setelems()
Elise Lennion
2017-01-10
3
-0
/
+105
*
mnl: use nftnl_nlmsg_build_hdr()
Pablo Neira Ayuso
2017-01-10
1
-106
/
+103
*
parser_bison: remove obsolete tokens
Florian Westphal
2017-01-08
1
-6
/
+0
*
datatype: printf format warnings on 32-bit build
Duncan Roe
2017-01-03
1
-1
/
+1
*
scanner: fix search_in_include_path test
Anatole Denis
2017-01-03
1
-2
/
+2
*
src: support for stateful object monitoring
Pablo Neira Ayuso
2017-01-03
2
-0
/
+159
*
src: add support for stateful object maps
Pablo Neira Ayuso
2017-01-03
6
-14
/
+180
*
src: add stateful object reference expression
Pablo Neira Ayuso
2017-01-03
6
-0
/
+112
*
parser_bison: allow RESET token from rhs
Pablo Neira Ayuso
2017-01-03
1
-8
/
+8
*
src: reset internal stateful objects
Pablo Neira Ayuso
2017-01-03
6
-11
/
+96
*
src: add/create/delete stateful objects
Pablo Neira Ayuso
2017-01-03
5
-2
/
+310
*
src: listing of stateful objects
Pablo Neira Ayuso
2017-01-03
7
-3
/
+300
*
src: add used quota support
Pablo Neira Ayuso
2017-01-03
5
-3
/
+29
*
src: remove SET_F_* flag definitions
Pablo Neira Ayuso
2017-01-03
6
-44
/
+44
*
segtree: allocate memory for arrays on heap
Oleksandr Natalenko
2017-01-03
1
-1
/
+10
*
utils: provide array allocation wrapper
Oleksandr Natalenko
2017-01-03
1
-0
/
+11
*
xt: use NFTNL_* definitions
Pablo Neira Ayuso
2016-12-20
1
-6
/
+6
*
mnl: add mnl_nft_setelem_batch_flush() and use it from netlink_flush_setelems()
Pablo Neira Ayuso
2016-12-20
2
-1
/
+28
*
expression: Show the base which pre-defined constants are displayed
Elise Lennion
2016-12-20
7
-1
/
+24
*
netlink_linearize: fix IPv6 layer 4 checksum mangling
Pablo Neira Ayuso
2016-12-16
1
-5
/
+4
*
mnl: don't send empty set elements netlink message to kernel
Pablo Neira Ayuso
2016-12-14
1
-5
/
+9
*
segtree: don't trigger error on exact overlaps
Pablo Neira Ayuso
2016-12-13
1
-0
/
+4
*
segtree: wrong prefix expression length on interval_map_decompose()
Pablo Neira Ayuso
2016-12-13
1
-1
/
+2
*
datatype: Display pre-defined inet_service values in decimal base
Elise Lennion
2016-12-11
2
-3
/
+7
*
datatype: Display pre-defined inet_service values in host byte order
Elise Lennion
2016-12-10
2
-5
/
+24
*
src: add support to flush sets
Pablo Neira Ayuso
2016-12-05
3
-1
/
+14
*
src: trigger layer 4 checksum when pseudoheader fields are modified
Pablo Neira
2016-12-04
2
-0
/
+23
*
evaluate: return ctx->table from table_lookup_global()
Pablo Neira Ayuso
2016-12-01
1
-1
/
+1
*
evaluate: Update cache on flush ruleset
Anatole Denis
2016-12-01
1
-1
/
+24
*
rule: Introduce helper function cache_flush
Anatole Denis
2016-12-01
1
-1
/
+6
*
datatype: honor -nn option from inet_service_type_print()
Pablo Neira Ayuso
2016-11-30
1
-0
/
+4
*
bison: remove old log level tokens
Florian Westphal
2016-11-30
1
-8
/
+0
*
datatype: Replace getnameinfo() by internal lookup table
Elise Lennion
2016-11-30
3
-13
/
+346
*
parser_bison: Allow parens on RHS of relational_expr
Phil Sutter
2016-11-29
1
-0
/
+4
[next]