summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: shell: add testcases for comments in set elementsArturo Borrero Gonzalez2016-11-093-0/+35
* segtree: keep element comments in set intervalsPablo Neira Ayuso2016-11-091-3/+7
* src: add offset attribute for hash expressionLaura Garcia Liebana2016-11-099-9/+36
* src: make hash seed attribute optionalLaura Garcia Liebana2016-11-093-0/+13
* tests: shell: add a new testcase for ruleset loading bugArturo Borrero Gonzalez2016-11-091-0/+27
* tests: shell: introduce the cache testcases directoryArturo Borrero Gonzalez2016-11-091-0/+0
* tests: shell: delete useless stderr output in testcaseArturo Borrero Gonzalez2016-11-091-1/+1
* xt: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez2016-11-091-1/+1
* netlink_linearize: skip set element expression in flow table keyPablo Neira Ayuso2016-10-313-3/+25
* doc: fix synopsis for ct expressionAnders K. Pedersen2016-10-311-10/+15
* evaluate: Allow concatenation of rt nexthop etc.Anders K. Pedersen2016-10-311-7/+7
* tests/py: add missing payload test for numgen offsetPablo Neira Ayuso2016-10-311-0/+5
* log: rename the log level "warning" to "warn"Liping Zhang2016-10-311-1/+1
* ct: fix "ct l3proto/protocol" syntax brokenLiping Zhang2016-10-301-1/+3
* Correct description of -n/--numeric optionJon Jensen2016-10-292-10/+7
* Replace tests/files/expr-rt with Python based tests, and replace ether typeAnders K. Pedersen2016-10-2911-26/+61
* src: add fib expressionFlorian Westphal2016-10-2814-0/+395
* rt: introduce routing expressionAnders K. Pedersen2016-10-2813-1/+401
* meta: allow resolving meta keys at run timeFlorian Westphal2016-10-274-7/+66
* ct: allow resolving ct keys at run timeFlorian Westphal2016-10-275-15/+69
* utils: provide snprintf helper macroFlorian Westphal2016-10-271-0/+10
* parser: add offset keyword and parser rulePablo Neira Ayuso2016-10-272-1/+7
* netlink: fix linearize numgen typeLaura Garcia Liebana2016-10-271-1/+1
* src: add offset attribute for numgen expressionLaura Garcia Liebana2016-10-278-7/+20
* meta: fix pkttype name and add 'other' symbolFlorian Westphal2016-10-273-5/+7
* src: don't need keyword for log levelPablo Neira Ayuso2016-10-212-16/+24
* tests: shell: update kernel modules to cleanArturo Borrero Gonzalez2016-10-211-2/+4
* parser_bison: allow to use variable to add/create/delete elementsPablo Neira Ayuso2016-10-212-3/+25
* netlink: fix monitor trace crash with netdev familyFlorian Westphal2016-10-211-2/+5
* src: support ct l3proto/protocol without direction syntaxLiping Zhang2016-10-173-8/+10
* src: use new range expression for != [a,b] intervalsPablo Neira Ayuso2016-10-1758-421/+293
* meta: permit numeric interface typeFlorian Westphal2016-10-171-2/+13
* tests: py: fix numgen case failed due to changes in libnftnlLiping Zhang2016-09-231-3/+3
* tests: py: add more test cases for queue exprLiping Zhang2016-09-232-6/+17
* src: fix compile error due to _UNTIL renamed to _MODULUS in libnftnlLiping Zhang2016-09-123-4/+4
* tests: py: replace "eth0" with "lo" in dup expr testsLiping Zhang2016-09-124-12/+12
* payload: remove byteorder conversionFlorian Westphal2016-09-091-2/+0
* tests: catch ordering issue w. ether setFlorian Westphal2016-09-092-3/+3
* datatype: ll: use big endian byte orderingFlorian Westphal2016-09-092-5/+6
* doc: payload and conntrack statementFlorian Westphal2016-09-091-1/+81
* doc: update meta expressionFlorian Westphal2016-09-091-0/+6
* doc: nft: document log, reject, counter, meta, limit, nat and queue statementsPablo Neira Ayuso2016-09-081-3/+457
* doc: nft: add my copyright statement to the manpagePablo Neira Ayuso2016-09-081-4/+17
* netlink_delinearize: Avoid potential null pointer derefPablo Neira Ayuso2016-09-071-0/+13
* tests: py: any: Remove duplicate testsManuel Johannes Messner2016-09-062-15/+0
* tests: py: any: Make tests more generic by using other interfacesManuel Johannes Messner2016-09-062-71/+71
* tests: py: nft-tests.py: Add function for loading and removing kernel modulesManuel Johannes Messner2016-09-061-0/+32
* evaluate: display expression, statement and command name on debugPablo Neira Ayuso2016-09-051-3/+31
* evaluate: Avoid undefined behaviour in concat_subtype_id()Phil Sutter2016-09-051-1/+4
* evaluate: reject: Have a generic fix for missing network contextPhil Sutter2016-09-051-3/+1