summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc: Add JSON schema documentationPhil Sutter2018-06-114-4/+1261
* JSON: Support latest enhancements of fwd statementPhil Sutter2018-06-116-33/+102
* JSON: Add support for connlimit statementPhil Sutter2018-06-114-0/+32
* JSON: Add support for socket expressionPhil Sutter2018-06-116-0/+63
* JSON: Don't print burst if equal to 5Phil Sutter2018-06-111-1/+1
* tests/py: Fix JSON for flowtable testsPhil Sutter2018-06-114-28/+7
* JSON: Call verdict maps 'vmap' in JSON as wellPhil Sutter2018-06-1117-74/+80
* tests: build: cover --with-json tooPablo Neira Ayuso2018-06-101-1/+1
* tests: shell: timeout: fix output for HZ=250v0.9.0Florian Westphal2018-06-081-2/+2
* tests: shell: add quotes when using <<<-style here documentFlorian Westphal2018-06-0852-59/+59
* build: missing headers file in Makefile.amFlorian Westphal2018-06-081-0/+2
* build: Bump version to v0.9.0Florian Westphal2018-06-081-2/+2
* build: update release namePablo Neira Ayuso2018-06-081-1/+1
* tests: use 100ms for set timeoutFlorian Westphal2018-06-071-2/+2
* src: netlink_delinarize: don't stop when encountering unsupported expressionFlorian Westphal2018-06-071-1/+1
* tests: shell: add crash reproducerFlorian Westphal2018-06-071-0/+4
* src: do not reset generation ID on ruleset flushPablo Neira Ayuso2018-06-073-4/+24
* test: py: Add test cases for socket matchingMáté Eckl2018-06-062-0/+39
* include: update linux/netfilter_ipv4.hMáté Eckl2018-06-061-4/+10
* src: Introduce socket matchingMáté Eckl2018-06-0610-0/+176
* expr: extend fwd statement to support address and familyPablo Neira Ayuso2018-06-069-20/+124
* src: connlimit supportPablo Neira Ayuso2018-06-067-3/+102
* nat: Eliminate misuse of AF_*Máté Eckl2018-06-062-5/+5
* evaluate: explicitly deny concatenated types in interval setsPhil Sutter2018-06-061-0/+4
* nft.8: Fix reject statement documentationPhil Sutter2018-06-061-5/+5
* configure.ac: fix typo in docbook2x error messageFernando Fernandez Mancera2018-06-051-1/+1
* log: Add support for audit loggingPhil Sutter2018-06-037-3/+36
* tests/py: ip6/flowtable.t: Add missing JSON expected outputPhil Sutter2018-06-031-0/+62
* JSON: Review large number parsing/printingPhil Sutter2018-06-032-25/+29
* JSON: Fix replace command parserPhil Sutter2018-06-031-1/+2
* JSON: Fix add rule with indexPhil Sutter2018-06-031-1/+1
* JSON: Simplify verdict statement parsingPhil Sutter2018-06-031-36/+3
* JSON: Simplify wildcard expressionPhil Sutter2018-06-031-12/+11
* parser_bison: Merge wildcard_rhs_expr and wildcard_stmt_exprPhil Sutter2018-06-031-18/+7
* tests/py: Add missing JSON equivalent for rule in inet/tcp.tPhil Sutter2018-06-011-0/+16
* tests/py: Add missing JSON equivalent for inet/sets.tPhil Sutter2018-06-011-0/+37
* tests/py: Adjust JSON for changes in any/ct.tPhil Sutter2018-06-012-4/+94
* JSON: Simplify immediate value parsingPhil Sutter2018-06-011-45/+31
* JSON: Fix parsing of meter statement keyPhil Sutter2018-06-011-2/+2
* JSON: Improve prefix expression parsing error message a bitPhil Sutter2018-06-011-1/+1
* JSON: Simplify tcp option expression parsing a bitPhil Sutter2018-06-011-3/+2
* JSON: Fix parsing and printing of limit objectsPhil Sutter2018-06-012-44/+48
* JSON: Review set elem expressionsPhil Sutter2018-06-015-17/+34
* JSON: Review meter statement supportPhil Sutter2018-06-012-7/+9
* JSON: Sort out rule position and handles in generalPhil Sutter2018-06-013-37/+24
* JSON: Disallow non-array concat expression valuesPhil Sutter2018-06-011-3/+1
* JSON: Use "type" for CT helper objectPhil Sutter2018-06-012-3/+3
* objref: Use "ct helper" for NFT_OBJECT_CT_HELPERPhil Sutter2018-06-013-4/+4
* statement: old kernels are allowing burst zero, don't print itPablo Neira Ayuso2018-05-301-1/+1
* tests: shell: remove nft_objref module on cleanupPablo Neira Ayuso2018-05-301-1/+1