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
...
*
expr: osf: remove json code
Pablo Neira Ayuso
2018-08-03
1
-18
/
+0
*
expr: add osf support
Fernando Fernandez Mancera
2018-07-30
5
-0
/
+193
*
expr: Add tproxy support
Máté Eckl
2018-07-30
5
-0
/
+230
*
socket: Expose socket mark via socket expression
Máté Eckl
2018-07-30
2
-1
/
+4
*
include: missing C++ linkage in headers
Pablo Neira Ayuso
2018-07-03
4
-0
/
+32
*
expr/exthdr: Fix JSON parsing on big endian
Phil Sutter
2018-06-26
1
-1
/
+1
*
expr/data_reg: Fix JSON parsing on big endian
Phil Sutter
2018-06-26
1
-2
/
+2
*
utils: Fix nftnl_get_value() on big endian
Phil Sutter
2018-06-26
1
-2
/
+42
*
build: libnftnl 1.1.1 release
libnftnl-1.1.1
Florian Westphal
2018-06-08
2
-3
/
+3
*
expr: rt: print tcpmss
Pablo Neira Ayuso
2018-06-07
1
-1
/
+1
*
expr: extend fwd to support address and protocol
Pablo Neira Ayuso
2018-06-06
3
-4
/
+62
*
expr: add connlimit support
Pablo Neira Ayuso
2018-06-06
6
-1
/
+236
*
src: Add support for native socket matching
Máté Eckl
2018-06-01
5
-0
/
+241
*
include: updated nf_tables.h
Máté Eckl
2018-05-29
3
-17
/
+19
*
rule: add nftnl_rule_list_insert_at()
Pablo Neira Ayuso
2018-05-28
3
-0
/
+11
*
expr: add map lookups for hash statements
Laura Garcia Liebana
2018-05-23
3
-0
/
+55
*
examples: Add test for assigning helper objects via rule
Harsha Sharma
2018-05-08
2
-1
/
+159
*
expr: add map lookups for numgen statements
Laura Garcia Liebana
2018-05-08
3
-0
/
+55
*
build: bump LIBVERSION
libnftnl-1.1.0
Florian Westphal
2018-05-01
1
-1
/
+1
*
udata: refuse to put more than UINT8_MAX bytes
Florian Westphal
2018-04-29
1
-1
/
+1
*
expr: objref: do not print id
Pablo Neira Ayuso
2018-04-11
1
-2
/
+2
*
examples: nft-flowtable-add: do not use nftnl_flowtable_set_array()
Pablo Neira Ayuso
2018-03-20
1
-1
/
+1
*
examples: add nft-ct-helper-{add,get,del}
Yang Zheng
2018-03-20
4
-1
/
+436
*
src: remove set/get array api
Florian Westphal
2018-03-12
2
-14
/
+0
*
src: support for NFT_CT_{SRC,DST}_{IP,IP6}
Pablo Neira Ayuso
2018-03-11
2
-3
/
+15
*
set: fix parsing for set handle attributes
Harsha Sharma
2018-03-11
1
-1
/
+1
*
configure: bump library version to 1.1.0
Pablo Neira Ayuso
2018-03-06
1
-1
/
+1
*
src: parse new handle attribute for objects
Harsha Sharma
2018-03-05
4
-1
/
+23
*
src: parse new handle attribute for sets
Harsha Sharma
2018-03-05
4
-0
/
+22
*
src: parse new handle attribute for tables
Harsha Sharma
2018-03-05
4
-2
/
+43
*
tests: add flowtable regression test
Pablo Neira Ayuso
2018-03-05
2
-0
/
+85
*
flowtable: support for flags
Pablo Neira Ayuso
2018-03-05
3
-3
/
+23
*
flowtable: allow to specify size
Pablo Neira Ayuso
2018-03-05
3
-2
/
+27
*
expr: add flow offload expression
Pablo Neira Ayuso
2018-03-05
5
-0
/
+202
*
src: add flowtable support
Pablo Neira Ayuso
2018-03-05
10
-0
/
+1351
*
set_elem: nftnl_set_elems_parse() returns 0 if set is empty
Pablo Neira Ayuso
2018-02-14
1
-1
/
+1
*
examples: nft-set-del: fix set deletion
Pablo Neira Ayuso
2018-02-14
1
-9
/
+24
*
examples: do not call nftnl_batch_is_supported()
Pablo Neira Ayuso
2018-02-14
14
-207
/
+69
*
meta: secpath support
Florian Westphal
2018-01-16
2
-1
/
+4
*
build: libnftnl 1.0.9 release
libnftnl-1.0.9
Pablo Neira Ayuso
2017-12-30
2
-2
/
+2
*
tests: change char * pointer to constant (const char *)
Harsha Sharma
2017-12-30
3
-4
/
+4
*
src: Fix exporting symbols with clang
Armin K
2017-12-30
13
-269
/
+273
*
data_reg: calm down compilation warning in nftnl_data_reg_value_json_parse()
Pablo Neira Ayuso
2017-12-28
1
-3
/
+4
*
trace: Check return value of mnl_attr_parse_nested()
Phil Sutter
2017-12-15
1
-1
/
+2
*
set_elem: Don't return garbage in nftnl_set_elems_parse()
Phil Sutter
2017-12-15
1
-1
/
+1
*
ruleset: Avoid reading garbage in nftnl_ruleset_cb()
Phil Sutter
2017-12-15
1
-5
/
+5
*
object: Avoid returning garbage in nftnl_obj_do_parse()
Phil Sutter
2017-12-15
1
-1
/
+1
*
gen: Remove a pointless call to mnl_nlmsg_get_payload()
Phil Sutter
2017-12-15
1
-2
/
+2
*
data_reg: Add a missing break in nftnl_data_reg_snprintf
Phil Sutter
2017-12-15
1
-0
/
+2
*
expr: Introduce nftnl_expr_fprintf()
Phil Sutter
2017-10-17
3
-0
/
+19
[prev]
[next]