summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* segtree: Merge get_set_interval_find() and get_set_interval_end()Phil Sutter2020-05-041-47/+16
* segtree: Use expr_clone in get_set_interval_*()Phil Sutter2020-05-041-6/+2
* segtree: Fix missing expires value in prefixesPhil Sutter2020-05-041-1/+1
* main: fix get_optstring truncating outputMichael Braun2020-05-021-1/+3
* tests: dump generated use new nft toolMichael Braun2020-05-011-1/+1
* datatype: fix double-free resulting in use-after-free in datatype_freeMichael Braun2020-05-012-1/+3
* utils: fix UBSAN warning in flsMichael Braun2020-05-011-1/+1
* main: fix ASAN -fsanitize=address error in get_optstring()Michael Braun2020-05-011-4/+4
* ct: Add support for the 'id' keyBrett Mastbergen2020-05-015-1/+14
* rule: fix element cache update in __do_add_setelems()Pablo Neira Ayuso2020-04-301-1/+1
* rule: memleak in __do_add_setelems()Pablo Neira Ayuso2020-04-301-1/+2
* nat: transform range to prefix expression when possiblePablo Neira Ayuso2020-04-304-5/+10
* evaluate: incorrect byteorder with typeof and integer_datatypePablo Neira Ayuso2020-04-293-1/+12
* tests: shell: add NAT mappings testsPablo Neira Ayuso2020-04-284-0/+53
* tests: py: remove range test with service namesPablo Neira Ayuso2020-04-281-1/+0
* mnl: restore --debug=netlink output with setsPablo Neira Ayuso2020-04-281-0/+5
* tests: py: concatenation, netmap and nat mappingsPablo Neira Ayuso2020-04-282-0/+31
* evaluate: fix crash when handling concatenation without mapPablo Neira Ayuso2020-04-281-0/+3
* src: add STMT_NAT_F_CONCAT flag and use itPablo Neira Ayuso2020-04-287-8/+8
* src: add netmap supportPablo Neira Ayuso2020-04-285-1/+27
* include: resync nf_nat.h kernel headerPablo Neira Ayuso2020-04-281-1/+12
* src: NAT support for intervals in mapsPablo Neira Ayuso2020-04-2810-4/+250
* build: Allow building from tarballs without yacc/lexMatt Turner2020-04-191-2/+2
* build: Include generated man pages in dist tarballMatt Turner2020-04-192-10/+9
* parser_bison: proper ct timeout list initializationPablo Neira Ayuso2020-04-161-2/+5
* src: Set NFT_SET_CONCAT flag for sets with concatenated rangesStefano Brivio2020-04-141-1/+8
* include: Resync nf_tables.h cache copyStefano Brivio2020-04-141-0/+2
* segtree: broken error reporting with mappingsPablo Neira Ayuso2020-04-112-5/+22
* doc: add hashing expressions descriptionLaura Garcia Liebana2020-04-011-0/+29
* concat: provide proper dtype when parsing typeof udataFlorian Westphal2020-04-013-5/+21
* build: Bump version to v0.9.4v0.9.4Pablo Neira Ayuso2020-04-011-3/+3
* netlink: Show the handles of unknown rules in "nft monitor trace"Luis Ressel2020-04-011-15/+27
* main: swap json and gmp fields in nft -VPablo Neira Ayuso2020-04-011-1/+1
* parser_bison: simplify error in chain type and hookPablo Neira Ayuso2020-03-311-3/+3
* evaluate: check for device in non-netdev chainsPablo Neira Ayuso2020-03-311-0/+3
* evaluate: improve error reporting in netdev ingress chainPablo Neira Ayuso2020-03-311-2/+9
* parser_bison: store location of basechain definitionPablo Neira Ayuso2020-03-312-7/+11
* rule: add hook_specPablo Neira Ayuso2020-03-318-34/+40
* evaluate: display error if set statement is missingPablo Neira Ayuso2020-03-271-7/+15
* src: add support for flowtable counterPablo Neira Ayuso2020-03-265-0/+14
* include: resync nf_tables.h cache copyPablo Neira Ayuso2020-03-261-0/+25
* tests: shell: Introduce test for insertion of overlapping and non-overlapping...Stefano Brivio2020-03-261-0/+66
* tests: py: update nat expressions payload to include proto flagsPablo Neira Ayuso2020-03-208-29/+29
* src: support for counter in set definitionPablo Neira Ayuso2020-03-206-0/+37
* evaluate: add range specified flag setting (missing NF_NAT_RANGE_PROTO_SPECIF...Pablo Neira Ayuso2020-03-191-0/+3
* src: support for restoring element countersPablo Neira Ayuso2020-03-184-2/+40
* netlink: remove unused parameter from netlink_gen_stmt_stateful()Pablo Neira Ayuso2020-03-181-23/+13
* tests/py: Move tcpopt.t to any/ directoryPhil Sutter2020-03-1013-1528/+649
* tests/py: Add tests involving concatenated rangesPhil Sutter2020-03-105-0/+77
* parser_json: Support ranges in concat expressionsPhil Sutter2020-03-101-22/+29