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
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: simplify netlink_get_setelems() and rename it to netlink_list_setelems()
Pablo Neira Ayuso
2018-04-24
3
-13
/
+9
*
netlink: remove unused function declarations
Pablo Neira Ayuso
2018-04-24
1
-4
/
+0
*
netlink: don't pass location to netlink_list_*() function
Pablo Neira Ayuso
2018-04-24
3
-38
/
+21
*
netlink: netlink_list_chains() callers always wants all existing chains
Pablo Neira Ayuso
2018-04-24
1
-15
/
+1
*
netlink: pass cmd object to netlink function calls
Pablo Neira Ayuso
2018-04-24
3
-163
/
+129
*
netlink: remove dead netlink_io_error() calls
Pablo Neira Ayuso
2018-04-20
1
-58
/
+4
*
mnl: remove non-batch netlink code
Pablo Neira Ayuso
2018-04-20
2
-149
/
+0
*
evaluate: clear expression context before cmd evaluation
Florian Westphal
2018-04-19
2
-0
/
+11
*
src: use ibrname and obrname
Pablo Neira Ayuso
2018-04-19
8
-18
/
+18
*
parser_bison: missing rules for IBRIDGENAME and OBRIDGENAME
Pablo Neira Ayuso
2018-04-19
1
-0
/
+2
*
expression: fix constant expression allocation on big endian with partial bytes
Sabrina Dubroca
2018-04-19
1
-1
/
+1
*
evaluate: reset eval context when evaluating set definitions
Florian Westphal
2018-04-18
3
-0
/
+18
*
src: rename ibrportname, obrportname
Florian Westphal
2018-04-17
8
-6
/
+42
*
scanner: add helpers token
Florian Westphal
2018-04-17
1
-0
/
+1
*
parser_bison: Pass struct nft_ctx to parser_init()
Phil Sutter
2018-04-14
3
-16
/
+10
*
libnftables: Keep cmds list outside of parser_state
Phil Sutter
2018-04-14
3
-20
/
+29
*
ct: Remove duplicate include of gmputil.h
Phil Sutter
2018-04-14
1
-1
/
+0
*
Review .gitignore files contents
Phil Sutter
2018-04-14
2
-19
/
+8
*
tests/py: Fix differences printing for rules with sets
Phil Sutter
2018-04-14
1
-2
/
+2
*
tests/py: rt.t: Drop needless rule output
Phil Sutter
2018-04-14
1
-1
/
+1
*
segtree: Fix for last elem at interval end
Phil Sutter
2018-04-14
2
-11
/
+15
*
Review raw payload allocation points
Phil Sutter
2018-04-14
2
-6
/
+1
*
segtree: Fix memory leaks
Phil Sutter
2018-04-14
1
-6
/
+21
*
rule: Free table->objs in table_free()
Phil Sutter
2018-04-14
1
-0
/
+3
*
libnftables: Fix forgotten bit after introducing error_fp
Phil Sutter
2018-04-14
1
-3
/
+0
*
erec: Review erec_print()
Phil Sutter
2018-04-14
3
-42
/
+44
*
cli: Drop String termination workaround
Phil Sutter
2018-04-11
1
-9
/
+1
*
tests: py: remove object ID from payload file
Pablo Neira Ayuso
2018-04-11
1
-4
/
+4
*
tests/py: Allow passing multiple files to nft-test.py
Phil Sutter
2018-04-11
1
-5
/
+6
*
tests/py: Review print statements in nft-test.py
Phil Sutter
2018-04-11
1
-41
/
+39
*
tests/py: Use libnftables instead of calling nft binary
Phil Sutter
2018-04-11
19
-120
/
+339
*
libnftables: Simplify cookie integration
Phil Sutter
2018-04-11
2
-66
/
+44
*
libnftables: Support buffering output and error
Phil Sutter
2018-04-11
3
-0
/
+153
*
libnftables: Introduce nft_ctx_set_error()
Phil Sutter
2018-04-11
4
-4
/
+17
*
libnftables: Fix for input without trailing newline
Phil Sutter
2018-04-11
3
-5
/
+11
*
ct: Fix output_fp bypass in ct_print()
Phil Sutter
2018-04-10
1
-1
/
+1
*
configure: don't enable xtables when --without-xtables is passed
Florian Westphal
2018-04-04
1
-1
/
+1
*
evaluate: use recursive call for SET_REF handling
Florian Westphal
2018-04-03
1
-29
/
+1
*
evaluate: handle EXPR_MAPPING
Florian Westphal
2018-04-03
1
-0
/
+4
*
evaluate: split binop xfer to separate function
Florian Westphal
2018-04-03
1
-16
/
+31
*
evaluate: move lhs fixup to a helper
Florian Westphal
2018-04-03
1
-19
/
+28
*
netlink: floating point exception with concatenations
Pablo Neira Ayuso
2018-04-03
1
-1
/
+1
*
evaluate: propagate binop_transfer() adjustment to set key size
Pablo Neira Ayuso
2018-04-03
1
-1
/
+2
*
evaluate: do not inconditionally update cache from flush command
Pablo Neira Ayuso
2018-04-01
1
-5
/
+15
*
src: use mini-gmp 6.1.2 stable release
Pablo Neira Ayuso
2018-04-01
1
-66
/
+52
*
tests: ip6: fix 'missing payload' error
Florian Westphal
2018-04-01
1
-1
/
+1
*
nft-test: check start of rule with sets too
Florian Westphal
2018-04-01
1
-0
/
+4
*
tests: ct, meta: fixes for upcoming nft-test.py fix
Florian Westphal
2018-04-01
3
-28
/
+28
*
tests: mh: fix expected test output
Florian Westphal
2018-04-01
1
-1
/
+1
*
tests: redirect: fix tests for upcoming nft-test.py fix
Florian Westphal
2018-04-01
7
-11
/
+11
[next]