summaryrefslogtreecommitdiffhomepage
path: root/interface-ip.h
AgeCommit message (Expand)Author
2019-04-15interface: add neighbor config supportmeurisa
2019-03-13interface-ip: fix delegate config update on reload (FS#2087)Hans Dedecker
2018-11-19treewide: switch to C-code style commentsHans Dedecker
2018-11-19treewide: make some functions staticHans Dedecker
2017-02-11interface: add prefix assignment priority supportHans Dedecker
2017-01-25interface-ip: route proto config support (FS#170)Hans Dedecker
2015-12-15interface-ip: fix subnet route handlingFelix Fietkau
2015-12-15interface-ip: move struct device_addr below struct device_routeFelix Fietkau
2015-09-29interface-ip: Support source ip rule updates when reloadingHans Dedecker
2015-01-19netifd: Make interface identifier of delegated IPv6 address configurableHans Dedecker
2014-06-18netifd: Route type supportHans Dedecker
2014-06-10Add support for onlink-flags for IPv4 routesSteven Barth
2014-02-26Don't always assume routes & addresses are appliedSteven Barth
2013-11-27IPv6: add class support to regular IPv6 addressesSteven Barth
2013-10-18Add source-restricted routesSteven Barth
2013-06-10config: use the new uci_blob library codeFelix Fietkau
2013-05-31move excluded prefix and length out of key for device_prefixSteven Barth
2013-05-30IPv6: reorganize prefix assignmentSteven Barth
2013-05-17Add option to define target routing table for protocol routes.Steven 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-05Incorperate route table into avl keyJo-Philipp Wich
2013-04-04Implement support for route / route6 table attributeJo-Philipp Wich
2013-04-03Rewrite IPv6 prefix assignmentSteven Barth
2013-02-01Improved IPv6 featuresetSteven Barth
2013-01-15Initial IPv6 prefix supportSteven Barth
2012-06-29interface-ip.{c,h}: add new flag DEVROUTE_MTU and set it for per-route mtu ov...Jo-Philipp Wich
2012-05-20replace the kernel's implicit network routes if the metric is setFelix Fietkau
2012-05-14parse point to point ip addressesFelix Fietkau
2012-05-04add copyright headersFelix Fietkau
2012-05-04add a ubus interface to dynamically create host routes to a particular ip add...Felix Fietkau
2012-04-30store a pointer to the active interface as part of the device routeFelix Fietkau
2012-04-29include route/address flags in vlist comparisonFelix Fietkau
2012-03-19add support for updating route metricsFelix Fietkau
2012-03-19add a flag to keep track of route metric overridesFelix Fietkau
2012-03-15always create device routesFelix Fietkau
2012-02-26move broadcast address handling to the coreFelix Fietkau
2012-02-26remove device_{route,addr}->deviceFelix Fietkau
2012-01-15use the simplified vlist type for dns servers/searchFelix Fietkau
2011-10-19add support for configuring static routesFelix Fietkau
2011-10-19rework route handling, move parser code to interface-ip.c, add extra options ...Felix Fietkau
2011-10-19add support for keeping multiple ip addr/route/dns listsFelix Fietkau
2011-10-14proto-shell: add dns search domainsFelix Fietkau
2011-10-13proto-shell: fix updating settings, only issue ifup event after configuration...Felix Fietkau
2011-10-13add functions for adding dns servers to the proto list, hook them up in proto...Felix Fietkau
2011-10-11add some code for keeping track of dns servers and search domains and for wri...Felix Fietkau
2011-10-02make versioned lists more flexible by using an external comparatorFelix Fietkau
2011-09-14add a device pointer to struct device_routeFelix Fietkau
2011-09-12add support for externally managed ip addresses and routesFelix Fietkau
2011-09-07add code for versioned lists and use it to manage addresses and routesFelix Fietkau