index
:
libnftnl
master
nftables netlink library
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: add range expression
Pablo Neira Ayuso
2016-10-13
8
-0
/
+441
*
expr: log: complete log flags support
Liping Zhang
2016-10-04
2
-5
/
+42
*
expr: log: do not print prefix if it is not set
Liping Zhang
2016-10-04
1
-2
/
+4
*
expr: log: fix typo in nftnl_expr_log_export
Liping Zhang
2016-10-04
1
-1
/
+1
*
src: display offset only if present in hash and numgen expressions
Pablo Neira Ayuso
2016-09-23
2
-9
/
+18
*
src: remove libmxml support
Arturo Borrero
2016-09-23
122
-2297
/
+60
*
expr: queue: add NFTA_QUEUE_SREG_QNUM attr support
Liping Zhang
2016-09-22
4
-7
/
+54
*
expr: numgen: add number generation offset
Laura Garcia Liebana
2016-09-22
4
-6
/
+40
*
expr: hash: Add offset to hash value
Laura Garcia Liebana
2016-09-12
4
-6
/
+40
*
tests: queue: add missing NFTNL_EXPR_QUEUE_FLAGS compare test
Liping Zhang
2016-09-12
1
-0
/
+3
*
expr: queue: remove redundant NFTNL_EXPR_QUEUE_NUM set in json parse
Liping Zhang
2016-09-12
1
-1
/
+0
*
expr: numgen: Rename until attribute by modulus
Laura Garcia Liebana
2016-09-07
5
-36
/
+35
*
trace: use get_u32 to parse NFPROTO and POLICY attribute
Liping Zhang
2016-09-02
1
-2
/
+2
*
include: resync nf_tables.h cache copy
Pablo Neira Ayuso
2016-09-02
3
-46
/
+44
*
set: fix incorrect maximum set description attribute
Pablo Neira Ayuso
2016-08-30
1
-1
/
+1
*
expr: numgen: add missing nftnl_expr_ng_cmp()
Pablo Neira Ayuso
2016-08-30
1
-0
/
+18
*
expr: hash: missing trailing space and modulus in hexadecimal in snprintf
Pablo Neira Ayuso
2016-08-30
1
-1
/
+1
*
expr: numgen: add missing trailing whitespace
Pablo Neira Ayuso
2016-08-30
1
-2
/
+2
*
expr: numgen: use switch to handle numgen types from snprintf
Pablo Neira Ayuso
2016-08-30
1
-4
/
+5
*
expr: immediate: Fix verdict comparison
Carlos Falgueras García
2016-08-26
1
-2
/
+9
*
expr: data_reg: Fix DATA_CHAIN comparison
Carlos Falgueras García
2016-08-24
1
-0
/
+1
*
expr: add number generation expression
Laura Garcia Liebana
2016-08-22
9
-0
/
+391
*
expr: add quota expression
Pablo Neira Ayuso
2016-08-22
8
-0
/
+334
*
rule: Fix comparison between rules if number of expressions differ
Carlos Falgueras García
2016-08-18
1
-0
/
+1
*
src: Implement rule comparison
Carlos Falgueras García
2016-08-17
31
-0
/
+530
*
expr: add hash expression
Laura Garcia Liebana
2016-08-17
9
-1
/
+436
*
expr: cmp: Use cmp2str() instead of directly access to array
Carlos Falgueras García
2016-08-15
1
-1
/
+1
*
utils: Fix out of bound access in nftnl_family2str
Carlos Falgueras García
2016-08-15
1
-1
/
+1
*
tests: masq: Fix wrong expression creation
Carlos Falgueras García
2016-08-13
1
-1
/
+1
*
utils: Don't return directly from SNPRINTF_BUFFER_SIZE
Phil Sutter
2016-08-12
1
-1
/
+1
*
Revert "common: Avoid integer overflow in nftnl_batch_is_supported()"
Pablo Neira Ayuso
2016-08-12
1
-3
/
+0
*
ruleset: Initialize ctx.flags before calling nftnl_ruleset_ctx_set()
Phil Sutter
2016-08-12
1
-0
/
+2
*
src: Avoid returning uninitialized data
Phil Sutter
2016-08-12
4
-4
/
+4
*
common: Avoid integer overflow in nftnl_batch_is_supported()
Phil Sutter
2016-08-12
1
-0
/
+3
*
expr/limit: Drop unreachable code in limit_to_type()
Phil Sutter
2016-08-12
1
-1
/
+0
*
expr/ct: prevent array index overrun in ctkey2str()
Phil Sutter
2016-08-12
1
-1
/
+1
*
set: prevent memleak in nftnl_jansson_parse_set_info()
Phil Sutter
2016-08-12
1
-5
/
+5
*
tests: Fix tests for immediate and lookup expressions
Carlos Falgueras García
2016-08-10
3
-35
/
+67
*
expr: Fix lookup builder
Carlos Falgueras García
2016-08-10
1
-2
/
+1
*
tests: Add missing tests to test-script.sh
Carlos Falgueras García
2016-08-10
1
-0
/
+3
*
rule: Implement internal iterator for expressions
Carlos Falgueras García
2016-08-10
1
-6
/
+12
*
src: Constify iterators
Carlos Falgueras García
2016-08-10
9
-34
/
+41
*
src: don't set data_len to zero when returning pointers
Pablo Neira Ayuso
2016-08-01
2
-2
/
+0
*
examples: nft-rule-get: selective rule dumping
Josue Alvarez
2016-07-22
1
-13
/
+45
*
expr: lookup: print flags only if they are available
Pablo Neira Ayuso
2016-07-21
1
-2
/
+4
*
src: Fix nftnl_*_get_data() to return the real attribute length
Carlos Falgueras García
2016-07-11
10
-3
/
+25
*
src: Fix missing nul-termination in nftnl_*_set_str()
Carlos Falgueras García
2016-07-06
5
-5
/
+5
*
tests: Check set user data
Carlos Falgueras García
2016-07-01
1
-0
/
+4
*
set: Add new attribute into 'set' to store user data
Carlos Falgueras García
2016-07-01
3
-0
/
+34
*
expr: lookup: give support for inverted matching
Arturo Borrero
2016-06-24
4
-3
/
+40
[next]