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: introduce nftnl_* aliases for all existing functions
Pablo Neira Ayuso
2015-09-02
12
-217
/
+477
*
expr: immediate: fix leak in expression destroy path
Pablo Neira Ayuso
2015-08-18
3
-0
/
+21
*
src: fix memory leaks at nft_[object]_nlmsg_parse
Carlos Falgueras GarcĂa
2015-08-18
5
-0
/
+9
*
expr: redir: fix snprintf to return the number of bytes printed
Balazs Scheidler
2015-06-30
1
-1
/
+1
*
chain: add netdev family support
Pablo Neira Ayuso
2015-06-16
7
-46
/
+57
*
table: add netdev family support
Pablo Neira Ayuso
2015-05-29
7
-5
/
+59
*
src: add batch abstraction
Pablo Neira Ayuso
2015-04-27
5
-1
/
+191
*
dynset: support expression templates
Patrick McHardy
2015-04-14
3
-0
/
+43
*
set_elem: support expressions attached to set elements
Patrick McHardy
2015-04-14
4
-0
/
+24
*
expr: seperate expression parsing and building functions
Patrick McHardy
2015-04-14
5
-59
/
+65
*
data: increase maximum possible data size
Patrick McHardy
2015-04-14
3
-2
/
+6
*
headers: resync headers for new register definitions
Patrick McHardy
2015-04-14
1
-1
/
+31
*
expr: dynset: fix json/xml parsing
Arturo Borrero Gonzalez
2015-04-13
1
-14
/
+34
*
expr: add support for the dynset expr
Patrick McHardy
2015-04-12
6
-0
/
+359
*
set_elem: add support for userdata
Patrick McHardy
2015-04-12
4
-0
/
+54
*
set: print set elem timeout information
Patrick McHardy
2015-04-12
1
-0
/
+13
*
set_elem: add timeout support
Patrick McHardy
2015-04-09
5
-0
/
+50
*
set: add support for set timeouts
Patrick McHardy
2015-04-09
5
-0
/
+64
*
list: fix prefetch dummy
Patrick McHardy
2015-03-26
1
-1
/
+1
*
src: restore static array with expression operations
Pablo Neira Ayuso
2015-03-23
22
-108
/
+48
*
parser: Add operation not supported error message
Alvaro Neira
2015-03-17
2
-1
/
+12
*
ruleset: add nft_ruleset_ctx_free
Alvaro Neira
2015-03-13
4
-7
/
+26
*
examples: add nft-ruleset-parse-file
Alvaro Neira
2015-03-05
2
-0
/
+490
*
xml: test if the root node name is initialized
Alvaro Neira
2015-03-05
1
-1
/
+2
*
ruleset: crash from error path when we build the xml/json tree
Alvaro Neira
2015-03-03
1
-11
/
+13
*
ruleset: fix crash if we free sets included in the set_list
Alvaro Neira
2015-02-24
4
-1
/
+59
*
Makefile: internal.h now resides in include
Pablo Neira Ayuso
2015-02-19
1
-2
/
+1
*
src: split internal.h is smaller files
Pablo Neira Ayuso
2015-02-17
40
-349
/
+333
*
ruleset: fix more leaks in error path
Pablo Neira Ayuso
2015-02-13
1
-5
/
+10
*
ruleset: fix leak in json/xml in set lists
Alvaro Neira
2015-02-13
1
-10
/
+14
*
rule: don't release the tree parameter from nft_jansson_parse_rule()
Alvaro Neira
2015-02-13
1
-3
/
+5
*
src: add missing include in utils.c
Pablo Neira Ayuso
2015-02-10
1
-0
/
+1
*
tests: update JSON/XML tests with the new syntax
Alvaro Neira Ayuso
2015-02-10
125
-124
/
+126
*
src: add support to import JSON/XML with the new command tag
Alvaro Neira Ayuso
2015-02-10
6
-313
/
+553
*
src: add command tag in JSON/XML export support
Alvaro Neira Ayuso
2015-02-10
13
-104
/
+252
*
buffer: fix missing XML string tag in nft_buf_close
Alvaro Neira Ayuso
2015-02-10
1
-1
/
+1
*
set: refactor code in json parse function
Alvaro Neira
2015-01-29
1
-7
/
+15
*
ruleset: refactor nft_ruleset_*_parse_ruleset()
Alvaro Neira
2015-01-15
1
-20
/
+38
*
src: don't create iterator with empty list
Alvaro Neira
2015-01-15
5
-6
/
+44
*
ruleset: clean up the variable names in the xml/json parsing functions
Alvaro Neira
2015-01-10
1
-50
/
+50
*
include: add missing gen.h to Makefile.am
libnftnl-1.0.3
Pablo Neira Ayuso
2014-12-16
1
-1
/
+2
*
bump version to 1.0.3
Pablo Neira Ayuso
2014-12-16
2
-2
/
+2
*
buffer: include stdarg header
Giuseppe Longo
2014-11-20
1
-0
/
+1
*
examples: nft-rule-parse-add: fix wrong buffer usage when building rule header
Arturo Borrero
2014-11-17
1
-1
/
+2
*
expr: data_reg: use 'reg' instead of 'data_reg'
Pablo Neira Ayuso
2014-11-10
82
-103
/
+92
*
src: consolidate XML/JSON exportation
Pablo Neira Ayuso
2014-11-10
31
-1210
/
+573
*
expr: nat: use 'nat_type' instead of 'type' in the parser
Pablo Neira Ayuso
2014-11-10
3
-3
/
+3
*
expr: meta: Add cgroup support
Ana Rey
2014-11-10
2
-2
/
+5
*
remove empty src/attr.c
Pablo Neira Ayuso
2014-11-10
1
-0
/
+0
*
tests: add tests for nft_redir expression
Arturo Borrero
2014-10-30
5
-0
/
+104
[next]