summaryrefslogtreecommitdiffstats
path: root/include/expression.h
Commit message (Expand)AuthorAgeFilesLines
* expr: add set_elem_expr as container for set element attributesPatrick McHardy2015-04-121-0/+8
* build: add --with-mini-gmp switch to disable linking libgmpSteven Barth2015-01-081-1/+1
* src: generate set members using integer_type in the appropriate byteorderPablo Neira Ayuso2014-12-091-2/+14
* expr: make range_low()/range_high() usable outside of segtreePatrick McHardy2014-09-241-0/+4
* set: abort on interval conflictsPatrick McHardy2014-03-071-1/+1
* expr: add comparison function for singleton expressionsPatrick McHardy2014-03-071-0/+4
* expr: make expr_binary_error() usable outside of evaluationPatrick McHardy2014-03-071-3/+3
* netlink_delinarize: convert *all* bitmask values into individual bit valuesPatrick McHardy2014-02-171-0/+6
* binop: take care of operator precedence when printing binop argumentsPatrick McHardy2014-02-171-0/+2
* Merge remote-tracking branch 'origin/master' into next-3.14Patrick McHardy2014-01-161-1/+1
|\
| * src: use ':' instead of '=>' in dictionariesPablo Neira Ayuso2014-01-161-1/+1
* | netlink_delinearize: remove implied meta expressionsPatrick McHardy2014-01-081-0/+1
* | expr: add protocol context update callbackPatrick McHardy2014-01-081-0/+4
* | nftables: generic procotol contextsPatrick McHardy2014-01-081-4/+4
* | expr: replace PAYLOAD_PROTOCOL_EXPR by generic flagPatrick McHardy2014-01-081-2/+3
|/
* expr: kill EXPR_F_PRIMARYPatrick McHardy2013-04-151-10/+3
* segtree: fix segtree to properly support mappingsPatrick McHardy2012-12-081-1/+1
* expression: Differentiate expr among anonymous structures in struct exprTomasz Bursztyka2012-08-031-2/+2
* add support for new set API and standalone setsPatrick McHardy2009-07-281-2/+18
* expressions: kill seperate sym_type datatype for symbolsPatrick McHardy2009-04-011-2/+1
* expr: add support for cloning expressionsPatrick McHardy2009-03-201-0/+3
* Add support for user-defined symbolic constantsPatrick McHardy2009-03-201-0/+2
* Fix use of reserved names in header sandwichPatrick McHardy2009-03-181-3/+3
* Initial commitv0.01-alpha1Patrick McHardy2009-03-181-0/+323