summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* datatype: use mpz_set_str instead of gmp_sscanfSteven Barth2015-01-071-3/+1
* parser: rename VERSION token to HDRVERSIONSteven Barth2015-01-072-4/+4
* evaluate: reject: fix dependency generation from nft -fPablo Neira Ayuso2015-01-062-1/+4
* payload: assert when accessing inner transport headerPablo Neira Ayuso2015-01-041-0/+1
* tests: regression: revisit chain testsPablo Neira Ayuso2014-12-224-14/+8
* tests: regression: named sets workPablo Neira Ayuso2014-12-221-4/+3
* parser: alloc specifying concat types in set declarationsPatrick McHardy2014-12-162-22/+43
* datatype: change concat_type_alloc() to construct type from idPatrick McHardy2014-12-163-15/+19
* utils: add fls()Patrick McHardy2014-12-161-0/+37
* datatype: add define for maximum number of bits and mask of datatype idPatrick McHardy2014-12-163-2/+6
* datatype: add new subtypes field to account number of concat data typesPatrick McHardy2014-12-163-5/+11
* datatype: generate name for concat typesPatrick McHardy2014-12-161-1/+7
* Bump version to v0.4v0.4Pablo Neira Ayuso2014-12-151-1/+1
* datatype: missing byteorder in string_typePablo Neira Ayuso2014-12-151-0/+1
* build: restore --disable-debugPablo Neira Ayuso2014-12-152-5/+10
* tests: regression: log.t: this works for bridge and arp since 3.17Pablo Neira Ayuso2014-12-141-5/+4
* tests: regression: simplify run_test_file() in case `-e' is usedPablo Neira Ayuso2014-12-141-15/+1
* tests: regression: fix wrong number of test filesPablo Neira Ayuso2014-12-141-1/+2
* parser: use 'redirect to PORT' instead of 'redirect :PORT'Pablo Neira Ayuso2014-12-125-24/+26
* tests: regression: redirect.t: fix bogus errorsPablo Neira Ayuso2014-12-122-2/+2
* tests: regression: adapt nat tests to use random-fullyPablo Neira Ayuso2014-12-124-27/+27
* datatype: print datatype name in datatype_print() BUG messagePatrick McHardy2014-12-111-1/+2
* dtype: fix memory leak in concat_type_destroy()Patrick McHardy2014-12-111-1/+3
* meta: properly align types in meta_template tablePatrick McHardy2014-12-111-5/+5
* stmt: rename nat "random-fully" option to "fully-random"Patrick McHardy2014-12-113-4/+4
* dtype: remove unnecessary icmp* parse/print functionsPatrick McHardy2014-12-101-39/+3
* rule: fix segmentation faults on kernels without nftables supportPablo Neira Ayuso2014-12-091-3/+4
* netlink: fix listing of range set elements in host byteorderPablo Neira Ayuso2014-12-091-1/+3
* netlink_delinearize: fix listing of set members in host byteorder using integ...Pablo Neira Ayuso2014-12-091-0/+29
* src: generate set members using integer_type in the appropriate byteorderPablo Neira Ayuso2014-12-092-3/+17
* payload: fix endianess issue in payload_expr_pctx_update()Pablo Neira Ayuso2014-12-052-4/+4
* datatype: fix name of icmp* codeEric Leblond2014-12-031-3/+3
* scanner: don't bug on too large valuesPablo Neira Ayuso2014-12-012-5/+22
* tests: regression: any/ct: remove wrong outputPablo Neira Ayuso2014-12-011-2/+2
* tests: regression: fix "Listing is broken" instead of output mismatchPablo Neira Ayuso2014-12-011-9/+6
* meta: set base field on clonesPablo Neira Ayuso2014-12-011-0/+1
* netlink_delinearize: clone on netlink_get_register(), release previous on _set()Pablo Neira Ayuso2014-12-011-1/+13
* scanner: fix reading of really long lineEric Leblond2014-12-011-1/+2
* datatype: relax datatype check in integer_type_parse()Pablo Neira Ayuso2014-11-304-44/+5
* datatype: fix crash when using basetype instead of symbolic constantsPablo Neira Ayuso2014-11-282-13/+21
* evaluate: reject: fix crash on NULL location with bridge and tcp resetAlvaro Neira2014-11-261-1/+1
* build: add missing \ in src/Makefile.am (AM_CPPFLAGS)David Kozub2014-11-251-1/+1
* tests: regression: test masquerade from nat/postrouting tooPablo Neira Ayuso2014-11-242-0/+2
* tests: regression: fix bogus error due to bashPablo Neira Ayuso2014-11-243-4/+4
* tests: regression: don't use -nnn for non-list commandsPablo Neira Ayuso2014-11-231-3/+3
* tests: regression: any/queue.t: use new syntaxPablo Neira Ayuso2014-11-231-1/+1
* parser: restore named vmapPablo Neira Ayuso2014-11-231-0/+11
* src: restore nft --debugPablo Neira Ayuso2014-11-231-1/+1
* netlink: don't bug on unknown eventsPablo Neira Ayuso2014-11-141-4/+1
* build: add autotools support for the 'files' subdirGiorgio Dal Molin2014-11-1213-14/+26