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
...
*
ct: display bit number instead of raw value
Florian Westphal
2016-08-22
1
-1
/
+1
*
ct: allow numeric conntrack labels
Florian Westphal
2016-08-22
1
-8
/
+22
*
parser_bison: keep snat/dnat existing syntax unchanged
Liping Zhang
2016-08-22
1
-1
/
+14
*
parser_bison: redirect to :port for consistency with nat/masq statement
Pablo Neira Ayuso
2016-08-18
1
-0
/
+9
*
src: meta priority support using tc classid
Pablo Neira Ayuso
2016-08-18
6
-13
/
+46
*
src: simplify classid printing using %x instead of %04x
Pablo Neira Ayuso
2016-08-18
1
-8
/
+1
*
src: rename datatype name from tc_handle to classid
Pablo Neira Ayuso
2016-08-18
1
-3
/
+3
*
scanner: remove range expression
Pablo Neira Ayuso
2016-08-18
1
-1
/
+0
*
scanner: allow strings starting by underscores and dots
Pablo Neira Ayuso
2016-08-18
1
-1
/
+1
*
parser_bison: missing token string in QUOTED_ASTERISK and ASTERISK_STRING
Pablo Neira Ayuso
2016-08-18
1
-2
/
+2
*
src: support for RFC2732 IPv6 address format with brackets
Pablo Neira Ayuso
2016-08-18
2
-2
/
+27
*
src: add 'to' for snat and dnat
Pablo Neira Ayuso
2016-08-18
2
-8
/
+8
*
src: quote user-defined strings when used from rule selectors
Pablo Neira Ayuso
2016-08-18
4
-12
/
+16
*
ct: release ct_label table on exit
Pablo Neira Ayuso
2016-08-17
1
-0
/
+5
*
ct: add missing slash to connlabel path
Pablo Neira Ayuso
2016-08-17
1
-1
/
+1
*
scanner: don't break line on include error message
Pablo Neira Ayuso
2016-08-10
1
-1
/
+1
*
scanner: don't fall back on current directory if include is not found
Pablo Neira Ayuso
2016-08-10
1
-7
/
+6
*
scanner: honor absolute and relative paths via include file
Pablo Neira Ayuso
2016-08-10
1
-7
/
+17
*
netlink: make checksum fixup work with odd-sized header fields
Florian Westphal
2016-08-01
1
-4
/
+35
*
netlink: decode payload statment
Florian Westphal
2016-08-01
1
-5
/
+178
*
evaluate: add support to set IPv6 non-byte header fields
Florian Westphal
2016-08-01
1
-4
/
+76
*
evaluate: add small helper to check if payload expr needs binop adjustment
Florian Westphal
2016-08-01
1
-2
/
+7
*
payload: print base and raw values for unknown payloads
Florian Westphal
2016-08-01
1
-1
/
+13
*
netlink: add __binop_adjust helper
Florian Westphal
2016-08-01
1
-4
/
+9
*
parser_bison: keep map flag around when flags are specified
Pablo Neira Ayuso
2016-07-27
1
-1
/
+1
*
xt: use struct xt_xlate_{mt,tg}_params
Pablo Neira Ayuso
2016-07-25
1
-5
/
+15
*
ct: use nftables sysconf location for connlabel configuration
Florian Westphal
2016-07-21
1
-2
/
+5
*
meta: add random support
Florian Westphal
2016-07-19
2
-0
/
+5
*
parser_bison: fix typo in symbol redefinition error reporting
Pablo Neira Ayuso
2016-07-13
1
-1
/
+1
*
src: add xt compat support
Pablo Neira Ayuso
2016-07-13
5
-0
/
+388
*
src: expose delinearize/linearize structures and stmt_error()
Pablo Neira
2016-07-13
3
-36
/
+17
*
netlink_linearize: skip NFTNL_EXPR_DYNSET_TIMEOUT attribute if timeout is unset
Pablo Neira Ayuso
2016-07-12
1
-2
/
+3
*
parser_bison: restore parsing of dynamic set element updates
Pablo Neira Ayuso
2016-07-12
1
-1
/
+13
*
datatype: time_type should send milliseconds to userspace
Pablo Neira Ayuso
2016-07-09
1
-1
/
+2
*
segtree: don't check for overlaps if set definition is empty
Pablo Neira Ayuso
2016-06-22
1
-1
/
+1
*
src: use new definitions from libnftnl
Pablo Neira Ayuso
2016-06-15
3
-11
/
+11
*
payload: don't update protocol context if we can't find a description
Florian Westphal
2016-06-07
1
-0
/
+3
*
evaluate: fix "list set" unexpected behaviour
Pablo M. Bermudo Garay
2016-06-01
1
-1
/
+2
*
src: add support for display maps content
Pablo M. Bermudo Garay
2016-05-31
3
-0
/
+16
*
src: add 'list maps' support
Pablo M. Bermudo Garay
2016-05-31
4
-1
/
+14
*
parser: cap comment length to 128 bytes
Carlos Falgueras García
2016-05-30
1
-0
/
+5
*
parser: Consolidate comment production
Carlos Falgueras García
2016-05-30
1
-10
/
+15
*
parser: fix crash if we add a chain with an error chain type
Liping Zhang
2016-05-30
1
-2
/
+4
*
meta: fix a format error display when we set priority to root or none
Liping Zhang
2016-05-30
1
-2
/
+4
*
meta: fix endianness in priority
Liping Zhang
2016-05-30
1
-1
/
+1
*
set_elem: Use libnftnl/udata to store set element comment
Carlos Falgueras García
2016-05-30
1
-4
/
+46
*
netlink_delinerize: don't use meta_match_postprocess for ct pp
Florian Westphal
2016-05-25
1
-7
/
+29
*
netlink_linearize: do not duplicate user data when linearizing user data
Carlos Falgueras García
2016-05-25
1
-8
/
+3
*
rule: add support for display flow tables content
Pablo M. Bermudo Garay
2016-05-20
3
-0
/
+17
*
rule: add 'list flow tables' support
Pablo M. Bermudo Garay
2016-05-20
3
-2
/
+19
[prev]
[next]