summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ct: add support for directional keysFlorian Westphal2016-01-046-13/+83
* doc: update meta and ct expression keyword listsFlorian Westphal2016-01-041-0/+62
* parser: restore bitwise operations from the rhs of relational expressionsPablo Neira Ayuso2016-01-031-6/+41
* parser: rename multiton_expr to multiton_rhs_exprPablo Neira Ayuso2016-01-031-14/+14
* parser: get rid of multiton_expr from lhs relational expressionPablo Neira Ayuso2016-01-031-10/+44
* parser: add redirect constant to rhs_expr rulePablo Neira Ayuso2016-01-033-1/+9
* parser: restrict relational rhs expression recursionPablo Neira Ayuso2016-01-031-108/+159
* tests: py: check set value from selector and mapPablo Neira Ayuso2016-01-032-0/+15
* src: add new netdev protocol descriptionPablo Neira Ayuso2015-12-255-4/+50
* tests/shell: add tests for handles and commentsArturo Borrero2015-12-254-0/+34
* tests/shell: add test case for cache bugArturo Borrero2015-12-181-0/+35
* 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