summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* expr: add comparison function for singleton expressionsPatrick McHardy2014-03-075-0/+60
* expr: make expr_binary_error() usable outside of evaluationPatrick McHardy2014-03-072-6/+6
* src: add support for rule human-readable commentsPablo Neira Ayuso2014-02-275-4/+38
* netlink: fix chain attribute parsingArturo Borrero2014-02-271-1/+1
* ct: connlabel matching supportFlorian Westphal2014-02-183-0/+75
* netlink: delete unused variableArturo Borrero2014-02-181-3/+0
* ct: direction should be integer, not bitmaskFlorian Westphal2014-02-181-1/+1
* netlink_delinearize: meta: fix wrong type in attributesFlorian Westphal2014-02-171-2/+2
* netlink: fix prefix expression handlingPatrick McHardy2014-02-173-58/+32
* netlink_delinarize: convert *all* bitmask values into individual bit valuesPatrick McHardy2014-02-172-19/+93
* binop: take care of operator precedence when printing binop argumentsPatrick McHardy2014-02-171-2/+28
* evaluate: use flagcmp for single RHS bitmask expressionPatrick McHardy2014-02-171-1/+5
* src: proto: fixed a rreply symbolAna Rey2014-02-171-1/+1
* meta: remove line break when printing priorityPablo Neira Ayuso2014-02-171-3/+3
* netlink_linearize: fix flagcmp opPatrick McHardy2014-02-161-4/+3
* eval: use list_splice_tail() properlyPatrick McHardy2014-02-061-2/+9
* netlink: add netlink specific locationPatrick McHardy2014-02-052-12/+16
* cmd: initialize cmd list and use list_splice_tail() for adding to command listPatrick McHardy2014-02-052-2/+3
* parser: prohibit redefinitions of symbols and verify existance on usePatrick McHardy2014-02-041-3/+18
* parser: evaluate commands immediately after parsingPatrick McHardy2014-02-043-21/+14
* parser: recover from errors in any blockPatrick McHardy2014-02-042-2/+8
* parser: close scope when encountering an error in a table or chain blockPatrick McHardy2014-02-041-2/+4
* erec: skip includes with INDESC_INTERNALPatrick McHardy2014-02-041-1/+3
* scanner: update last_line in struct locationPatrick McHardy2014-02-041-0/+1
* scanner: don't update location's line_offset for newlinesPatrick McHardy2014-02-041-1/+0
* evaluate: determine implicit relational op before RHS constant checksPatrick McHardy2014-02-041-11/+11
* Merge branch 'master' into next-3.14Pablo Neira Ayuso2014-02-031-0/+10
|\
| * mnl: fix inclusion of last rule in batch pagePablo Neira Ayuso2014-01-301-0/+10
* | Revert "set: add abstract set descriptions"Patrick McHardy2014-01-233-113/+1
* | ruleset: add XML/JSON exportArturo Borrero Gonzalez2014-01-236-3/+126
* | set: add abstract set descriptionsPatrick McHardy2014-01-223-1/+113
* | cmd: add create command for tables and chainsPatrick McHardy2014-01-216-22/+57
* | Merge remote-tracking branch 'origin/master' into next-3.14Patrick McHardy2014-01-203-26/+128
|\|
| * use new libnftnl library namePablo Neira Ayuso2014-01-202-9/+9
| * mnl: fix chain type autoloadingPablo Neira Ayuso2014-01-171-1/+1
| * datatype: add time type parser and adapt outputPablo Neira Ayuso2014-01-171-16/+118
* | Merge remote-tracking branch 'origin/master' into next-3.14Patrick McHardy2014-01-167-16/+72
|\|
| * set: make set initializer parsablePatrick McHardy2014-01-164-2/+27
| * set: make set flags output parsablePatrick McHardy2014-01-163-6/+35
| * src: use ':' instead of '=>' in dictionariesPablo Neira Ayuso2014-01-164-7/+5
| * src: add new --debug=mnl option to enable libmnl debuggingPablo Neira Ayuso2014-01-162-3/+7
* | parser: use symbolic expressions for parsing keywords as protocol valuesPatrick McHardy2014-01-161-16/+12
* | Merge remote-tracking branch 'origin/master' into next-3.14Patrick McHardy2014-01-166-12/+72
|\|
| * segtree: fix decomposition of unclosed intervalsPatrick McHardy2014-01-161-9/+30
| * segtree: only use prefix expressions for ranges for selected datatypesPatrick McHardy2014-01-163-1/+7
| * parser: fix compilation breakagePatrick McHardy2014-01-161-1/+1
| * expression: fix output of verdict mapsPablo Neira2014-01-161-1/+5
| * payload: fix inconsistency in ethertype outputPablo Neira Ayuso2014-01-161-1/+1
| * payload: fix crash when wrong ethernet protocol type is usedPablo Neira Ayuso2014-01-161-0/+1
| * parser: fix parsing of ethernet protocol typesPablo Neira Ayuso2014-01-161-0/+29