summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: py: move meter tests to tests/shellHEADmasterPablo Neira Ayuso6 days10-182/+250
* src: remove utf-8 character in printf linesFlorian Westphal6 days2-13/+13
* tests: py: add payload merging test casesFlorian Westphal6 days3-0/+291
* nftables: do mot merge payloads on negationSriram Rajagopalan6 days1-1/+0
* evaluate: translate meter into dynamic setPablo Neira Ayuso6 days9-34/+91
* Makefile: mkdir $(builddir}/docNeels Hofmeyr11 days1-0/+1
* tests: add test case for named ct objectsFlorian Westphal13 days2-0/+165
* parser: allow to define maps that contain ct helpersFlorian Westphal13 days1-2/+9
* parser: allow to define maps that contain timeouts and expectationsFlorian Westphal13 days1-3/+11
* rule: fix ASAN errors in chain priority to textual namesPablo Neira Ayuso14 days1-6/+9
* tests: move test case to "maps" directoryFlorian Westphal2024-03-012-0/+0
* tests: maps: add a test case for "limit" objref mapFlorian Westphal2024-03-013-0/+442
* netlink: allow typeof keywords with objref maps during listingFlorian Westphal2024-03-011-1/+7
* parser: allow typeof in objref mapsFlorian Westphal2024-03-011-0/+9
* parser: compact type/typeof set rulesFlorian Westphal2024-03-011-15/+9
* parser: compact interval typeof rulesFlorian Westphal2024-03-011-20/+14
* src: improve error reporting for destroy command谢致邦 (XIE Zhibang)2024-02-281-0/+6
* parser_json: allow 0 offsets againFlorian Westphal2024-02-261-1/+1
* tests: shell: add more json dumpsFlorian Westphal2024-02-2610-0/+2551
* tests: py: add missing json.output dataFlorian Westphal2024-02-261-0/+31
* tests: shell: add regression test for catchall double-deleteFlorian Westphal2024-02-182-0/+36
* tests: shell: permit use of host-endian constant values in set lookup keysFlorian Westphal2024-02-143-0/+126
* expression: missing line in describe command with invalid expressionPablo Neira Ayuso2024-02-131-1/+3
* evaluate: permit use of host-endian constant values in set lookup keysPablo Neira Ayuso2024-02-133-7/+18
* netlink_delinearize: move concat and value postprocessing to helpersFlorian Westphal2024-02-131-35/+47
* cache: Always set NFT_CACHE_TERSE for list cmd with --tersePhil Sutter2024-02-131-7/+3
* netlink_linearize: add assertion to catch for buggy byteorderPablo Neira Ayuso2024-02-091-0/+2
* evaluate: skip byteorder conversion for selector smaller than 2 bytesPablo Neira Ayuso2024-02-095-5/+104
* tests/shell: no longer support unprettified ".json-nft" filesThomas Haller2024-02-091-16/+3
* tests: shell: Pretty-print all *.json-nft dumpsPhil Sutter2024-02-08340-340/+41954
* tests/shell: have .json-nft dumps prettified to wrap linesThomas Haller2024-02-082-15/+53
* tests: shell: missing auto-merge in json outputPablo Neira Ayuso2024-02-073-3/+3
* cache: Optimize caching for 'list tables' commandPhil Sutter2024-02-071-1/+5
* Makefile.am: don't silence -Wimplicit-function-declarationSam James2024-02-071-1/+0
* evaluate: fix check for unknown in cmd_op_to_name谢致邦 (XIE Zhibang)2024-02-071-1/+1
* evaluate: don't assert on net/transport header conflictFlorian Westphal2024-02-072-36/+38
* datatype: display 0s time datatypePablo Neira Ayuso2024-02-071-5/+19
* tests: shell: cover netns removal for netdev and inet/ingress basechainsPablo Neira Ayuso2024-02-074-0/+78
* tests: shell: netdevice removal for inet familyPablo Neira Ayuso2024-02-072-6/+20
* json: Support sets' auto-merge optionPhil Sutter2024-01-313-2/+9
* tests: shell: add test to cover ct offload by using nft flowtablesYi Chen2024-01-231-0/+96
* tests: py: remove huge-limit test casesFlorian Westphal2024-01-194-100/+0
* rule: fix sym refcount assertionFlorian Westphal2024-01-152-1/+8
* evaluate: error out when store needs more than one 128bit register of align f...Florian Westphal2024-01-152-0/+6
* parser: reject raw payload expressions with 0 lengthFlorian Westphal2024-01-123-5/+32
* payload: only assert if l2 header base has no lengthFlorian Westphal2024-01-122-2/+2
* evaluate: release mpz type in expr_evaluate_list() error pathPablo Neira Ayuso2024-01-121-3/+9
* evaluate: release key expression in error path of implicit map with unknown d...Pablo Neira Ayuso2024-01-121-1/+3
* evaluate: bail out if anonymous concat set defines a non concat expressionPablo Neira Ayuso2024-01-124-2/+46
* evaluate: do not fetch next expression on runaway number of concatenation com...Pablo Neira Ayuso2024-01-121-2/+2