summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests/shell: add maps tests casesArturo Borrero2015-12-182-0/+18
* tests/: add shell test-suiteArturo Borrero2015-12-182-0/+95
* netlink_delinearize: add previous statement to rule_pp_ctxPablo Neira Ayuso2015-12-181-13/+17
* tests/: rearrange tests directoryArturo Borrero2015-12-15158-0/+0
* netlink_delinearize: postprocess expression before range mergePablo Neira Ayuso2015-12-141-3/+3
* src: fix sub-byte protocol header definitionsPablo Neira Ayuso2015-12-147-52/+63
* tests: vlan pcp and cfi are located in the first bytePablo Neira Ayuso2015-12-141-10/+10
* tests: fix crash when rule test is malformedPablo M. Bermudo Garay2015-12-142-7/+6
* tests: remove useless logicPablo M. Bermudo Garay2015-12-145-8/+2
* tests: add *.got files to .gitignorePablo M. Bermudo Garay2015-12-102-26/+3
* netlink_delinearize: fix use-after-freePablo Neira Ayuso2015-11-281-3/+3
* netlink: fix up indentation damagePatrick McHardy2015-11-273-112/+87
* tests: regression: fix arp.t expected payloadFlorian Westphal2015-11-271-17/+17
* proto: fix arpop symbol table endianessPatrick McHardy2015-11-251-7/+7
* payload: add payload statementPatrick McHardy2015-11-257-5/+167
* proto: add checksum key information to struct proto_descPatrick McHardy2015-11-252-0/+7
* tests: regression: allow to run tests from anywherePablo M. Bermudo Garay2015-11-191-4/+6
* tests: regression: homogenize indentation stylePablo M. Bermudo Garay2015-11-191-5/+5
* rule: move comment out of handlePatrick McHardy2015-11-156-19/+18
* evaluate: fix string matching on big endianPablo Neira Ayuso2015-11-111-3/+14
* tests: add inet test for ip/ether concatenationFlorian Westphal2015-11-104-0/+42
* tests: add test cases for ethernet header matchingFlorian Westphal2015-11-068-0/+200
* rule: don't reorder protocol payload expressions when mergingFlorian Westphal2015-11-061-7/+42
* tests: add tests matching on ether saddr for inet, bridge, ip, ip6Florian Westphal2015-11-065-0/+227
* src: allow filtering on L2 header in inet familyFlorian Westphal2015-11-064-9/+72
* src: add interface wildcard matchingPablo Neira Ayuso2015-11-029-40/+231
* src: Add command "replace" for rulesCarlos Falgueras GarcĂ­a2015-11-029-2/+68
* evaluate: fix mapping evaluationPablo Neira Ayuso2015-10-231-12/+13
* netlink_linearize: factor out prefix generationPablo Neira Ayuso2015-10-211-22/+31
* evaluate: check if table and chain exists when adding rulesPablo Neira Ayuso2015-10-181-0/+11
* parser_bison: show all sets via list sets with no familyPablo Neira Ayuso2015-10-121-11/+3
* rule: rework list chainPablo Neira Ayuso2015-10-121-1/+21
* rule: `list sets' only displays declaration, not definitionPablo Neira Ayuso2015-10-121-3/+16
* evaluate: check if set exists before listing itPablo Neira Ayuso2015-10-121-1/+11
* rule: display table when listing one setPablo Neira Ayuso2015-10-121-3/+11
* src: add `list chains' commandPablo Neira Ayuso2015-10-124-3/+42
* rule: display table when listing setsPablo Neira Ayuso2015-10-121-0/+10
* rule: fix printing of rule commentsArturo Borrero Gonzalez2015-10-081-4/+5
* expression: provide clone operation for set element opsFlorian Westphal2015-10-061-0/+10
* tests: add tests for dupPablo Neira Ayuso2015-09-305-0/+80
* src: add dup statement supportPablo Neira Ayuso2015-09-3010-3/+201
* parser: show all tables via list tables with no familyPablo Neira Ayuso2015-09-231-1/+1
* rule: filter out tables depending on familyPablo Neira Ayuso2015-09-231-1/+6
* tests: limit: extend them to validate new bytes/second and burst parametersPablo Neira Ayuso2015-09-232-6/+63
* src: add burst parameter to limitPablo Neira Ayuso2015-09-238-5/+43
* src: add per-bytes limitPablo Neira Ayuso2015-09-238-2/+129
* vlan: make != tests workFlorian Westphal2015-09-183-0/+13
* tests: vlan testsFlorian Westphal2015-09-182-0/+223
* nft: support listing expressions that use non-byte header fieldsFlorian Westphal2015-09-184-13/+159
* tests: add tests for ip version/hdrlength/tcp doffFlorian Westphal2015-09-187-0/+78