summaryrefslogtreecommitdiffstats
path: root/src/evaluate.c
Commit message (Expand)AuthorAgeFilesLines
* nftables: add support for the "inet" familyPatrick McHardy2014-01-081-0/+1
* ct expr: protocol context updates and dynamic typingPatrick McHardy2014-01-081-1/+15
* expr: add protocol context update callbackPatrick McHardy2014-01-081-11/+7
* nftables: generic procotol contextsPatrick McHardy2014-01-081-8/+8
* src: add support for queueEric Leblond2014-01-041-0/+2
* src: Add support for IPv6 NATEric Leblond2013-09-301-2/+6
* src: Wrap netfilter hooks around human readable stringsTomasz Bursztyka2013-09-041-0/+43
* evaluate: fix range and comparison evaluationPablo Neira Ayuso2013-06-121-2/+2
* expr: catch missing and excess elements in concatenationsPatrick McHardy2013-04-221-1/+13
* cmd/netlink: make sure we always have a location in netlink operationsPatrick McHardy2013-04-181-2/+2
* expr: fix concat expression type propagationPatrick McHardy2013-04-181-6/+21
* expr: kill EXPR_F_PRIMARYPatrick McHardy2013-04-151-3/+1
* rule: add rule insertion (prepend) supportPatrick McHardy2012-12-141-0/+1
* chains: add chain rename supportPatrick McHardy2012-12-141-0/+1
* cmd: fix handle use after free for implicit set declarationsPatrick McHardy2012-12-101-1/+4
* rule: reenable adjacent payload mergingPatrick McHardy2012-12-091-0/+8
* sets: fix sets using intervalsPatrick McHardy2012-12-091-1/+3
* debug: include verbose message in all BUG statementsroot2012-12-081-15/+17
* evaluate: reintroduce type chekcs for relational expressionsPatrick McHardy2012-12-051-0/+27
* expression: Differentiate expr among anonymous structures in struct exprTomasz Bursztyka2012-08-031-10/+10
* evaluate: Remove useless variable in expr_evaluate_bitwise()Tomasz Bursztyka2012-08-031-2/+1
* nat: validate protocol context when performing transport protocol mappingsPatrick McHardy2010-07-061-8/+19
* debug: properly parse debug levelsPatrick McHardy2010-07-061-14/+18
* add support for new set API and standalone setsPatrick McHardy2009-07-281-35/+249
* expressions: kill seperate sym_type datatype for symbolsPatrick McHardy2009-04-011-1/+1
* datatype: maintain table of all datatypes and add registration/lookup functionPatrick McHardy2009-03-311-4/+4
* Fix multiple references to the same user defined symbolic expressionPatrick McHardy2009-03-201-2/+1
* Add support for user-defined symbolic constantsPatrick McHardy2009-03-201-4/+33
* Initial commitv0.01-alpha1Patrick McHardy2009-03-181-0/+1031