Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: use list_add_tail() in vlist_simple_add() to preserve user-defined ↵ | Jo-Philipp Wich | 2013-05-02 | 1 | -1/+1 |
| | | | | order of entries | ||||
* | Only update resolv.conf if changed (avoid logspam) | Steven Barth | 2013-02-19 | 1 | -0/+3 |
| | |||||
* | Improved IPv6 featureset | Steven Barth | 2013-02-01 | 1 | -0/+3 |
| | | | | | | | * Fix reloading of ula-prefixes * Added support for temporary addresses and routes * Added support for offlink addresses * Improved status-output for assigned prefixes | ||||
* | add mac os x compat #define for in6_addr s6_addr32 | Felix Fietkau | 2013-01-15 | 1 | -0/+4 |
| | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||||
* | utils.h: get rid of the duplicate BUILD_BUG_ON definition, use the one from ↵ | Felix Fietkau | 2013-01-05 | 1 | -11/+1 |
| | | | | | | libubox Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||||
* | utils.c: add helper function to format mac addresses as strings | Jo-Philipp Wich | 2012-09-28 | 1 | -0/+2 |
| | |||||
* | Move IP address parsing functions to utils. | Stéphan Kochen | 2012-06-18 | 1 | -0/+4 |
| | | | | | | | | | This is a patch series against the netifd repository. This first patch moves some previously static functions to utils, so that the follow up patch may use them from system-linux.c. Signed-off-by: Stéphan Kochen <stephan@kochen.nl> | ||||
* | vlist is now part of libubox | Felix Fietkau | 2012-05-26 | 1 | -41/+1 |
| | |||||
* | avl_strcmp is now part of libubox | Felix Fietkau | 2012-05-26 | 1 | -2/+1 |
| | |||||
* | move dns server/search list parsing to interface core to support peerdns=0 + ↵ | Felix Fietkau | 2012-05-19 | 1 | -0/+1 |
| | | | | static entries | ||||
* | add copyright headers | Felix Fietkau | 2012-05-04 | 1 | -0/+13 |
| | |||||
* | fix vlist_simple_add version handling | Felix Fietkau | 2012-03-19 | 1 | -0/+1 |
| | |||||
* | add BUILD_BUG_ON from the kernel | Felix Fietkau | 2012-03-04 | 1 | -0/+11 |
| | |||||
* | simplify vlist, move avl key handling to vlist_add() | Felix Fietkau | 2012-03-04 | 1 | -6/+2 |
| | |||||
* | add a generic option for disabling the automatic default route on interfaces | Felix Fietkau | 2012-01-24 | 1 | -0/+9 |
| | |||||
* | add a simplified vlist type | Felix Fietkau | 2012-01-15 | 1 | -0/+37 |
| | |||||
* | rework route handling, move parser code to interface-ip.c, add extra options ↵ | Felix Fietkau | 2011-10-19 | 1 | -0/+3 |
| | | | | and add further support for pulling routes from config | ||||
* | proto-shell: fix updating settings, only issue ifup event after ↵ | Felix Fietkau | 2011-10-13 | 1 | -0/+5 |
| | | | | configuration has been applied | ||||
* | rework debugging code, add debugging levels | Felix Fietkau | 2011-10-04 | 1 | -10/+0 |
| | |||||
* | add a new vlist flag for avoiding automatic delete of entries | Felix Fietkau | 2011-10-02 | 1 | -0/+1 |
| | |||||
* | add vlist_for_each_element iterator | Felix Fietkau | 2011-10-02 | 1 | -0/+3 |
| | |||||
* | vlist: store a pointer to the real key to make lookups easier | Felix Fietkau | 2011-10-02 | 1 | -3/+3 |
| | |||||
* | extend vlist code to allow keeping the old data structure instead of the new ↵ | Felix Fietkau | 2011-10-02 | 1 | -0/+1 |
| | | | | one on updates | ||||
* | make versioned lists more flexible by using an external comparator | Felix Fietkau | 2011-10-02 | 1 | -7/+4 |
| | |||||
* | add code for versioned lists and use it to manage addresses and routes | Felix Fietkau | 2011-09-07 | 1 | -0/+35 |
| | |||||
* | move some code to utils.[ch] | Felix Fietkau | 2011-09-07 | 1 | -0/+51 |