summaryrefslogtreecommitdiffhomepage
path: root/utils.h
AgeCommit message (Expand)Author
2012-03-19fix vlist_simple_add version handlingFelix Fietkau
2012-03-04add BUILD_BUG_ON from the kernelFelix Fietkau
2012-03-04simplify vlist, move avl key handling to vlist_add()Felix Fietkau
2012-01-24add a generic option for disabling the automatic default route on interfacesFelix Fietkau
2012-01-15add a simplified vlist typeFelix Fietkau
2011-10-19rework route handling, move parser code to interface-ip.c, add extra options ...Felix Fietkau
2011-10-13proto-shell: fix updating settings, only issue ifup event after configuration...Felix Fietkau
2011-10-04rework debugging code, add debugging levelsFelix Fietkau
2011-10-02add a new vlist flag for avoiding automatic delete of entriesFelix Fietkau
2011-10-02add vlist_for_each_element iteratorFelix Fietkau
2011-10-02vlist: store a pointer to the real key to make lookups easierFelix Fietkau
2011-10-02extend vlist code to allow keeping the old data structure instead of the new ...Felix Fietkau
2011-10-02make versioned lists more flexible by using an external comparatorFelix Fietkau
2011-09-07add code for versioned lists and use it to manage addresses and routesFelix Fietkau
2011-09-07move some code to utils.[ch]Felix Fietkau