index
:
nftables
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
*
build: Bump version to v0.9.5
v0.9.5
Pablo Neira Ayuso
2020-06-06
1
-4
/
+4
*
src: allow flowtable definitions with no devices
Pablo Neira Ayuso
2020-06-02
3
-13
/
+14
*
src: delete devices to an existing flowtable
Pablo Neira Ayuso
2020-06-02
2
-0
/
+18
*
src: add devices to an existing flowtable
Pablo Neira Ayuso
2020-06-02
2
-16
/
+21
*
mnl: add function to convert flowtable device list to array
Pablo Neira Ayuso
2020-06-02
1
-20
/
+34
*
tests: py: Enable anonymous set rule with concatenated ranges in inet/sets.t
Stefano Brivio
2020-05-28
4
-1
/
+41
*
evaluate: Perform set evaluation on implicitly declared (anonymous) sets
Stefano Brivio
2020-05-28
1
-10
/
+10
*
evaluate: enable reject with 802.1q
Michael Braun
2020-05-28
3
-6
/
+24
*
datatype: add frag-needed (ipv4) to reject options
Michael Braun
2020-05-28
4
-3
/
+6
*
src: remove empty file
Pablo Neira Ayuso
2020-05-26
1
-0
/
+0
*
tests: py: Actually use all available hooks in bridge/chains.t
Stefano Brivio
2020-05-25
1
-2
/
+2
*
build: Fix doc build, restore A2X assignment for doc/Makefile
Stefano Brivio
2020-05-25
1
-2
/
+2
*
build: fix tentative generation of nft.8 after disabled doc
Laura Garcia Liebana
2020-05-18
1
-1
/
+1
*
src: add CMD_OBJ_SETELEMS
Pablo Neira Ayuso
2020-05-14
2
-4
/
+21
*
libnftables: call nft_cmd_expand() only with CMD_ADD
Pablo Neira Ayuso
2020-05-14
1
-1
/
+5
*
src: rename CMD_OBJ_SETELEM to CMD_OBJ_ELEMENTS
Pablo Neira Ayuso
2020-05-14
6
-17
/
+17
*
mnl: fix error rule reporting with missing table/chain and anonymous sets
Pablo Neira Ayuso
2020-05-14
1
-0
/
+1
*
JSON: Improve performance of json_events_cb()
Phil Sutter
2020-05-14
1
-3
/
+6
*
evaluate: fix memleak in stmt_evaluate_reject_icmp()
Pablo Neira Ayuso
2020-05-06
1
-0
/
+2
*
src: fix netlink_get_setelem() memleaks
Pablo Neira Ayuso
2020-05-06
2
-1
/
+5
*
src: ct_timeout: release policy string and state list
Pablo Neira Ayuso
2020-05-05
2
-0
/
+2
*
parser_bison: release helper type string after parsing
Pablo Neira Ayuso
2020-05-05
1
-0
/
+1
*
parser_bison: release extended priority string after parsing
Pablo Neira Ayuso
2020-05-05
1
-0
/
+1
*
src: add rule_stmt_append() and use it
Pablo Neira Ayuso
2020-05-05
5
-10
/
+14
*
src: add rule_stmt_insert_at() and use it
Pablo Neira Ayuso
2020-05-05
3
-4
/
+15
*
segtree: Fix get element command with prefixes
Phil Sutter
2020-05-04
2
-18
/
+45
*
segtree: Merge get_set_interval_find() and get_set_interval_end()
Phil Sutter
2020-05-04
1
-47
/
+16
*
segtree: Use expr_clone in get_set_interval_*()
Phil Sutter
2020-05-04
1
-6
/
+2
*
segtree: Fix missing expires value in prefixes
Phil Sutter
2020-05-04
1
-1
/
+1
*
main: fix get_optstring truncating output
Michael Braun
2020-05-02
1
-1
/
+3
*
tests: dump generated use new nft tool
Michael Braun
2020-05-01
1
-1
/
+1
*
datatype: fix double-free resulting in use-after-free in datatype_free
Michael Braun
2020-05-01
2
-1
/
+3
*
utils: fix UBSAN warning in fls
Michael Braun
2020-05-01
1
-1
/
+1
*
main: fix ASAN -fsanitize=address error in get_optstring()
Michael Braun
2020-05-01
1
-4
/
+4
*
ct: Add support for the 'id' key
Brett Mastbergen
2020-05-01
5
-1
/
+14
*
rule: fix element cache update in __do_add_setelems()
Pablo Neira Ayuso
2020-04-30
1
-1
/
+1
*
rule: memleak in __do_add_setelems()
Pablo Neira Ayuso
2020-04-30
1
-1
/
+2
*
nat: transform range to prefix expression when possible
Pablo Neira Ayuso
2020-04-30
4
-5
/
+10
*
evaluate: incorrect byteorder with typeof and integer_datatype
Pablo Neira Ayuso
2020-04-29
3
-1
/
+12
*
tests: shell: add NAT mappings tests
Pablo Neira Ayuso
2020-04-28
4
-0
/
+53
*
tests: py: remove range test with service names
Pablo Neira Ayuso
2020-04-28
1
-1
/
+0
*
mnl: restore --debug=netlink output with sets
Pablo Neira Ayuso
2020-04-28
1
-0
/
+5
*
tests: py: concatenation, netmap and nat mappings
Pablo Neira Ayuso
2020-04-28
2
-0
/
+31
*
evaluate: fix crash when handling concatenation without map
Pablo Neira Ayuso
2020-04-28
1
-0
/
+3
*
src: add STMT_NAT_F_CONCAT flag and use it
Pablo Neira Ayuso
2020-04-28
7
-8
/
+8
*
src: add netmap support
Pablo Neira Ayuso
2020-04-28
5
-1
/
+27
*
include: resync nf_nat.h kernel header
Pablo Neira Ayuso
2020-04-28
1
-1
/
+12
*
src: NAT support for intervals in maps
Pablo Neira Ayuso
2020-04-28
10
-4
/
+250
*
build: Allow building from tarballs without yacc/lex
Matt Turner
2020-04-19
1
-2
/
+2
*
build: Include generated man pages in dist tarball
Matt Turner
2020-04-19
2
-10
/
+9
[next]