summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bump version to v0.6Pablo Neira Ayuso2016-06-011-1/+1
* evaluate: fix "list set" unexpected behaviourPablo M. Bermudo Garay2016-06-011-1/+2
* doc: fix compression parameter indexLaura Garcia Liebana2016-06-011-1/+1
* src: add support for display maps contentPablo M. Bermudo Garay2016-05-314-0/+17
* src: add 'list maps' supportPablo M. Bermudo Garay2016-05-315-1/+15
* parser: cap comment length to 128 bytesCarlos Falgueras García2016-05-302-0/+7
* parser: Consolidate comment productionCarlos Falgueras García2016-05-301-10/+15
* parser: fix crash if we add a chain with an error chain typeLiping Zhang2016-05-301-2/+4
* meta: fix a format error display when we set priority to root or noneLiping Zhang2016-05-301-2/+4
* meta: fix endianness in priorityLiping Zhang2016-05-301-1/+1
* set_elem: Use libnftnl/udata to store set element commentCarlos Falgueras García2016-05-301-4/+46
* netlink_delinerize: don't use meta_match_postprocess for ct ppFlorian Westphal2016-05-251-7/+29
* netlink_linearize: do not duplicate user data when linearizing user dataCarlos Falgueras García2016-05-251-8/+3
* rule: add support for display flow tables contentPablo M. Bermudo Garay2016-05-204-0/+18
* rule: add 'list flow tables' supportPablo M. Bermudo Garay2016-05-204-2/+20
* evaluate: fix crash if we add an error format ruleLiping Zhang2016-05-141-1/+1
* tests/py: add tests for frag more-fragments and frag reserved2Pablo Neira Ayuso2016-05-133-21/+44
* include: constify nlexpr field in location structurePablo Neira Ayuso2016-05-131-1/+1
* parser_bison: update flow table syntaxPablo Neira Ayuso2016-05-132-6/+8
* src: add flow statementPatrick McHardy2016-05-1312-12/+245
* stmt: support generating stateful statements outside of rule contextPatrick McHardy2016-05-133-32/+61
* netlink_delinearize: support parsing statements not contained within a rulePatrick McHardy2016-05-132-29/+43
* tests/py: update for changed set name in payloadPablo Neira Ayuso2016-05-1376-1917/+1917
* set: explicitly supply name to implicit set declarationsPatrick McHardy2016-05-131-3/+6
* set: allow non-constant implicit set declarationsPatrick McHardy2016-05-131-1/+3
* src: declare interval_map_decompose() from header filePablo Neira Ayuso2016-05-133-4/+1
* netlink: several function constificationsPablo Neira Ayuso2016-05-132-16/+16
* tests/shell/run-tests.sh: print hint about testcase being executedArturo Borrero2016-05-131-0/+4
* tests/shell/run-tests.sh: execute tests in sorted orderArturo Borrero2016-05-131-1/+6
* tests/shell: add testcase to catch segfault if invalid syntax was usedArturo Borrero2016-05-131-0/+21
* tests/shell: add testcase for 'nft -f' load with actionsArturo Borrero2016-05-131-0/+68
* evaluate: check for NULL datatype in rhs in lookup exprArturo Borrero2016-05-131-9/+25
* tests/py: fix payload of dccp type in set elementsPablo Neira Ayuso2016-05-114-4/+4
* tests/py: fix fragment-offset fieldPablo Neira Ayuso2016-05-112-4/+4
* tests/py: add missing netdev ip dscp payload testsPablo Neira Ayuso2016-05-111-0/+43
* src: add ecn supportPablo Neira Ayuso2016-05-116-3/+51
* src: add dscp supportPablo Neira Ayuso2016-05-1112-17/+225
* proto: remove priority field definition from IPv6 headerPablo Neira Ayuso2016-05-112-9/+0
* proto: update IPv6 flowlabel offset and length according to RFC2460Pablo Neira Ayuso2016-05-114-2/+10
* evaluate: handle payload matching split in two bytesPablo Neira Ayuso2016-05-111-8/+16
* src: move payload sub-byte matching to the evaluation stepPablo Neira Ayuso2016-05-112-107/+97
* evaluate: transfer right shifts to set reference sidePablo Neira Ayuso2016-05-112-6/+94
* evaluate: transfer right shifts to range sidePablo Neira Ayuso2016-05-111-0/+12
* evaluate: transfer right shifts to constant sidePatrick McHardy2016-05-111-4/+26
* dist: include tests/ directory and files in tarballArturo Borrero2016-04-291-0/+2
* tests: py: allow to run tests with other nft binariesArturo Borrero2016-04-271-1/+1
* tests/py: add interval testsPablo Neira Ayuso2016-04-272-0/+23
* tests/py: explicitly indication of set type and flags from test definitionsPablo Neira Ayuso2016-04-273-32/+68
* tests/py: add more interval tests for anonymous setsPablo Neira Ayuso2016-04-274-0/+40
* tests: shell: add testcases for named sets with intervalsArturo Borrero2016-04-275-0/+97