index
:
libnftnl
master
nftables netlink library
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
examples: nft-table-upd: don't use deprecated aliases
Pablo Neira Ayuso
2016-06-07
1
-10
/
+10
*
examples: load modules when adding chains or tables
Daniel Wagner
2016-04-29
2
-2
/
+2
*
examples: Fix nft-table-upd example
Vijay Subramanian
2015-10-12
1
-13
/
+41
*
src: get rid of _attr_ infix in new nftnl_ definitions
Pablo Neira Ayuso
2015-09-07
21
-76
/
+76
*
src: get rid of _ATTR_ infix in new nfntl_ definitions
Pablo Neira Ayuso
2015-09-07
21
-74
/
+74
*
src: rename nftnl_rule_expr to nftnl_expr
Pablo Neira Ayuso
2015-09-07
1
-13
/
+13
*
src: rename existing functions to use the nftnl_ prefix
Pablo Neira Ayuso
2015-09-07
23
-563
/
+563
*
ruleset: add nft_ruleset_ctx_free
Alvaro Neira
2015-03-13
1
-7
/
+1
*
examples: add nft-ruleset-parse-file
Alvaro Neira
2015-03-05
2
-0
/
+490
*
examples: nft-rule-parse-add: fix wrong buffer usage when building rule header
Arturo Borrero
2014-11-17
1
-1
/
+2
*
examples: nft-table-add: fix wrong buffer pointer
Arturo Borrero
2014-09-30
1
-1
/
+2
*
examples: nft-set-parse-add: add batching support
Arturo Borrero
2014-09-30
1
-8
/
+35
*
examples: nft-set-json-add: generalize parsing format support
Arturo Borrero
2014-09-29
2
-29
/
+52
*
examples: nft-rule-parse-add: add batching support
Arturo Borrero
2014-09-23
1
-6
/
+29
*
examples: merge nft-rule-{xml|json}-add.c
Arturo Borrero
2014-09-23
3
-156
/
+54
*
src: add ruleset generation class
Pablo Neira Ayuso
2014-09-19
1
-0
/
+28
*
examples: nft-table-del: add batching support
Arturo Borrero
2014-08-24
1
-6
/
+30
*
examples: nft-table-del: add table_del_parse()
Arturo Borrero
2014-08-24
1
-20
/
+35
*
examples: nft-table-add: add batching support
Arturo Borrero
2014-08-24
1
-5
/
+28
*
examples: nft-table-add: add table_add_parse()
Arturo Borrero
2014-08-24
1
-20
/
+35
*
examples: nft-table-parse-add: add batching support
Arturo Borrero
2014-08-24
1
-8
/
+32
*
examples: merge nft-table-{xml|json}-add.c
Arturo Borrero
2014-08-24
3
-159
/
+55
*
examples: nft-chain-parse-add: add batching support
Arturo Borrero
2014-08-18
1
-8
/
+29
*
examples: merge nft-chain-{xml|json}-add.c
Arturo Borrero
2014-08-18
3
-168
/
+61
*
examples: nft-chain-del: support new batching interface
Arturo Borrero
2014-08-18
1
-7
/
+30
*
examples: nft-chain-del: add chain_del_parse()
Arturo Borrero
2014-08-18
1
-6
/
+19
*
examples: nft-chain-add: support new batching interface
Pablo Neira Ayuso
2014-08-14
1
-5
/
+29
*
examples: nft-chain-add: add chain_add_parse()
Pablo Neira Ayuso
2014-08-14
1
-30
/
+43
*
examples: nft-set-add: use batch infraestructure
Arturo Borrero
2014-07-24
1
-44
/
+84
*
examples: nft-events: add option how to format the printed events
Pablo Neira Ayuso
2014-04-26
1
-19
/
+41
*
examples: nft-events: use new events wrappers
Arturo Borrero
2014-04-26
1
-15
/
+31
*
examples: complete nft-events example
Arturo Borrero
2014-04-07
1
-0
/
+60
*
examples: remove nft-rule-insert from Makefile.am
Pablo Neira Ayuso
2014-03-28
1
-3
/
+0
*
examples: nft-rule-del: removed printf rule function
Álvaro Neira Ayuso
2014-03-08
1
-4
/
+0
*
examples: nft-rule-insert: fix and merge it to nft-rule-add
Álvaro Neira Ayuso
2014-03-08
3
-208
/
+12
*
examples: nft-rule-del: fix missing batching headers
Álvaro Neira Ayuso
2014-03-08
1
-4
/
+39
*
src: check if netlink parsing fails
Arturo Borrero
2014-02-27
1
-1
/
+2
*
example: nft-rule-add: simplify example
Pablo Neira Ayuso
2014-02-27
1
-57
/
+29
*
Merge branch 'master' into next-3.14
Pablo Neira Ayuso
2014-02-03
27
-189
/
+283
|
\
|
*
rename library to libnftnl
libnftnl-1.0.0
Pablo Neira Ayuso
2014-01-20
26
-59
/
+59
|
*
src: new error reporting approach for XML/JSON parsers
Álvaro Neira Ayuso
2014-01-06
7
-14
/
+71
|
*
examples: nft-rule-add: use existing batch infrastructure
Pablo Neira Ayuso
2013-12-10
1
-110
/
+147
*
|
examples: add nft-ruleset-get
Arturo Borrero
2014-01-04
2
-0
/
+393
*
|
examples: nft-set-get: retrieve all sets via unspec
Arturo Borrero
2014-01-04
1
-1
/
+3
|
/
*
src: unify parse and output types
Álvaro Neira Ayuso
2013-11-14
13
-32
/
+32
*
examples: nft-set-get: retrieve all sets per family
Pablo Neira Ayuso
2013-09-24
1
-5
/
+6
*
examples: nft-{chain,rule,table}-get allows unspec family
Pablo Neira Ayuso
2013-09-05
3
-3
/
+9
*
examples: Add nft-set-json-add
Álvaro Neira Ayuso
2013-08-28
2
-0
/
+120
*
examples: Add nft-rule-json-add
Álvaro Neira Ayuso
2013-08-20
2
-0
/
+119
*
example: nft-rule-get: family parameter added
Álvaro Neira Ayuso
2013-08-09
1
-6
/
+27
[next]