index
:
nftables
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
*
src: netlink_delinarize: don't stop when encountering unsupported expression
Florian Westphal
2018-06-07
1
-1
/
+1
*
src: do not reset generation ID on ruleset flush
Pablo Neira Ayuso
2018-06-07
2
-3
/
+21
*
src: Introduce socket matching
Máté Eckl
2018-06-06
7
-0
/
+117
*
expr: extend fwd statement to support address and family
Pablo Neira Ayuso
2018-06-06
7
-19
/
+117
*
src: connlimit support
Pablo Neira Ayuso
2018-06-06
5
-2
/
+72
*
nat: Eliminate misuse of AF_*
Máté Eckl
2018-06-06
2
-5
/
+5
*
evaluate: explicitly deny concatenated types in interval sets
Phil Sutter
2018-06-06
1
-0
/
+4
*
log: Add support for audit logging
Phil Sutter
2018-06-03
3
-3
/
+10
*
JSON: Review large number parsing/printing
Phil Sutter
2018-06-03
2
-25
/
+29
*
JSON: Fix replace command parser
Phil Sutter
2018-06-03
1
-1
/
+2
*
JSON: Fix add rule with index
Phil Sutter
2018-06-03
1
-1
/
+1
*
JSON: Simplify verdict statement parsing
Phil Sutter
2018-06-03
1
-36
/
+3
*
JSON: Simplify wildcard expression
Phil Sutter
2018-06-03
1
-12
/
+11
*
parser_bison: Merge wildcard_rhs_expr and wildcard_stmt_expr
Phil Sutter
2018-06-03
1
-18
/
+7
*
JSON: Simplify immediate value parsing
Phil Sutter
2018-06-01
1
-45
/
+31
*
JSON: Fix parsing of meter statement key
Phil Sutter
2018-06-01
1
-2
/
+2
*
JSON: Improve prefix expression parsing error message a bit
Phil Sutter
2018-06-01
1
-1
/
+1
*
JSON: Simplify tcp option expression parsing a bit
Phil Sutter
2018-06-01
1
-3
/
+2
*
JSON: Fix parsing and printing of limit objects
Phil Sutter
2018-06-01
2
-44
/
+48
*
JSON: Review set elem expressions
Phil Sutter
2018-06-01
2
-14
/
+7
*
JSON: Review meter statement support
Phil Sutter
2018-06-01
2
-7
/
+9
*
JSON: Sort out rule position and handles in general
Phil Sutter
2018-06-01
2
-29
/
+22
*
JSON: Disallow non-array concat expression values
Phil Sutter
2018-06-01
1
-3
/
+1
*
JSON: Use "type" for CT helper object
Phil Sutter
2018-06-01
2
-3
/
+3
*
objref: Use "ct helper" for NFT_OBJECT_CT_HELPER
Phil Sutter
2018-06-01
2
-2
/
+2
*
statement: old kernels are allowing burst zero, don't print it
Pablo Neira Ayuso
2018-05-30
1
-1
/
+1
*
statement: don't print burst if equals 5
Pablo Neira Ayuso
2018-05-29
1
-1
/
+1
*
meters: do not set a defaut meter size from userspace
Florian Westphal
2018-05-29
1
-1
/
+1
*
segtree: incorrect handling of comments and timeouts with mapping
Pablo Neira Ayuso
2018-05-25
1
-21
/
+46
*
fix printing of "tcp flags syn" and "tcp flags == syn" expressions
Sabrina Dubroca
2018-05-25
2
-1
/
+6
*
segtree: add timeout for range and prefix expressions in sets
Pablo Neira Ayuso
2018-05-24
1
-0
/
+10
*
segtree: missing comments in range and prefix expressions in sets
Pablo Neira Ayuso
2018-05-16
1
-0
/
+6
*
libnftables: Move scanner object into struct nft_ctx
Phil Sutter
2018-05-15
1
-22
/
+21
*
nftables: xt: don't use hard-coded AF_INET
Florian Westphal
2018-05-14
1
-4
/
+20
*
evaluate: Return ENOENT if rule index is too large
Phil Sutter
2018-05-11
1
-1
/
+1
*
libnftables: Implement JSON parser
Phil Sutter
2018-05-11
3
-4
/
+3152
*
libnftables: Implement JSON output support
Phil Sutter
2018-05-11
16
-1
/
+1657
*
libnftables: Introduce a few helper functions
Phil Sutter
2018-05-11
2
-15
/
+50
*
libnftables: Make some functions globally accessible
Phil Sutter
2018-05-11
4
-6
/
+6
*
libnftables: Make some arrays globally accessible
Phil Sutter
2018-05-11
7
-9
/
+9
*
libnftables: Put bison parsing into dedicated functions
Phil Sutter
2018-05-11
1
-39
/
+62
*
Support 'add/insert rule index <IDX>'
Phil Sutter
2018-05-09
4
-2
/
+64
*
rule: Copy locations in handle_merge()
Phil Sutter
2018-05-09
1
-3
/
+9
*
Deprecate add/insert rule 'position' argument
Phil Sutter
2018-05-09
1
-0
/
+8
*
src: support timeouts in milliseconds
Florian Westphal
2018-05-09
5
-23
/
+43
*
xt: don't BUG if we can't find an extensions
Florian Westphal
2018-05-08
1
-6
/
+8
*
parser: added missing semicolon
Máté Eckl
2018-05-08
1
-0
/
+1
*
scanner: Support rfc4291 IPv4-compatible addresses
Phil Sutter
2018-05-06
1
-1
/
+2
*
proto: Fix wrong token in proto_icmp6
Phil Sutter
2018-05-06
1
-1
/
+1
*
src: use location to display error messages
Pablo Neira Ayuso
2018-05-06
1
-62
/
+94
[next]