summaryrefslogtreecommitdiff
path: root/utils.h
Commit message (Expand)AuthorAgeFilesLines
* add copyright headersFelix Fietkau2012-05-041-0/+13
* fix vlist_simple_add version handlingFelix Fietkau2012-03-191-0/+1
* add BUILD_BUG_ON from the kernelFelix Fietkau2012-03-041-0/+11
* simplify vlist, move avl key handling to vlist_add()Felix Fietkau2012-03-041-6/+2
* add a generic option for disabling the automatic default route on interfacesFelix Fietkau2012-01-241-0/+9
* add a simplified vlist typeFelix Fietkau2012-01-151-0/+37
* rework route handling, move parser code to interface-ip.c, add extra options ...Felix Fietkau2011-10-191-0/+3
* proto-shell: fix updating settings, only issue ifup event after configuration...Felix Fietkau2011-10-131-0/+5
* rework debugging code, add debugging levelsFelix Fietkau2011-10-041-10/+0
* add a new vlist flag for avoiding automatic delete of entriesFelix Fietkau2011-10-021-0/+1
* add vlist_for_each_element iteratorFelix Fietkau2011-10-021-0/+3
* vlist: store a pointer to the real key to make lookups easierFelix Fietkau2011-10-021-3/+3
* extend vlist code to allow keeping the old data structure instead of the new ...Felix Fietkau2011-10-021-0/+1
* make versioned lists more flexible by using an external comparatorFelix Fietkau2011-10-021-7/+4
* add code for versioned lists and use it to manage addresses and routesFelix Fietkau2011-09-071-0/+35
* move some code to utils.[ch]Felix Fietkau2011-09-071-0/+51