index
:
libnftnl
master
nftables netlink library
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
expr
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
expr: limit: Do not print unset values in xml
Ana Rey
2014-06-16
1
-11
/
+17
*
expr: limit: Do not print unset values in json
Ana Rey
2014-06-16
1
-11
/
+21
*
expr: limit: Use nft_rule_expr_set_* in the xml parsing code
Ana Rey
2014-06-16
1
-9
/
+7
*
expr: limit: Add nft_rule_expr_limit_snprinf_* functions
Ana Rey
2014-06-16
1
-9
/
+32
*
expr: nat: Do not print unset values in json file
Ana Rey
2014-06-16
1
-16
/
+8
*
expr: nat: Do not print unset values in xml file
Ana Rey
2014-06-16
1
-12
/
+8
*
expr: nat: Use nft_rule_expr_set_* in the xml
Ana Rey
2014-06-16
1
-29
/
+17
*
expr: queue: Use snprintf and SNPRINTF_BUFFER_SIZE in snprintf_default function
Ana Rey
2014-06-16
1
-16
/
+21
*
expr: queue: Use the correct data type
Ana Rey
2014-06-16
1
-4
/
+5
*
expr: queue: Do not print unset values in json
Ana Rey
2014-06-16
1
-17
/
+29
*
expr: queue: Do not print unset values in xml
Ana Rey
2014-06-16
1
-14
/
+25
*
expr: queue: Use nft_rule_expr_* in the xml
Ana Rey
2014-06-16
1
-10
/
+7
*
expr: queue: Add nft_rule_expr_queue_snprinf_* functions
Ana Rey
2014-06-16
1
-31
/
+51
*
expr: reject: Do not print unset values in json
Ana Rey
2014-06-05
1
-11
/
+20
*
expr: reject: Convert the type of a variable
Ana Rey
2014-06-05
1
-1
/
+1
*
expr: reject: Do not print unset values in xml
Ana Rey
2014-06-05
1
-9
/
+17
*
expr: reject: Use nft_rule_expr_set_* in the xml
Ana Rey
2014-06-05
1
-9
/
+6
*
expr: reject: Add nft_rule_expr_reject_snprinf_* functions
Ana Rey
2014-06-05
1
-10
/
+32
*
expr: log: Do not print unset values in json
Ana Rey
2014-06-05
1
-22
/
+34
*
expr: log: Do not print unset values in xml
Ana Rey
2014-06-05
1
-18
/
+31
*
expr: log: Use nft_rule_expr_set_* in the xml parsing code
Ana Rey
2014-06-05
1
-17
/
+11
*
expr: log: Rename variables in nft_rule_expr_log_json_parse functions
Ana Rey
2014-06-05
1
-5
/
+5
*
expr: log: Code refactoring in nft_rule_expr_log_snprintf
Ana Rey
2014-05-29
1
-18
/
+40
*
set: add set ID support
Pablo Neira Ayuso
2014-05-19
1
-0
/
+16
*
include: synchronize nf_tables.h with nftables tree
Pablo Neira Ayuso
2014-05-19
1
-2
/
+2
*
data_reg: fix bad buffer size bounds
Arturo Borrero
2014-05-07
1
-5
/
+5
*
meta: Add support for input and output bridge interface name
Tomasz Bursztyka
2014-04-24
1
-1
/
+3
*
lookup: Fix an invalid read
Ana Rey
2014-04-16
1
-2
/
+2
*
target, match: Fix an invalid read
Ana Rey
2014-04-14
2
-4
/
+4
*
xml, json: Delete an immediatedate label in xml and json file
Ana Rey
2014-04-14
1
-10
/
+2
*
xml, json: Delete a cmpdata label in xml and json file
Ana Rey
2014-04-14
1
-8
/
+2
*
expr: add conntrack label match support
Florian Westphal
2014-02-18
1
-2
/
+3
*
src: compile queue expression support
Pablo Neira Ayuso
2014-02-17
1
-8
/
+13
*
Merge branch 'master' into next-3.14
Pablo Neira Ayuso
2014-02-03
19
-385
/
+551
|
\
|
*
rename library to libnftnl
libnftnl-1.0.0
Pablo Neira Ayuso
2014-01-20
17
-34
/
+34
|
*
expr: ct: fix compilation warning when json/xml support is missing
Pablo Neira Ayuso
2014-01-20
1
-1
/
+1
|
*
ct: use a string with 'dir' attribute
Arturo Borrero
2014-01-18
1
-11
/
+48
|
*
data_reg: fix verdict format approach
Arturo Borrero
2014-01-18
1
-72
/
+99
|
*
utils: fix nft_str2verdict return value
Arturo Borrero
2014-01-18
1
-4
/
+10
|
*
expr: meta: statify meta_key2str_array
Pablo Neira Ayuso
2014-01-17
1
-1
/
+1
|
*
expr: ct: direction is optional
Arturo Borrero
2014-01-17
1
-16
/
+46
|
*
expr: ct: fix missing NFT_CT_L3PROTOCOL in ctkey2str_array
Arturo Borrero
2014-01-16
1
-0
/
+1
|
*
lookup: xml: conditional output of dreg
Arturo Borrero
2014-01-15
1
-13
/
+30
|
*
mxml: add optional/mandatory flag to nft_mxml_reg_parse
Arturo Borrero
2014-01-15
10
-46
/
+48
|
*
expr: fix incorrect data type for several expression object fields
Pablo Neira Ayuso
2014-01-10
5
-11
/
+11
|
*
src: new error reporting approach for XML/JSON parsers
Álvaro Neira Ayuso
2014-01-06
18
-155
/
+216
*
|
expr: ct: Add support for setting the mark
Kristian Evensen
2014-01-15
1
-26
/
+101
*
|
meta: Let user specify any combination of sreg/dreg
Kristian Evensen
2014-01-15
1
-32
/
+59
*
|
expr/cmp: fix type size
Patrick McHardy
2014-01-15
2
-5
/
+5
*
|
src: fix compilation due to missing NFPROTO_INET definition
Pablo Neira Ayuso
2014-01-10
1
-4
/
+3
[prev]
[next]