Age | Commit message (Expand) | Author |
2013-11-27 | IPv6: add class support to regular IPv6 addresses | Steven Barth |
2013-10-22 | utils: add a function for checking if a process given by pid is still alive | Felix Fietkau |
2013-10-18 | Add option "delegate" to toggle prefix delegation | Steven Barth |
2013-10-18 | Add source-restricted routes | Steven Barth |
2013-10-01 | Don't delete / readd IP addresses when only their lifetime has changed | Steven Barth |
2013-07-16 | IPv6: fix prefix assignment with continuous hints | Steven Barth |
2013-06-17 | IPv6: Reverse assignment sorting order | Steven Barth |
2013-06-17 | IPv6: Satisfy unhinted assignments ordered by prefix length | Steven Barth |
2013-06-10 | config: use the new uci_blob library code | Felix Fietkau |
2013-06-03 | IPv6: Improve source-routing policies | Steven Barth |
2013-05-31 | IPv6: fix device_prefix vlist_key to not include prefix class | Steven Barth |
2013-05-30 | IPv6: reorganize prefix assignment | Steven Barth |
2013-05-30 | IPv6: Log a warning if users have prefixes but haven't assigned them | Steven Barth |
2013-05-29 | IPv6: remove ULA prefix-trigger (unused) | Steven Barth |
2013-05-28 | IPv6: fix wrap-arounds in address lifetimes | Steven Barth |
2013-05-17 | Add option to define target routing table for protocol routes. | Steven Barth |
2013-05-13 | IPv6: Set loopback-policy for output traffic | Steven Barth |
2013-05-13 | Add support for IPv6 and interface target-routes & dependencies | Steven Barth |
2013-05-11 | IPv6: Use source-routing to allow multi-wan | Steven Barth |
2013-04-19 | IPv6: Try harder to assign prefix parts | Steven Barth |
2013-04-09 | IPv6: Remove local ULA if there is an external one | Steven Barth |
2013-04-09 | Fix comparisation conditions in route_cmp() | Jo-Philipp Wich |
2013-04-05 | Fix a memory corruption when updating IPv6 prefixes | Steven Barth |
2013-04-05 | fix route sorting order | Felix Fietkau |
2013-04-05 | Add myself to header for IPv6 work | Steven Barth |
2013-04-04 | Implement support for route / route6 table attribute | Jo-Philipp Wich |
2013-04-03 | Rewrite IPv6 prefix assignment | Steven Barth |
2013-03-19 | Fix IPv6 RDNSS writing to resolv.conf (buffer was too short) | Steven Barth |
2013-02-19 | Only update resolv.conf if changed (avoid logspam) | Steven Barth |
2013-02-01 | Improved IPv6 featureset | Steven Barth |
2013-01-29 | Add deprecation for static IPv6 prefixes | Steven Barth |
2013-01-29 | IPv6 prefixes: conform to RFC 6204 requirement L13 | Steven Barth |
2013-01-22 | Don't segfault with an unset ula_prefix | Steven Barth |
2013-01-21 | Fix segfaults in prefix handling | Steven Barth |
2013-01-15 | Fix a race-condition in prefix-assignment | Steven Barth |
2013-01-15 | interface-ip: use calloc_a to get rid of an extra allocation | Felix Fietkau |
2013-01-15 | interface-ip: replace prefix_assignment_cmp with avl_strcmp | Felix Fietkau |
2013-01-15 | Initial IPv6 prefix support | Steven Barth |
2012-12-05 | rewrite resolv.conf after interface up setting updates | Felix Fietkau |
2012-09-13 | interface-ip.c: fix possible null pointer access if calloc() fails | Jo-Philipp Wich |
2012-07-05 | memset the on-stack device route when clearing local subnet routes | Felix Fietkau |
2012-06-29 | interface-ip.{c,h}: add new flag DEVROUTE_MTU and set it for per-route mtu ov... | Jo-Philipp Wich |
2012-06-18 | add support for using <addr>/<mask> in route/route6 config sections | Felix Fietkau |
2012-06-18 | add support for defaultroute "host" dependencies | Felix Fietkau |
2012-06-18 | fix return code in interface_ip_add_target_route | Felix Fietkau |
2012-06-18 | fix a memleak in host route dependency handling | Felix Fietkau |
2012-05-25 | fix endian handling of the ipv4 broadcast address | Felix Fietkau |
2012-05-23 | preserve subnet routes on interface update by not putting them in the route v... | Felix Fietkau |
2012-05-20 | replace the kernel's implicit network routes if the metric is set | Felix Fietkau |
2012-05-20 | pass interface route metric to routes when adding them | Felix Fietkau |