summaryrefslogtreecommitdiff
path: root/interface-ip.c
Commit message (Expand)AuthorAgeFilesLines
* Only update resolv.conf if changed (avoid logspam)Steven Barth2013-02-191-2/+16
* Improved IPv6 featuresetSteven Barth2013-02-011-13/+64
* Add deprecation for static IPv6 prefixesSteven Barth2013-01-291-1/+1
* IPv6 prefixes: conform to RFC 6204 requirement L13Steven Barth2013-01-291-2/+7
* Don't segfault with an unset ula_prefixSteven Barth2013-01-221-2/+8
* Fix segfaults in prefix handlingSteven Barth2013-01-211-4/+7
* Fix a race-condition in prefix-assignmentSteven Barth2013-01-151-1/+0
* interface-ip: use calloc_a to get rid of an extra allocationFelix Fietkau2013-01-151-6/+8
* interface-ip: replace prefix_assignment_cmp with avl_strcmpFelix Fietkau2013-01-151-7/+1
* Initial IPv6 prefix supportSteven Barth2013-01-151-0/+237
* rewrite resolv.conf after interface up setting updatesFelix Fietkau2012-12-051-0/+1
* interface-ip.c: fix possible null pointer access if calloc() failsJo-Philipp Wich2012-09-131-0/+3
* memset the on-stack device route when clearing local subnet routesFelix Fietkau2012-07-051-0/+1
* interface-ip.{c,h}: add new flag DEVROUTE_MTU and set it for per-route mtu ov...Jo-Philipp Wich2012-06-291-1/+3
* add support for using <addr>/<mask> in route/route6 config sectionsFelix Fietkau2012-06-181-1/+1
* add support for defaultroute "host" dependenciesFelix Fietkau2012-06-181-2/+10
* fix return code in interface_ip_add_target_routeFelix Fietkau2012-06-181-1/+1
* fix a memleak in host route dependency handlingFelix Fietkau2012-06-181-1/+3
* fix endian handling of the ipv4 broadcast addressFelix Fietkau2012-05-251-1/+1
* preserve subnet routes on interface update by not putting them in the route v...Felix Fietkau2012-05-231-18/+28
* replace the kernel's implicit network routes if the metric is setFelix Fietkau2012-05-201-12/+41
* pass interface route metric to routes when adding themFelix Fietkau2012-05-201-0/+3
* move dns server/search list parsing to interface core to support peerdns=0 + ...Felix Fietkau2012-05-191-2/+4
* implement a generic peerdns option to suppress proto handler dns entriesFelix Fietkau2012-05-191-1/+2
* add copyright headersFelix Fietkau2012-05-041-0/+13
* add a ubus interface to dynamically create host routes to a particular ip add...Felix Fietkau2012-05-041-2/+150
* move route interface assignment to the vlist updateFelix Fietkau2012-05-041-1/+1
* store a pointer to the active interface as part of the device routeFelix Fietkau2012-04-301-0/+1
* include route/address flags in vlist comparisonFelix Fietkau2012-04-291-3/+3
* keep config routes disabled at interface statupFelix Fietkau2012-04-291-1/+1
* move l3 device tracking to interface core to enforce proper order of address/...Felix Fietkau2012-03-231-3/+3
* add support for updating route metricsFelix Fietkau2012-03-191-2/+5
* add a flag to keep track of route metric overridesFelix Fietkau2012-03-191-1/+3
* fix ipv6 routesFelix Fietkau2012-03-151-0/+1
* always create device routesFelix Fietkau2012-03-151-2/+0
* make route metrics default to 0Felix Fietkau2012-03-091-2/+0
* simplify vlist, move avl key handling to vlist_add()Felix Fietkau2012-03-041-5/+3
* move broadcast address handling to the coreFelix Fietkau2012-02-261-10/+33
* remove device_{route,addr}->deviceFelix Fietkau2012-02-261-10/+2
* initialize route->metric to -1Felix Fietkau2012-02-151-0/+2
* add a generic option for disabling the automatic default route on interfacesFelix Fietkau2012-01-241-5/+22
* use the simplified vlist type for dns servers/searchFelix Fietkau2012-01-151-39/+29
* avoid deleting and re-adding duplicate ip addresses and routes, fixes tcp con...Felix Fietkau2011-11-131-11/+20
* add support for configuring static routesFelix Fietkau2011-10-191-4/+9
* fix interface_add_dns_search_listFelix Fietkau2011-10-191-2/+2
* rework route handling, move parser code to interface-ip.c, add extra options ...Felix Fietkau2011-10-191-2/+129
* add support for keeping multiple ip addr/route/dns listsFelix Fietkau2011-10-191-35/+45
* proto-shell: add dns search domainsFelix Fietkau2011-10-141-0/+32
* proto-shell: fix updating settings, only issue ifup event after configuration...Felix Fietkau2011-10-131-0/+15
* proto-shell: add dns server supportFelix Fietkau2011-10-131-0/+2