summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* concat: add concat subtype lookup/id helpersPatrick McHardy2015-01-113-10/+6
* netlink_delinearize: cleanup hard to read codePatrick McHardy2015-01-111-60/+79
* netlink_delinearize: rename netlink_parse_*_sreg/dreg functionsPatrick McHardy2015-01-111-8/+8
* netlink: readability fixesPatrick McHardy2015-01-111-56/+71
* netlink: style fixesPatrick McHardy2015-01-111-24/+15
* netlink: style fixesPatrick McHardy2015-01-111-12/+18
* netlink: remove unnecessary temporary variablePatrick McHardy2015-01-111-54/+18
* netlink: fix memory leaksPatrick McHardy2015-01-112-1/+6
* netlink_delinearize: fix error handling for invalid registersPatrick McHardy2015-01-101-1/+4
* evaluate: add missing datatype compat checks for statement argumentsPatrick McHardy2015-01-101-23/+43
* eval: refactor NAT evaluation functionsPatrick McHardy2015-01-101-56/+54
* src: modify pr_debug() to use printf and introduce to pr_gmp_debug()Pablo Neira Ayuso2015-01-081-11/+11
* build: use -Wno-sign-compare to avoid compilation warning in mini-gmp.cPablo Neira Ayuso2015-01-081-0/+2
* build: add --with-mini-gmp switch to disable linking libgmpSteven Barth2015-01-083-2/+4446
* erec: use stdio vasprintf instead of gmp_vasprintfSteven Barth2015-01-072-3/+11
* 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-061-1/+2
* payload: assert when accessing inner transport headerPablo Neira Ayuso2015-01-041-0/+1
* 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-162-14/+18
* datatype: add define for maximum number of bits and mask of datatype idPatrick McHardy2014-12-162-2/+3
* datatype: add new subtypes field to account number of concat data typesPatrick McHardy2014-12-162-5/+9
* datatype: generate name for concat typesPatrick McHardy2014-12-161-1/+7
* datatype: missing byteorder in string_typePablo Neira Ayuso2014-12-151-0/+1
* build: restore --disable-debugPablo Neira Ayuso2014-12-151-1/+4
* parser: use 'redirect to PORT' instead of 'redirect :PORT'Pablo Neira Ayuso2014-12-123-3/+5
* 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-091-1/+3
* 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
* 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-303-44/+2
* datatype: fix crash when using basetype instead of symbolic constantsPablo Neira Ayuso2014-11-281-13/+20
* 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
* 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: autotools conversionPablo Neira Ayuso2014-11-126-34/+54