summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rule: add rule insertion (prepend) supportPatrick McHardy2012-12-145-6/+31
* chains: add chain rename supportPatrick McHardy2012-12-145-5/+65
* netlink: fix query requestsPatrick McHardy2012-12-141-6/+10
* cmd: fix handle use after free for implicit set declarationsPatrick McHardy2012-12-101-1/+4
* rule: reenable adjacent payload mergingPatrick McHardy2012-12-092-1/+8
* sets: fix sets using intervalsPatrick McHardy2012-12-091-1/+3
* netlink: fix endless loop on 64 bit when parsing binopsPatrick McHardy2012-12-091-1/+1
* expression: fix constant expression splicingPatrick McHardy2012-12-091-1/+3
* payload: kill redundant payload protocol expressions during netlink postproce...Patrick McHardy2012-12-091-5/+34
* seqtree: update mapping data when keeping the basePatrick McHardy2012-12-081-3/+8
* segtree: fix segtree to properly support mappingsPatrick McHardy2012-12-082-33/+60
* debug: include verbose message in all BUG statementsroot2012-12-088-37/+39
* evaluate: reintroduce type chekcs for relational expressionsPatrick McHardy2012-12-051-0/+27
* parser: fix parsing protocol names for protocols which are also keywordsPatrick McHardy2012-12-051-0/+63
* expression: Differentiate expr among anonymous structures in struct exprTomasz Bursztyka2012-08-035-24/+24
* erec: Handle returned value properly in erec_printTomasz Bursztyka2012-08-031-3/+4
* evaluate: Remove useless variable in expr_evaluate_bitwise()Tomasz Bursztyka2012-08-031-2/+1
* netlink: Use the right datatype for verdictTomasz Bursztyka2012-08-031-1/+1
* help: fix of the -I option in help displayRomain Bignon2010-07-061-1/+1
* datatype: reject incompletely parsed integers in integer_type_parse()Patrick McHardy2010-07-061-1/+3
* don't use internal_location for files specified on command linePatrick McHardy2010-07-061-1/+1
* netlink: add debugging for missing objectsPatrick McHardy2010-07-061-1/+4
* nat: validate protocol context when performing transport protocol mappingsPatrick McHardy2010-07-061-8/+19
* netlink: fix nat stmt linearization/parsingPatrick McHardy2010-07-062-26/+29
* payload: fix crash with uncombinable protocolsPatrick McHardy2010-07-061-5/+10
* netlink: fix creation of base chains with hooknum and priority 0Patrick McHardy2010-07-062-1/+3
* utils: fix invalid assertion in xrealloc()Patrick McHardy2010-07-061-1/+0
* netlink: fix byteorder of RHS of relational meta expressionPatrick McHardy2010-07-063-9/+18
* debug: properly parse debug levelsPatrick McHardy2010-07-063-19/+77
* parser: support bison >= 2.4Patrick McHardy2010-07-063-1531/+19
* payload: fix two datatypesPatrick McHardy2009-07-281-1/+2
* payload: add DCCP packet type definitionsPatrick McHardy2009-07-282-0/+30
* netlink: fix binop RHS byteorderPatrick McHardy2009-07-281-1/+2
* netlink: dump all chains when listing rulesPatrick McHardy2009-07-281-0/+3
* netlink: fix bitmask element reconstructionPatrick McHardy2009-07-281-3/+3
* debug: allow runtime control of debugging outputPatrick McHardy2009-07-283-25/+32
* add support for new set API and standalone setsPatrick McHardy2009-07-288-293/+1041
* expressions: kill seperate sym_type datatype for symbolsPatrick McHardy2009-04-014-13/+12
* datatype: add/move size and byte order information into data typesPatrick McHardy2009-03-316-28/+49
* datatype: maintain table of all datatypes and add registration/lookup functionPatrick McHardy2009-03-317-31/+130
* netlink: move data related functions to netlink.cPatrick McHardy2009-03-313-117/+117
* netlink: use libnl OBJ_CAST macroPatrick McHardy2009-03-312-9/+5
* netlink: consistent naming fixesPatrick McHardy2009-03-311-4/+4
* netlink: add helper function for socket callback modificationPatrick McHardy2009-03-311-6/+8
* ct: resync netlink header and properly add ct l3protocol supportPatrick McHardy2009-03-313-5/+8
* netlink_linearize: remove two debugging printfsPatrick McHardy2009-03-311-2/+0
* Fix some memory leaksPatrick McHardy2009-03-202-2/+5
* Release scopes during cleanupPatrick McHardy2009-03-202-0/+15
* Fix multiple references to the same user defined symbolic expressionPatrick McHardy2009-03-201-2/+1
* expr: add support for cloning expressionsPatrick McHardy2009-03-205-0/+122