index
:
nftables
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
*
meta: permit numeric interface type
Florian Westphal
2016-10-17
1
-2
/
+13
*
tests: py: fix numgen case failed due to changes in libnftnl
Liping Zhang
2016-09-23
1
-3
/
+3
*
tests: py: add more test cases for queue expr
Liping Zhang
2016-09-23
2
-6
/
+17
*
src: fix compile error due to _UNTIL renamed to _MODULUS in libnftnl
Liping Zhang
2016-09-12
3
-4
/
+4
*
tests: py: replace "eth0" with "lo" in dup expr tests
Liping Zhang
2016-09-12
4
-12
/
+12
*
payload: remove byteorder conversion
Florian Westphal
2016-09-09
1
-2
/
+0
*
tests: catch ordering issue w. ether set
Florian Westphal
2016-09-09
2
-3
/
+3
*
datatype: ll: use big endian byte ordering
Florian Westphal
2016-09-09
2
-5
/
+6
*
doc: payload and conntrack statement
Florian Westphal
2016-09-09
1
-1
/
+81
*
doc: update meta expression
Florian Westphal
2016-09-09
1
-0
/
+6
*
doc: nft: document log, reject, counter, meta, limit, nat and queue statements
Pablo Neira Ayuso
2016-09-08
1
-3
/
+457
*
doc: nft: add my copyright statement to the manpage
Pablo Neira Ayuso
2016-09-08
1
-4
/
+17
*
netlink_delinearize: Avoid potential null pointer deref
Pablo Neira Ayuso
2016-09-07
1
-0
/
+13
*
tests: py: any: Remove duplicate tests
Manuel Johannes Messner
2016-09-06
2
-15
/
+0
*
tests: py: any: Make tests more generic by using other interfaces
Manuel Johannes Messner
2016-09-06
2
-71
/
+71
*
tests: py: nft-tests.py: Add function for loading and removing kernel modules
Manuel Johannes Messner
2016-09-06
1
-0
/
+32
*
evaluate: display expression, statement and command name on debug
Pablo Neira Ayuso
2016-09-05
1
-3
/
+31
*
evaluate: Avoid undefined behaviour in concat_subtype_id()
Phil Sutter
2016-09-05
1
-1
/
+4
*
evaluate: reject: Have a generic fix for missing network context
Phil Sutter
2016-09-05
1
-3
/
+1
*
evaluate: Fix datalen checks in expr_evaluate_string()
Phil Sutter
2016-09-05
1
-1
/
+2
*
meta: fix memory leak in tc classid parser
Liping Zhang
2016-08-30
1
-1
/
+2
*
tests: py: adapt netlink bytecode output of numgen and hash
Pablo Neira Ayuso
2016-08-30
2
-5
/
+5
*
parser_bison: allow variable references in set elements definition
Pablo Neira Ayuso
2016-08-29
2
-4
/
+31
*
parser_bison: add variable_expr rule
Pablo Neira Ayuso
2016-08-29
1
-10
/
+13
*
evaluate: validate maximum hash and numgen value
Pablo Neira Ayuso
2016-08-29
2
-8
/
+28
*
evaluate: add expr_evaluate_integer()
Pablo Neira Ayuso
2016-08-29
1
-15
/
+23
*
src: add hash expression
Pablo Neira Ayuso
2016-08-29
11
-2
/
+191
*
src: add numgen expression
Pablo Neira Ayuso
2016-08-29
12
-3
/
+197
*
src: add quota statement
Pablo Neira Ayuso
2016-08-29
9
-5
/
+178
*
tests: py: adapt it to new add element command semantics
Pablo Neira Ayuso
2016-08-29
2
-5
/
+5
*
include: refresh uapi/linux/netfilter/nf_tables.h copy
Pablo Neira Ayuso
2016-08-26
1
-1
/
+79
*
tests: shell: cover add and create set command
Pablo Neira Ayuso
2016-08-25
1
-0
/
+15
*
src: create element command
Pablo Neira Ayuso
2016-08-25
4
-14
/
+20
*
tests: shell: cover add and create set command
Pablo Neira Ayuso
2016-08-24
1
-0
/
+14
*
src: add create set command
Pablo Neira Ayuso
2016-08-24
4
-12
/
+29
*
parser_bison: explicit indication on export ruleset
Pablo Neira Ayuso
2016-08-23
1
-1
/
+7
*
src: Simplify parser rule_spec tree
Carlos Falgueras GarcĂa
2016-08-23
2
-89
/
+22
*
ct: display bit number instead of raw value
Florian Westphal
2016-08-22
3
-1
/
+16
*
ct: allow numeric conntrack labels
Florian Westphal
2016-08-22
1
-8
/
+22
*
tests: shell: add testcase for reject expr
Liping Zhang
2016-08-22
1
-0
/
+9
*
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
5
-38
/
+47
*
src: meta priority support using tc classid
Pablo Neira Ayuso
2016-08-18
8
-22
/
+132
*
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
2
-5
/
+5
*
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
6
-10
/
+46
*
src: add 'to' for snat and dnat
Pablo Neira Ayuso
2016-08-18
10
-40
/
+40
[next]