Fernando F. Mancera (1): src: add support to command "destroy" Florian Westphal (1): evaluate: set eval ctx for add/update statements with integer constants Jeremy Sowden (4): scanner: treat invalid octal strings as strings netlink_delinearize: add postprocessing for payload binops evaluate: relax type-checking for integer arguments in mark statements src: fix a couple of typo's in comments Máté Eckl (1): src: Update copyright header to GPLv2+ in socket.c Pablo Neira Ayuso (43): evaluate: fix shift exponent underflow in concatenation evaluation ct: use inet_service_type for proto-src and proto-dst src: Add GPLv2+ header to .c files of recent creation src: add eval_proto_ctx() src: add dl_proto_ctx() src: add vxlan matching support tests: py: add vxlan tests tests: shell: add vxlan set tests doc: add vxlan matching expression src: display (inner) tag in --debug=proto-ctx src: add gre support tests: py: add gre tests doc: add gre matching expression src: add geneve matching support tests: py: add geneve tests doc: add geneve matching expression src: add gretap support tests: py: add gretap tests doc: add gretap matching expression optimize: payload expression requires inner_desc comparison intervals: restrict check missing elements fix to sets with no auto-merge tests: shell: extend runtime set element automerge to cover partial deletions optimize: wrap code to build concatenation in helper function optimize: fix incorrect expansion into concatenation with verdict map optimize: select merge criteria based on candidates rules rule: add helper function to expand chain rules into commands rule: expand standalone chain that contains rules optimize: ignore existing nat mapping evaluate: print error on missing family in nat statement evaluate: infer family from mapping optimize: infer family for nat mapping src: use start condition with new destroy command parser_bison: missing close scope in destroy start condition tests: shell: cover rule insertion by index src: expand table command before evaluation evaluate: expand value to range when nat mapping contains intervals src: add last statement parser_bison: allow to use quota in sets cache: fetch more objects when resetting rule tests: shell: use bash in 0011reset_0 src: improve error reporting for unsupported chain type cmd: move command functions to src/cmd.c build: Bump version to 1.0.7 Phil Sutter (10): optimize: Clarify chain_optimize() array allocations optimize: Do not return garbage from stack netlink: Fix for potential NULL-pointer deref meta: parse_iso_date() returns boolean mnl: dump_nf_hooks() leaks memory in error path Implement 'reset rule' and 'reset rules' commands netlink_delinearize: Sanitize concat data element decoding doc: nft.8: Document lower priority limit for nat type chains xt: Fix fallback printing for extensions matching keywords Reject invalid chain priority values in user space