summaryrefslogtreecommitdiff
path: root/interface-ip.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add option to define target routing table for protocol routes.Steven Barth2013-05-171-23/+47
* IPv6: Set loopback-policy for output trafficSteven Barth2013-05-131-0/+14
* Add support for IPv6 and interface target-routes & dependenciesSteven Barth2013-05-131-3/+12
* IPv6: Use source-routing to allow multi-wanSteven Barth2013-05-111-2/+50
* IPv6: Try harder to assign prefix partsSteven Barth2013-04-191-1/+7
* IPv6: Remove local ULA if there is an external oneSteven Barth2013-04-091-0/+39
* Fix comparisation conditions in route_cmp()Jo-Philipp Wich2013-04-091-2/+2
* Fix a memory corruption when updating IPv6 prefixesSteven Barth2013-04-051-2/+2
* fix route sorting orderFelix Fietkau2013-04-051-4/+14
* Add myself to header for IPv6 workSteven Barth2013-04-051-0/+1
* Implement support for route / route6 table attributeJo-Philipp Wich2013-04-041-0/+15
* Rewrite IPv6 prefix assignmentSteven Barth2013-04-031-116/+150
* Fix IPv6 RDNSS writing to resolv.conf (buffer was too short)Steven Barth2013-03-191-1/+1
* 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