summaryrefslogtreecommitdiff
path: root/interface-ip.c
Commit message (Expand)AuthorAgeFilesLines
* Add option "delegate" to toggle prefix delegationSteven Barth2013-10-181-3/+6
* Add source-restricted routesSteven Barth2013-10-181-13/+112
* Don't delete / readd IP addresses when only their lifetime has changedSteven Barth2013-10-011-10/+15
* IPv6: fix prefix assignment with continuous hintsSteven Barth2013-07-161-1/+1
* IPv6: Reverse assignment sorting orderSteven Barth2013-06-171-1/+1
* IPv6: Satisfy unhinted assignments ordered by prefix lengthSteven Barth2013-06-171-1/+10
* config: use the new uci_blob library codeFelix Fietkau2013-06-101-1/+1
* IPv6: Improve source-routing policiesSteven Barth2013-06-031-27/+53
* IPv6: fix device_prefix vlist_key to not include prefix classSteven Barth2013-05-311-1/+1
* IPv6: reorganize prefix assignmentSteven Barth2013-05-301-7/+28
* IPv6: Log a warning if users have prefixes but haven't assigned themSteven Barth2013-05-301-0/+10
* IPv6: remove ULA prefix-trigger (unused)Steven Barth2013-05-291-39/+0
* IPv6: fix wrap-arounds in address lifetimesSteven Barth2013-05-281-2/+7
* 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