index
:
nftables
1.0.6.y
master
nft command line tool
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cache: Fix evaluation for rules with index reference
Phil Sutter
2019-06-07
1
-7
/
+1
*
libnftables: check for errors after evaluations
Pablo Neira Ayuso
2019-06-07
1
-0
/
+3
*
mnl: bogus error when running monitor mode
Pablo Neira Ayuso
2019-06-07
1
-3
/
+1
*
libnftables: keep evaluating until parser_max_errors
Pablo Neira Ayuso
2019-06-07
1
-1
/
+2
*
evaluate: use-after-free in implicit set
Pablo Neira Ayuso
2019-06-07
1
-1
/
+2
*
rule: ensure cache consistency
Pablo Neira Ayuso
2019-06-07
1
-1
/
+8
*
src: generation ID is 32-bit long
Pablo Neira Ayuso
2019-06-07
2
-6
/
+10
*
libnftables: Drop cache in error case
Phil Sutter
2019-06-06
1
-0
/
+4
*
src: Fix cache_flush() in cache_needs_more() logic
Phil Sutter
2019-06-06
1
-0
/
+3
*
src: single cache_update() call to build cache before evaluation
Pablo Neira Ayuso
2019-06-06
6
-102
/
+143
*
src: Display parser and evaluate errors in one shot
Pablo Neira Ayuso
2019-06-05
2
-15
/
+16
*
src: perform evaluation after parsing
Pablo Neira Ayuso
2019-06-05
2
-30
/
+27
*
src: dynamic input_descriptor allocation
Pablo Neira Ayuso
2019-06-05
3
-55
/
+44
*
mnl: Simplify mnl_batch_talk()
Phil Sutter
2019-05-31
1
-16
/
+13
*
mnl: Initialize fd_set before select(), not after
Phil Sutter
2019-05-31
1
-3
/
+3
*
erec: remove double \n on error when internal_netlink is used
Pablo Neira Ayuso
2019-05-31
1
-1
/
+0
*
mnl: mnl_batch_talk() returns -1 on internal netlink errors
Pablo Neira Ayuso
2019-05-31
2
-5
/
+10
*
mnl: estimate receiver buffer size
Pablo Neira Ayuso
2019-05-31
2
-4
/
+10
*
mnl: add mnl_nft_batch_to_msg()
Pablo Neira Ayuso
2019-05-31
1
-18
/
+36
*
mnl: call mnl_set_sndbuffer() from mnl_batch_talk()
Pablo Neira Ayuso
2019-05-31
1
-1
/
+2
*
mnl: mnl_set_rcvbuffer() skips buffer size update if it is too small
Pablo Neira Ayuso
2019-05-31
1
-0
/
+11
*
mnl: add mnl_set_rcvbuffer() and use it
Pablo Neira Ayuso
2019-05-31
1
-14
/
+23
*
parser_json: Fix and simplify verdict expression parsing
Phil Sutter
2019-05-27
1
-12
/
+13
*
src: add cache_is_complete() and cache_is_updated()
Pablo Neira Ayuso
2019-05-27
1
-5
/
+10
*
src: Allow goto and jump to a variable
Fernando Fernandez Mancera
2019-05-24
3
-1
/
+20
*
src: Introduce chain_expr in jump and goto statements
Fernando Fernandez Mancera
2019-05-24
7
-22
/
+74
*
src: support for arp sender and target ethernet and IPv4 addresses
Pablo Neira Ayuso
2019-05-24
2
-8
/
+18
*
src: update cache if cmd is more specific
Eric Garver
2019-05-24
1
-0
/
+20
*
src: use definitions in include/linux/netfilter/nf_tables.h
Pablo Neira Ayuso
2019-05-12
3
-28
/
+29
*
Revert "proto: support for draft-ietf-tsvwg-le-phb-10.txt"
Pablo Neira Ayuso
2019-05-09
1
-1
/
+0
*
parser_json: Fix ct timeout object support
Phil Sutter
2019-05-09
1
-0
/
+2
*
json: Fix tproxy support regarding latest changes
Phil Sutter
2019-05-09
2
-22
/
+17
*
netlink: Fix printing of zero-length prefixes
Phil Sutter
2019-05-09
1
-1
/
+3
*
parser_json: Fix igmp support
Phil Sutter
2019-05-09
1
-0
/
+1
*
json: Support nat in inet family
Phil Sutter
2019-05-09
2
-1
/
+14
*
src: use UDATA defines from libnftnl
Phil Sutter
2019-05-03
7
-44
/
+50
*
parser_json: fix crash on add rule to bad references
Eric Garver
2019-05-03
1
-1
/
+5
*
parser_json: fix off by one index on rule add/replace
Eric Garver
2019-05-03
1
-2
/
+6
*
proto: support for draft-ietf-tsvwg-le-phb-10.txt
Loganaden Velvindron
2019-05-03
1
-0
/
+1
*
parser_json: default to unspecified l3proto for ct helper/timeout
Eric Garver
2019-05-03
1
-1
/
+1
*
src: fix double free on xt stmt destruction
Florian Westphal
2019-05-01
2
-7
/
+1
*
parser_json: Fix parser for list maps command
Phil Sutter
2019-04-30
1
-1
/
+1
*
parser_json: Fix typo in ct timeout policy parser
Phil Sutter
2019-04-30
1
-1
/
+1
*
parser_json: Disallow ct helper as type to map to
Phil Sutter
2019-04-11
1
-1
/
+0
*
parser_json: fix segfault in translating string to nft object
Laura Garcia Liebana
2019-04-11
1
-3
/
+3
*
segtree: fix memleak in interval_map_decompose()
Pablo Neira Ayuso
2019-04-10
1
-7
/
+9
*
src: memleak in expressions
Pablo Neira Ayuso
2019-04-10
2
-0
/
+7
*
src: add nat support for the inet family
Florian Westphal
2019-04-09
5
-42
/
+110
*
json: osf: add version json support
Fernando Fernandez Mancera
2019-04-08
2
-3
/
+13
*
osf: add version fingerprint support
Fernando Fernandez Mancera
2019-04-08
4
-6
/
+20
[prev]
[next]