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 xt compat support
Pablo Neira Ayuso
2016-07-13
9
-1
/
+511
*
src: expose delinearize/linearize structures and stmt_error()
Pablo Neira
2016-07-13
5
-36
/
+43
*
include: cache ip_tables.h, ip6_tables.h, arp_tables.h and ebtables.h
Pablo Neira Ayuso
2016-07-13
10
-1
/
+976
*
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
3
-10
/
+12
*
nft: configure.ac: Replace magic dblatex dep.
Nicholas Vinson
2016-07-03
1
-6
/
+13
*
tests: shell: run-tests.sh: use src/nft binary by default
Arturo Borrero
2016-06-23
2
-2
/
+5
*
tests: shell: cover transactions via nft -f using flat syntax
Pablo Neira Ayuso
2016-06-22
22
-0
/
+758
*
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
*
tests: shell: cleanup tempfile handling in testcases/sets/cache_handling_0
Arturo Borrero
2016-06-15
1
-7
/
+1
*
tests: shell: delete unused variable in run-tests.sh
Arturo Borrero
2016-06-15
1
-1
/
+1
*
tests: shell: add endless jump loop tests
Liping Zhang
2016-06-15
2
-0
/
+23
*
tests: shell: make testcases which using tcp/udp port more rubost
Liping Zhang
2016-06-15
7
-7
/
+7
*
payload: don't update protocol context if we can't find a description
Florian Westphal
2016-06-07
5
-0
/
+25
*
doc: Update datatypes
Laura Garcia Liebana
2016-06-06
1
-26
/
+16
*
doc: fix old parameters and update datatypes
v0.6
Laura Garcia Liebana
2016-06-02
1
-8
/
+8
*
Bump version to v0.6
Pablo Neira Ayuso
2016-06-01
1
-1
/
+1
*
evaluate: fix "list set" unexpected behaviour
Pablo M. Bermudo Garay
2016-06-01
1
-1
/
+2
*
doc: fix compression parameter index
Laura Garcia Liebana
2016-06-01
1
-1
/
+1
*
src: add support for display maps content
Pablo M. Bermudo Garay
2016-05-31
4
-0
/
+17
*
src: add 'list maps' support
Pablo M. Bermudo Garay
2016-05-31
5
-1
/
+15
*
parser: cap comment length to 128 bytes
Carlos Falgueras García
2016-05-30
2
-0
/
+7
*
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
4
-0
/
+18
*
rule: add 'list flow tables' support
Pablo M. Bermudo Garay
2016-05-20
4
-2
/
+20
*
evaluate: fix crash if we add an error format rule
Liping Zhang
2016-05-14
1
-1
/
+1
*
tests/py: add tests for frag more-fragments and frag reserved2
Pablo Neira Ayuso
2016-05-13
3
-21
/
+44
*
include: constify nlexpr field in location structure
Pablo Neira Ayuso
2016-05-13
1
-1
/
+1
*
parser_bison: update flow table syntax
Pablo Neira Ayuso
2016-05-13
2
-6
/
+8
*
src: add flow statement
Patrick McHardy
2016-05-13
12
-12
/
+245
*
stmt: support generating stateful statements outside of rule context
Patrick McHardy
2016-05-13
3
-32
/
+61
*
netlink_delinearize: support parsing statements not contained within a rule
Patrick McHardy
2016-05-13
2
-29
/
+43
*
tests/py: update for changed set name in payload
Pablo Neira Ayuso
2016-05-13
76
-1917
/
+1917
*
set: explicitly supply name to implicit set declarations
Patrick McHardy
2016-05-13
1
-3
/
+6
*
set: allow non-constant implicit set declarations
Patrick McHardy
2016-05-13
1
-1
/
+3
*
src: declare interval_map_decompose() from header file
Pablo Neira Ayuso
2016-05-13
3
-4
/
+1
*
netlink: several function constifications
Pablo Neira Ayuso
2016-05-13
2
-16
/
+16
*
tests/shell/run-tests.sh: print hint about testcase being executed
Arturo Borrero
2016-05-13
1
-0
/
+4
*
tests/shell/run-tests.sh: execute tests in sorted order
Arturo Borrero
2016-05-13
1
-1
/
+6
*
tests/shell: add testcase to catch segfault if invalid syntax was used
Arturo Borrero
2016-05-13
1
-0
/
+21
*
tests/shell: add testcase for 'nft -f' load with actions
Arturo Borrero
2016-05-13
1
-0
/
+68
*
evaluate: check for NULL datatype in rhs in lookup expr
Arturo Borrero
2016-05-13
1
-9
/
+25
[next]