summaryrefslogtreecommitdiffhomepage
path: root/interface-ip.c
AgeCommit message (Expand)Author
2014-02-26Don't always assume routes & addresses are appliedSteven Barth
2014-02-16IPv6: work around dangling routes kernel issueSteven Barth
2014-02-14Fix source-restrictions of routes when no mask was providedSteven Barth
2014-01-20Don't add unnecessary NOP policy rulesSteven Barth
2014-01-17Add indicator-flags to ubus and hotplug update-eventsSteven Barth
2013-12-11IPv6: Remove IPv6 source-routing workaround (kernel is fixed)Steven Barth
2013-12-08netifd: Routing table parameter needs to be checked in route updateHans Dedecker
2013-11-27IPv6: add class support to regular IPv6 addressesSteven Barth
2013-10-22utils: add a function for checking if a process given by pid is still aliveFelix Fietkau
2013-10-18Add option "delegate" to toggle prefix delegationSteven Barth
2013-10-18Add source-restricted routesSteven Barth
2013-10-01Don't delete / readd IP addresses when only their lifetime has changedSteven Barth
2013-07-16IPv6: fix prefix assignment with continuous hintsSteven Barth
2013-06-17IPv6: Reverse assignment sorting orderSteven Barth
2013-06-17IPv6: Satisfy unhinted assignments ordered by prefix lengthSteven Barth
2013-06-10config: use the new uci_blob library codeFelix Fietkau
2013-06-03IPv6: Improve source-routing policiesSteven Barth
2013-05-31IPv6: fix device_prefix vlist_key to not include prefix classSteven Barth
2013-05-30IPv6: reorganize prefix assignmentSteven Barth
2013-05-30IPv6: Log a warning if users have prefixes but haven't assigned themSteven Barth
2013-05-29IPv6: remove ULA prefix-trigger (unused)Steven Barth
2013-05-28IPv6: fix wrap-arounds in address lifetimesSteven Barth
2013-05-17Add option to define target routing table for protocol routes.Steven Barth
2013-05-13IPv6: Set loopback-policy for output trafficSteven Barth
2013-05-13Add support for IPv6 and interface target-routes & dependenciesSteven Barth
2013-05-11IPv6: Use source-routing to allow multi-wanSteven Barth
2013-04-19IPv6: Try harder to assign prefix partsSteven Barth
2013-04-09IPv6: Remove local ULA if there is an external oneSteven Barth
2013-04-09Fix comparisation conditions in route_cmp()Jo-Philipp Wich
2013-04-05Fix a memory corruption when updating IPv6 prefixesSteven Barth
2013-04-05fix route sorting orderFelix Fietkau
2013-04-05Add myself to header for IPv6 workSteven Barth
2013-04-04Implement support for route / route6 table attributeJo-Philipp Wich
2013-04-03Rewrite IPv6 prefix assignmentSteven Barth
2013-03-19Fix IPv6 RDNSS writing to resolv.conf (buffer was too short)Steven Barth
2013-02-19Only update resolv.conf if changed (avoid logspam)Steven Barth
2013-02-01Improved IPv6 featuresetSteven Barth
2013-01-29Add deprecation for static IPv6 prefixesSteven Barth
2013-01-29IPv6 prefixes: conform to RFC 6204 requirement L13Steven Barth
2013-01-22Don't segfault with an unset ula_prefixSteven Barth
2013-01-21Fix segfaults in prefix handlingSteven Barth
2013-01-15Fix a race-condition in prefix-assignmentSteven Barth
2013-01-15interface-ip: use calloc_a to get rid of an extra allocationFelix Fietkau
2013-01-15interface-ip: replace prefix_assignment_cmp with avl_strcmpFelix Fietkau
2013-01-15Initial IPv6 prefix supportSteven Barth
2012-12-05rewrite resolv.conf after interface up setting updatesFelix Fietkau
2012-09-13interface-ip.c: fix possible null pointer access if calloc() failsJo-Philipp Wich
2012-07-05memset the on-stack device route when clearing local subnet routesFelix Fietkau
2012-06-29interface-ip.{c,h}: add new flag DEVROUTE_MTU and set it for per-route mtu ov...Jo-Philipp Wich
2012-06-18add support for using <addr>/<mask> in route/route6 config sectionsFelix Fietkau