netifd: return the interface for locally addressable host dependencies (FS#1452)
[project/netifd.git] / interface-ip.c
2018-03-27 Felix Fietkaunetifd: return the interface for locally addressable...
2018-03-13 Felix Fietkauinterface-ip: fix route selection for host dependencies
2018-03-07 Felix Fietkauip: do not add local routes for host dependencies
2017-12-15 Hans Dedeckerinterface-ip: harden eui64 IPv6 prefix address generation
2017-12-15 Hans Dedeckerinterface-ip: fix race condition in IPv6 prefix address...
2017-11-17 Hans Dedeckerinterface-ip: add missing IPv6 policy rule
2017-10-18 Hans Dedeckerproto: add point-to-point IPv4 address config support...
2017-04-05 Hans Dedeckerinterface-ip: fix device name for IPv6 link-local DNS...
2017-03-21 Hans Dedeckerinterface-ip: set prefix indicator flag when IPv6 prefi...
2017-02-11 Hans Dedeckerinterface: add prefix assignment priority support
2017-01-25 Hans Dedeckerinterface-ip: route proto config support (FS#170)
2016-09-14 Hans Dedeckerinterface-ip: DNS name server sorting support in resolv...
2016-02-20 Hans Dedeckerinterface-ip: Don't handle external addresses and routes
2016-02-01 Hans Dedeckerinterface-ip: Fix possbile segfaults
2016-01-28 Kristian Evensennetifd: Route traffic from LAN to WAN using rules
2016-01-17 Kristian Evensennetifd: Do not add local/source policy rules multiple...
2015-12-16 Felix Fietkauinterface-ip: unify handling of interface metric/table...
2015-12-15 Felix Fietkauinterface-ip: fix subnet route handling
2015-11-12 Felix Fietkauinterface: fix moving interface address routes to the...
2015-09-29 Hans Dedeckerinterface-ip: Remove table specific nw rules for IPv4...
2015-09-29 Hans Dedeckerinterface-ip: Re-enable iif lo policy rules after main...
2015-09-29 Hans Dedeckerinterface-ip: Support source ip rule updates when reloading
2015-09-26 Baptiste Jonglezinterface-ip: Fix broadcast address when using /31...
2015-09-21 Kristian Evensennetifd: Prevent flapping IPv6 routes
2015-09-10 Hans Dedeckerinterface-ip: Set route table when enabling interface...
2015-09-10 Hans Dedeckerinterface-ip: Don't create ip network rule if address...
2015-09-10 Hans Dedeckerinterface-ip: Insert network and address ip rules for...
2015-09-10 Hans Dedeckerinterface-ip: Remove ip loop policy rules as kernel...
2015-06-24 Steven BarthAdd mtu6 option to override IPv6 MTU
2015-05-26 Steven Barthlinux: more IPv6 onlink-route handling fixes / improvements
2015-05-19 Steven Barthipv6: use kernel >= 3.14 handling of offlink-addresses
2015-01-19 Hans Dedeckernetifd: Make interface identifier of delegated IPv6...
2014-10-24 Hans Dedeckernetifd : Apply interface metric on subnet routes when...
2014-09-08 Steven Barthipv6: work around kernel on-link handling issue
2014-08-13 Steven Barthipv6: assign prefixes with length <64 with /64 on-link...
2014-08-05 Hans Dedeckernetifd: fix incorrect number of bytes memset in clear_i...
2014-06-20 Steven Barthinterface: don't store table id in route if the default...
2014-06-18 Hans Dedeckernetifd: Route type support
2014-06-10 Steven BarthAdd support for onlink-flags for IPv4 routes
2014-05-09 Hans Dedeckernetifd: Effectively apply configured route mtu
2014-05-09 Hans Dedeckernetifd: Remove useless route table parameter check...
2014-05-09 Hans Dedeckernetifd: Don't assume routes are always applied in all...
2014-04-29 Felix Fietkauinterface-ip: fix misuse of IN6_IS_ADDR_LINKLOCAL on...
2014-04-26 Hans Dedeckernetifd: Check rt_table parameter when comparing routes
2014-04-24 Hans Dedeckernetifd: Set prefix assignment enabled if the prefix...
2014-04-24 Ulrich Webernetifd: fix IPv6 Link-local DNS server
2014-03-11 Hans Dedeckernetifd: Assign interface metric to route metric when...
2014-02-26 Steven BarthDon't always assume routes & addresses are applied
2014-02-16 Steven BarthIPv6: work around dangling routes kernel issue
2014-02-14 Steven BarthFix source-restrictions of routes when no mask was...
2014-01-20 Steven BarthDon't add unnecessary NOP policy rules
2014-01-16 Steven BarthAdd indicator-flags to ubus and hotplug update-events
2013-12-11 Steven BarthIPv6: Remove IPv6 source-routing workaround (kernel...
2013-12-08 Hans Dedeckernetifd: Routing table parameter needs to be checked...
2013-11-27 Steven BarthIPv6: add class support to regular IPv6 addresses
2013-10-22 Felix Fietkauutils: add a function for checking if a process given...
2013-10-18 Steven BarthAdd option "delegate" to toggle prefix delegation
2013-10-18 Steven BarthAdd source-restricted routes
2013-10-01 Steven BarthDon't delete / readd IP addresses when only their lifet...
2013-07-16 Steven BarthIPv6: fix prefix assignment with continuous hints
2013-06-17 Steven BarthIPv6: Reverse assignment sorting order
2013-06-17 Steven BarthIPv6: Satisfy unhinted assignments ordered by prefix...
2013-06-10 Felix Fietkauconfig: use the new uci_blob library code
2013-06-03 Steven BarthIPv6: Improve source-routing policies
2013-05-31 Steven BarthIPv6: fix device_prefix vlist_key to not include prefix...
2013-05-30 Steven BarthIPv6: reorganize prefix assignment
2013-05-30 Steven BarthIPv6: Log a warning if users have prefixes but haven...
2013-05-29 Steven BarthIPv6: remove ULA prefix-trigger (unused)
2013-05-28 Steven BarthIPv6: fix wrap-arounds in address lifetimes
2013-05-17 Steven BarthAdd option to define target routing table for protocol...
2013-05-13 Steven BarthIPv6: Set loopback-policy for output traffic
2013-05-13 Steven BarthAdd support for IPv6 and interface target-routes &...
2013-05-11 Steven BarthIPv6: Use source-routing to allow multi-wan
2013-04-19 Steven BarthIPv6: Try harder to assign prefix parts
2013-04-09 Steven BarthIPv6: Remove local ULA if there is an external one
2013-04-09 Jo-Philipp WichFix comparisation conditions in route_cmp()
2013-04-05 Steven BarthFix a memory corruption when updating IPv6 prefixes
2013-04-05 Felix Fietkaufix route sorting order
2013-04-05 Steven BarthAdd myself to header for IPv6 work
2013-04-04 Jo-Philipp WichImplement support for route / route6 table attribute
2013-04-03 Steven BarthRewrite IPv6 prefix assignment
2013-03-19 Steven BarthFix IPv6 RDNSS writing to resolv.conf (buffer was too...
2013-02-19 Steven BarthOnly update resolv.conf if changed (avoid logspam)
2013-02-01 Steven BarthImproved IPv6 featureset
2013-01-29 Steven BarthAdd deprecation for static IPv6 prefixes
2013-01-29 Steven BarthIPv6 prefixes: conform to RFC 6204 requirement L13
2013-01-22 Steven BarthDon't segfault with an unset ula_prefix
2013-01-21 Steven BarthFix segfaults in prefix handling
2013-01-15 Steven BarthFix a race-condition in prefix-assignment
2013-01-15 Felix Fietkauinterface-ip: use calloc_a to get rid of an extra alloc...
2013-01-15 Felix Fietkauinterface-ip: replace prefix_assignment_cmp with avl_strcmp
2013-01-15 Steven BarthInitial IPv6 prefix support
2012-12-05 Felix Fietkaurewrite resolv.conf after interface up setting updates
2012-09-13 Jo-Philipp Wichinterface-ip.c: fix possible null pointer access if...
2012-07-05 Felix Fietkaumemset the on-stack device route when clearing local...
2012-06-29 Jo-Philipp Wichinterface-ip.{c,h}: add new flag DEVROUTE_MTU and set...
2012-06-18 Felix Fietkauadd support for using <addr>/<mask> in route/route6...
2012-06-18 Felix Fietkauadd support for defaultroute "host" dependencies
2012-06-18 Felix Fietkaufix return code in interface_ip_add_target_route
2012-06-18 Felix Fietkaufix a memleak in host route dependency handling
next