summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-064-20/+81
* build: fix endless recursion with SUBDIRS=...Patrick McHardy2010-07-061-1/+1
* build: add 'archive' targetPatrick McHardy2010-07-061-0/+4
* 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-285-0/+47
* 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-284-25/+37
* add support for new set API and standalone setsPatrick McHardy2009-07-2813-349/+1515
* expressions: kill seperate sym_type datatype for symbolsPatrick McHardy2009-04-015-15/+13
* datatype: add/move size and byte order information into data typesPatrick McHardy2009-03-317-33/+56
* datatype: maintain table of all datatypes and add registration/lookup functionPatrick McHardy2009-03-318-32/+139
* netlink: move data related functions to netlink.cPatrick McHardy2009-03-314-117/+128
* 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-314-8/+12
* 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-203-0/+16
* Fix multiple references to the same user defined symbolic expressionPatrick McHardy2009-03-201-2/+1
* expr: add support for cloning expressionsPatrick McHardy2009-03-206-0/+125
* Add more notes to INSTALLPatrick McHardy2009-03-201-2/+9
* Add support for user-defined symbolic constantsPatrick McHardy2009-03-205-12/+59
* Add support for scoping and symbol bindingPatrick McHardy2009-03-204-2/+103
* 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
* Add installation instructionsPatrick McHardy2009-03-201-0/+52
* build: fix installation when docs are not builtPatrick McHardy2009-03-181-5/+11
* build: remove double subdir in build outputPatrick McHardy2009-03-181-1/+1
* Allow newlines in regular mapsPatrick McHardy2009-03-181-3/+5
* Allow newlines in sets and mapsPatrick McHardy2009-03-181-11/+29
* kill obsolete TODO itemPatrick McHardy2009-03-181-2/+0
* Fix use of reserved names in header sandwichPatrick McHardy2009-03-1816-48/+48
* lexer: fix some whitespace errorsPatrick McHardy2009-03-181-2/+2
* netlink: wrap libnl object dumping in #ifdef DEBUGPatrick McHardy2009-03-181-0/+2
* templates: add IPv6 raw table templatePatrick McHardy2009-03-181-0/+6
* build: work around docbook2x-man inability to specify output filePatrick McHardy2009-03-181-1/+1
* Initial commitv0.01-alpha1Patrick McHardy2009-03-1891-0/+17210