summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* evaluate: add small helper to check if payload expr needs binop adjustmentFlorian Westphal2016-08-011-2/+7
* payload: print base and raw values for unknown payloadsFlorian Westphal2016-08-012-1/+14
* netlink: add __binop_adjust helperFlorian Westphal2016-08-011-4/+9
* parser_bison: keep map flag around when flags are specifiedPablo Neira Ayuso2016-07-272-1/+22
* xt: use struct xt_xlate_{mt,tg}_paramsPablo Neira Ayuso2016-07-251-5/+15
* tests: add ether payload set testFlorian Westphal2016-07-223-0/+11
* tests: add basic payload testsFlorian Westphal2016-07-2112-0/+180
* ct: use nftables sysconf location for connlabel configurationFlorian Westphal2016-07-211-2/+5
* meta: add tests for meta randomFlorian Westphal2016-07-192-0/+12
* meta: add random supportFlorian Westphal2016-07-192-0/+5
* tests: shell: make sure split table definition works via nft -fPablo Neira Ayuso2016-07-131-0/+50
* parser_bison: fix typo in symbol redefinition error reportingPablo Neira Ayuso2016-07-131-1/+1
* src: add xt compat supportPablo Neira Ayuso2016-07-139-1/+511
* src: expose delinearize/linearize structures and stmt_error()Pablo Neira2016-07-135-36/+43
* include: cache ip_tables.h, ip6_tables.h, arp_tables.h and ebtables.hPablo Neira Ayuso2016-07-1310-1/+976
* netlink_linearize: skip NFTNL_EXPR_DYNSET_TIMEOUT attribute if timeout is unsetPablo Neira Ayuso2016-07-121-2/+3
* parser_bison: restore parsing of dynamic set element updatesPablo Neira Ayuso2016-07-121-1/+13
* datatype: time_type should send milliseconds to userspacePablo Neira Ayuso2016-07-093-10/+12
* nft: configure.ac: Replace magic dblatex dep.Nicholas Vinson2016-07-031-6/+13
* tests: shell: run-tests.sh: use src/nft binary by defaultArturo Borrero2016-06-232-2/+5
* tests: shell: cover transactions via nft -f using flat syntaxPablo Neira Ayuso2016-06-2222-0/+758
* segtree: don't check for overlaps if set definition is emptyPablo Neira Ayuso2016-06-221-1/+1
* src: use new definitions from libnftnlPablo Neira Ayuso2016-06-153-11/+11
* tests: shell: cleanup tempfile handling in testcases/sets/cache_handling_0Arturo Borrero2016-06-151-7/+1
* tests: shell: delete unused variable in run-tests.shArturo Borrero2016-06-151-1/+1
* tests: shell: add endless jump loop testsLiping Zhang2016-06-152-0/+23
* tests: shell: make testcases which using tcp/udp port more rubostLiping Zhang2016-06-157-7/+7
* payload: don't update protocol context if we can't find a descriptionFlorian Westphal2016-06-075-0/+25
* doc: Update datatypesLaura Garcia Liebana2016-06-061-26/+16
* doc: fix old parameters and update datatypesv0.6Laura Garcia Liebana2016-06-021-8/+8
* 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