alias: Fix possible segfault
[project/netifd.git] / interface.c
2016-02-01 Hans Dedeckerinterface: Fix possbile segfault
2015-12-19 Hans Dedeckerinterface: Trigger interface update event when interfac...
2015-12-16 Felix Fietkauinterface: toggle proto_ip along with config_ip to...
2015-08-25 Yousong ZhouChanges for more readability.
2015-06-08 Steven BarthFix removal of dynamic interfaces
2015-05-23 Yousong Zhouinterface: teardown on l3_dev link lost.
2015-05-23 Yousong Zhouinterface: minor fix for unnecessary ++ operation.
2015-05-23 Yousong Zhouinterface: remove redundant iface_attr_info.
2015-04-19 Felix Fietkauinterface: allow an interface to specify device configs...
2015-04-19 Felix Fietkaunetifd: fix an uninitialized variable
2015-04-18 Felix Fietkaudevice: add support for removing interface config on...
2015-04-18 Felix Fietkauinterface: detect and handle changes in device config
2015-04-03 Hans Dedeckernetifd: Interface last error support
2015-03-19 Hans Dedeckernetifd:Make sure interface device config is also cached
2015-01-24 Felix Fietkauinterface: apply device config passed through interface...
2015-01-19 Hans Dedeckernetifd: Make interface identifier of delegated IPv6...
2014-12-23 Hans Dedeckernetifd: Handle link down event in interface setup state...
2014-12-08 Hans Dedeckernetifd: Fix interface auto disable when doing network...
2014-10-24 Hans Dedeckernetifd : Reinsert ip parameters (addresses/routes)...
2014-10-12 Hans Dedeckernetifd: Fix lost interface device config for devices...
2014-08-31 Felix Fietkauinterface: call proto teardown before marking the inter...
2014-08-31 Felix Fietkauinterface: do not try to bring up an unavailable interface
2014-08-31 Felix Fietkauinterface: cancel the remove timer on cleanup
2014-07-30 Hans Dedeckernetifd: Allow to add link devices which can be marked...
2014-07-27 Felix Fietkauinterface: enable force_link by default for proto=static
2014-07-24 Felix Fietkauinterface: fix restart after reload with external devices
2014-07-23 Steven BarthMake dynamic interfaces always autostart
2014-06-29 Felix Fietkauinterface: clean up l3 device reference on remove/reload
2014-06-26 Felix Fietkauinterface: fix indentation
2014-06-18 Hans Dedeckernetifd: Check device_claim return code in all cases
2014-05-21 Steven BarthFix a spurious segfault when tearing down interfaces
2014-05-09 Hans Dedeckernetifd: Check interface state only when main device...
2014-05-02 Felix Fietkauinterface: clear iface->available before changing main_dev
2014-05-02 Felix Fietkauinterface: use interface_set_main_dev() from interface_...
2014-05-02 Felix Fietkauinterface: do not set l3_dev along with main_dev anymore
2014-04-19 Felix Fietkauinterface: ensure that l3_dev gets set whenever the...
2014-04-11 Felix Fietkauinterface: add support for a parameter to force setup...
2014-04-05 Felix Fietkauinterface: always delete l3 dev on proto down
2014-03-21 Helmut Schaanetifd: Reload proto on topology change
2014-03-20 Hans Dedeckernetifd: Check interface autostart parameter when handli...
2014-03-11 Hans Dedeckernetifd: Set interface state in teardown state before...
2014-03-11 Hans Dedeckernetifd: Fix bridge MTU setting when a bridge member...
2014-02-27 Hans Dedeckernetifd: Link layer state awareness support on interface...
2014-01-16 Steven BarthRemove automatically assigned IPv6 routing table
2014-01-16 Steven BarthAdd indicator-flags to ubus and hotplug update-events
2013-12-14 Felix FietkauRevert "netifd: Link layer state support on interface...
2013-12-08 Hans Dedeckernetifd: Link layer state support on interface level
2013-12-08 Hans Dedeckernetifd: Code style line/clean up
2013-10-22 Felix Fietkauadd helper function for adding/removing devices to...
2013-10-19 Felix Fietkauinterface: rework code to get rid of arbitrary IFNAMSIZ...
2013-10-19 Felix Fietkauinterface: remove "dynamic" argument for interface_init...
2013-10-18 Steven BarthAdd option "delegate" to toggle prefix delegation
2013-10-17 Steven Barthkey to data elements point at wrong memory area
2013-10-17 Steven BarthAdd protocol update notifications and hotplug legacy...
2013-10-17 Steven BarthAdd ubus function to create nested interfaces
2013-06-18 Felix Fietkauinterface: fix NULL pointer defref in interface_set_mai...
2013-06-10 Felix Fietkauconfig: use the new uci_blob library code
2013-06-10 Steven BarthChange IP reloading order
2013-06-10 Steven BarthReuse automatic ip6table value
2013-05-30 Steven BarthAdd missing update-triggers for source-based routing
2013-05-30 Steven BarthIPv6: reorganize prefix assignment
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-04-25 Felix Fietkauinterface: fix removing main_dev on config reload chang...
2013-04-25 Felix Fietkauinterface: rework reload, ensure that all changes are...
2013-04-03 Steven BarthRewrite IPv6 prefix assignment
2013-01-29 Felix Fietkaufix cleaning up interface state for reload
2013-01-16 Steven Barthalias: use layer 3 device instead of main device
2012-12-31 Felix Fietkauuse calloc_a for interface error allocations
2012-12-31 Felix Fietkauinterface: do not clear errors after an interface is...
2012-12-17 Felix Fietkauduplicate error subsystem and code for interface errors...
2012-12-13 Felix Fietkaurewrite resolv.conf after any interface state change...
2012-09-06 Felix Fietkaudo not prematurely release the main dev on link loss...
2012-07-12 Felix Fietkauadd simple device config params to interface blob attri...
2012-07-05 Felix Fietkaumake alias devices attach to interface l2 devs
2012-06-04 Felix Fietkauinterface: clean up after hotplug interfaces are removed
2012-05-23 Felix Fietkauadd interface alias support
2012-05-23 Felix Fietkaureset iface->config_state when handling it
2012-05-20 Felix Fietkaufix argument order on replacing dns lists
2012-05-20 Felix Fietkaudo not replace proto_ip dns servers on config reload
2012-05-19 Felix Fietkauread interface route metric from config
2012-05-19 Felix Fietkaumove dns server/search list parsing to interface core...
2012-05-19 Felix Fietkauimplement a generic peerdns option to suppress proto...
2012-05-04 Felix Fietkaufix buffer overflow in interface data handling
2012-05-04 Felix Fietkauadd copyright headers
2012-05-04 Felix Fietkauconvert interface event queueing to global interface...
2012-05-04 Felix Fietkauadd a new event for interface reload
2012-05-04 Felix Fietkauadd a new event for interface free
2012-05-04 Felix Fietkauadd global interface event notifier
2012-05-04 Felix Fietkauadd a ubus interface to dynamically create host routes...
2012-05-02 Felix Fietkaumove system_flush_routes() call to mark_interface_down()
2012-05-02 Felix Fietkauremove duplicate interface down events
2012-04-29 Felix Fietkaufix config routes enable/disable handling on down/up
2012-04-17 Felix Fietkaufix flushing routes/addresses on connection loss
2012-04-14 Felix Fietkaurelease devices only after flushing ip state
2012-04-12 Felix Fietkauflush interface ip state after the interface has been...
2012-03-29 Felix Fietkaufix use-after-free when an interface event is pending...
2012-03-28 Felix Fietkaunetifd: fix hotplug-adding of non-bridge interfaces...
2012-03-23 Felix Fietkauadd support for attaching arbitrary state data to inter...
2012-03-23 Felix Fietkaumove l3 device tracking to interface core to enforce...
next