summaryrefslogtreecommitdiffhomepage
path: root/interface.c
AgeCommit message (Expand)Author
2015-08-25Changes for more readability.Yousong Zhou
2015-06-08Fix removal of dynamic interfacesSteven Barth
2015-05-23interface: teardown on l3_dev link lost.Yousong Zhou
2015-05-23interface: minor fix for unnecessary ++ operation.Yousong Zhou
2015-05-23interface: remove redundant iface_attr_info.Yousong Zhou
2015-04-19interface: allow an interface to specify device configs even when there are o...Felix Fietkau
2015-04-19netifd: fix an uninitialized variableFelix Fietkau
2015-04-18device: add support for removing interface config on reloadFelix Fietkau
2015-04-18interface: detect and handle changes in device configFelix Fietkau
2015-04-03netifd: Interface last error supportHans Dedecker
2015-03-19netifd:Make sure interface device config is also cachedHans Dedecker
2015-01-24interface: apply device config passed through interface configFelix Fietkau
2015-01-19netifd: Make interface identifier of delegated IPv6 address configurableHans Dedecker
2014-12-23netifd: Handle link down event in interface setup state as wellHans Dedecker
2014-12-08netifd: Fix interface auto disable when doing network reloadHans Dedecker
2014-10-24netifd : Reinsert ip parameters (addresses/routes) based on old interface con...Hans Dedecker
2014-10-12netifd: Fix lost interface device config for devices having default configHans Dedecker
2014-08-31interface: call proto teardown before marking the interface as downFelix Fietkau
2014-08-31interface: do not try to bring up an unavailable interfaceFelix Fietkau
2014-08-31interface: cancel the remove timer on cleanupFelix Fietkau
2014-07-30netifd: Allow to add link devices which can be marked as non externalHans Dedecker
2014-07-27interface: enable force_link by default for proto=staticFelix Fietkau
2014-07-24interface: fix restart after reload with external devicesFelix Fietkau
2014-07-23Make dynamic interfaces always autostartSteven Barth
2014-06-29interface: clean up l3 device reference on remove/reloadFelix Fietkau
2014-06-26interface: fix indentationFelix Fietkau
2014-06-18netifd: Check device_claim return code in all casesHans Dedecker
2014-05-21Fix a spurious segfault when tearing down interfacesSteven Barth
2014-05-09netifd: Check interface state only when main device is set during interface_c...Hans Dedecker
2014-05-02interface: clear iface->available before changing main_devFelix Fietkau
2014-05-02interface: use interface_set_main_dev() from interface_remove_linkFelix Fietkau
2014-05-02interface: do not set l3_dev along with main_dev anymoreFelix Fietkau
2014-04-19interface: ensure that l3_dev gets set whenever the proto handler marks the i...Felix Fietkau
2014-04-11interface: add support for a parameter to force setup without a carrier on th...Felix Fietkau
2014-04-05interface: always delete l3 dev on proto downFelix Fietkau
2014-03-21netifd: Reload proto on topology changeHelmut Schaa
2014-03-20netifd: Check interface autostart parameter when handling interface state cha...Hans Dedecker
2014-03-11netifd: Set interface state in teardown state before launching an interface e...Hans Dedecker
2014-03-11netifd: Fix bridge MTU setting when a bridge member is addedHans Dedecker
2014-02-27netifd: Link layer state awareness support on interface levelHans Dedecker
2014-01-17Remove automatically assigned IPv6 routing tableSteven Barth
2014-01-17Add indicator-flags to ubus and hotplug update-eventsSteven Barth
2013-12-14Revert "netifd: Link layer state support on interface level"Felix Fietkau
2013-12-08netifd: Link layer state support on interface levelHans Dedecker
2013-12-08netifd: Code style line/clean upHans Dedecker
2013-10-22add helper function for adding/removing devices to interfacesFelix Fietkau
2013-10-19interface: rework code to get rid of arbitrary IFNAMSIZ limitation for interf...Felix Fietkau
2013-10-19interface: remove "dynamic" argument for interface_init, add the interface_se...Felix Fietkau
2013-10-18Add option "delegate" to toggle prefix delegationSteven Barth
2013-10-17key to data elements point at wrong memory areaSteven Barth