summaryrefslogtreecommitdiff
path: root/interface-ip.c
Commit message (Expand)AuthorAgeFilesLines
* netifd: Make interface identifier of delegated IPv6 address configurableHans Dedecker2015-01-191-3/+63
* netifd : Apply interface metric on subnet routes when reloading ipHans Dedecker2014-10-241-3/+9
* ipv6: work around kernel on-link handling issueSteven Barth2014-09-081-1/+1
* ipv6: assign prefixes with length <64 with /64 on-link routesSteven Barth2014-08-131-1/+23
* netifd: fix incorrect number of bytes memset in clear_if_addrHans Dedecker2014-08-051-2/+2
* interface: don't store table id in route if the default table is usedSteven Barth2014-06-201-0/+4
* netifd: Route type supportHans Dedecker2014-06-181-2/+12
* Add support for onlink-flags for IPv4 routesSteven Barth2014-06-101-0/+5
* netifd: Effectively apply configured route mtuHans Dedecker2014-05-091-1/+1
* netifd: Remove useless route table parameter check in update_proto_routeHans Dedecker2014-05-091-1/+1
* netifd: Don't assume routes are always applied in all casesHans Dedecker2014-05-091-3/+6
* interface-ip: fix misuse of IN6_IS_ADDR_LINKLOCAL on a netifd specific unionFelix Fietkau2014-04-291-1/+1
* netifd: Check rt_table parameter when comparing routesHans Dedecker2014-04-261-0/+3
* netifd: Set prefix assignment enabled if the prefix adress can be installedHans Dedecker2014-04-241-2/+2
* netifd: fix IPv6 Link-local DNS serverUlrich Weber2014-04-241-4/+8
* netifd: Assign interface metric to route metric when route is createdHans Dedecker2014-03-111-4/+2
* Don't always assume routes & addresses are appliedSteven Barth2014-02-261-4/+6
* IPv6: work around dangling routes kernel issueSteven Barth2014-02-161-0/+1
* Fix source-restrictions of routes when no mask was providedSteven Barth2014-02-141-2/+2
* Don't add unnecessary NOP policy rulesSteven Barth2014-01-201-15/+22
* Add indicator-flags to ubus and hotplug update-eventsSteven Barth2014-01-171-0/+10
* IPv6: Remove IPv6 source-routing workaround (kernel is fixed)Steven Barth2013-12-111-74/+3
* netifd: Routing table parameter needs to be checked in route updateHans Dedecker2013-12-081-1/+2
* IPv6: add class support to regular IPv6 addressesSteven Barth2013-11-271-0/+1
* utils: add a function for checking if a process given by pid is still aliveFelix Fietkau2013-10-221-1/+0
* 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