summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for user-defined symbolic constantsPatrick McHardy2009-03-204-12/+57
* Add support for scoping and symbol bindingPatrick McHardy2009-03-202-2/+62
* parser: consistently use $@ for location of entire groupingPatrick McHardy2009-03-201-15/+15
* parser: fix common_block usage in chain and table blocksPatrick McHardy2009-03-201-2/+2
* Allow newlines in regular mapsPatrick McHardy2009-03-181-3/+5
* Allow newlines in sets and mapsPatrick McHardy2009-03-181-11/+29
* lexer: fix some whitespace errorsPatrick McHardy2009-03-181-2/+2
* netlink: wrap libnl object dumping in #ifdef DEBUGPatrick McHardy2009-03-181-0/+2
* Initial commitv0.01-alpha1Patrick McHardy2009-03-1824-0/+11712