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
*
tests: shell: Add tests for low level json import
Shyam Saini
2018-01-17
1
-0
/
+71
*
src: Add import command for low level json
Shyam Saini
2018-01-17
7
-28
/
+373
*
tests: Add test for compile options.
Varsha Rao
2018-01-16
1
-0
/
+49
*
meta: add secpath support
Florian Westphal
2018-01-16
5
-0
/
+26
*
build: Bump version to v0.8.1
v0.8.1
Pablo Neira Ayuso
2018-01-11
1
-2
/
+2
*
src: Don't merge adjacent/overlapping ranges
Phil Sutter
2018-01-11
9
-25
/
+45
*
build: Restore per object CFLAGS
Phil Sutter
2018-01-10
1
-10
/
+17
*
include: refresh nf_tables.h cached copy
Pablo Neira Ayuso
2018-01-08
2
-7
/
+12
*
src: do not print limit keyword inside object definition
Pablo M. Bermudo Garay
2017-12-22
1
-2
/
+2
*
src: fix protocol context update on big-endian systems
Phil Sutter
2017-12-12
8
-17
/
+22
*
netlink_linearize: exthdr op must be u32
Florian Westphal
2017-12-11
1
-2
/
+2
*
tests/py: trivial: Fix error message
Phil Sutter
2017-12-09
1
-1
/
+1
*
Make libnftables a local static library
Phil Sutter
2017-12-04
2
-1
/
+2
*
doc: nft.8 aim for consistent synopses throughout
Duncan Roe
2017-12-03
1
-74
/
+73
*
tests/py: add test for empty string match
Harsha Sharma
2017-11-28
2
-0
/
+3
*
ct: don't print newline if label bit cannot be mapped
Florian Westphal
2017-11-27
1
-1
/
+1
*
evaluate: print error for null string
Harsha Sharma
2017-11-27
1
-1
/
+4
*
doc: nft.8 Syslog level is introduced by "level" not "syslog-level"
Duncan Roe
2017-11-27
1
-1
/
+1
*
parser_bison: no need for 'name' token for meters
Pablo Neira Ayuso
2017-11-24
6
-21
/
+24
*
parser_bison: dismiss anonymous meters
Pablo Neira Ayuso
2017-11-24
2
-9
/
+1
*
src: deprecate "flow table" syntax, replace it by "meter"
Pablo Neira Ayuso
2017-11-24
15
-104
/
+130
*
gmputil: turn mpz_printf into mpz_vfprintf to restore --with-mini-gmp
Pablo Neira Ayuso
2017-11-22
2
-9
/
+12
*
utils: fix one compilation error with --with-mini-gmp
Pablo Neira Ayuso
2017-11-22
1
-0
/
+4
*
tests: shell: Prevent lockout in nft-f/0008split_tables_0
Phil Sutter
2017-11-22
1
-2
/
+2
*
libnftables: Ensure output_fp is never NULL
Phil Sutter
2017-11-22
3
-12
/
+5
*
doc: nft.8 document use of -f option to start nft scripts
Duncan Roe
2017-11-20
1
-0
/
+3
*
tests: shell: Add test for IPv4 Mapped IPv6 address.
Varsha Rao
2017-11-20
1
-0
/
+25
*
tests: shell: Rename 0025named_limit_0 to 0026named_limit_0
Varsha Rao
2017-11-20
1
-0
/
+0
*
src: tests: files: Remove test files.
Varsha Rao
2017-11-16
13
-243
/
+0
*
rule: Make 'nft export' respect output_fp
Phil Sutter
2017-11-16
1
-2
/
+7
*
libnftables: Split code into frontend and library
Phil Sutter
2017-11-16
7
-9
/
+45
*
libnftables: Unexport enum nftables_exit_codes
Phil Sutter
2017-11-16
4
-26
/
+23
*
Eliminate struct mnl_ctx
Phil Sutter
2017-11-16
5
-221
/
+150
*
libnftables: Flush iface cache after command execution
Phil Sutter
2017-11-13
1
-0
/
+2
*
tests/monitor: Print error "this requires root" and exit
Harsha Sharma
2017-11-06
1
-0
/
+5
*
tests: shell: Add test case for map expression.
Varsha Rao
2017-11-06
1
-0
/
+10
*
parser: allow classid as set key
Arturo Borrero Gonzalez
2017-11-05
1
-0
/
+1
*
tests: nft removes required inet dependency expressions
Florian Westphal
2017-10-26
6
-1
/
+78
*
tests: enable ip/ip.t for bridge protocol, too
Florian Westphal
2017-10-26
2
-0
/
+761
*
tests: nft removes required payload protocol expressions
Florian Westphal
2017-10-26
4
-0
/
+144
*
tests: add test case that checks icmp6 in-ipv4
Florian Westphal
2017-10-26
2
-0
/
+12
*
tests: icmpX: fix expected output
Florian Westphal
2017-10-26
2
-2
/
+2
*
tests: fix harmess typo in table name
Florian Westphal
2017-10-26
2
-3
/
+3
*
libnftables: Get rid of explicit cache flushes
Phil Sutter
2017-10-26
9
-21
/
+17
*
doc: nft.8 simplify initial SYNOPSIS line
Duncan Roe
2017-10-24
1
-52
/
+14
*
src: add nft_ prefix to everything exposed through include/nftables/nftables.h
Pablo Neira Ayuso
2017-10-24
13
-66
/
+67
*
libnftables: Introduce getters and setters for everything
Phil Sutter
2017-10-24
5
-21
/
+137
*
cli: Use nft_run_cmd_from_buffer()
Phil Sutter
2017-10-24
5
-36
/
+9
*
libnftables: Introduce nft_ctx_flush_cache()
Phil Sutter
2017-10-24
3
-4
/
+9
*
libnftables: Move library stuff out of main.c
Phil Sutter
2017-10-24
8
-279
/
+328
[next]