summaryrefslogtreecommitdiffhomepage
path: root/utils.h
AgeCommit message (Expand)Author
2013-02-19Only update resolv.conf if changed (avoid logspam)Steven Barth
2013-02-01Improved IPv6 featuresetSteven Barth
2013-01-15add mac os x compat #define for in6_addr s6_addr32Felix Fietkau
2013-01-05utils.h: get rid of the duplicate BUILD_BUG_ON definition, use the one from l...Felix Fietkau
2012-09-28utils.c: add helper function to format mac addresses as stringsJo-Philipp Wich
2012-06-18Move IP address parsing functions to utils.Stéphan Kochen
2012-05-26vlist is now part of libuboxFelix Fietkau
2012-05-26avl_strcmp is now part of libuboxFelix Fietkau
2012-05-19move dns server/search list parsing to interface core to support peerdns=0 + ...Felix Fietkau
2012-05-04add copyright headersFelix Fietkau
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