interface: clean up after hotplug interfaces are removed
[project/netifd.git] / device.h
2012-05-04 Felix Fietkauadd copyright headers
2012-03-14 Felix Fietkauparse tunnel devices from config
2012-03-03 Felix Fietkaudevice: differentiate between DEV_CONFIG_APPLIED (no...
2012-01-22 Felix Fietkausave and restore previous device settings when overridi...
2012-01-22 Felix Fietkaumove device settings to a separate struct
2012-01-19 Felix Fietkauallow devices to be disabled through a config option
2011-12-04 Felix Fietkaufix use-after-free on device free codepath due to recur...
2011-11-04 Felix Fietkauadd a hotplug op for preparing an interface bridge...
2011-10-26 Felix Fietkaurecognize stacked interfaces (e.g. dsa) and handle...
2011-10-20 Felix Fietkaudo not clear device state for devices created by proto...
2011-10-19 Felix Fietkaurework device hotplug handling some more, add device_lo...
2011-10-18 Felix Fietkauapply device settings to simple devices with config...
2011-10-18 Felix Fietkauadd support for alias devices, which are activated...
2011-10-18 Felix Fietkaudirectly pass the device name to the device create...
2011-10-11 Felix Fietkauimplement a new ubus object "network.device", add a...
2011-10-05 Felix Fietkauprevent deletion devices that are part of the current...
2011-10-05 Felix Fietkaurename a variable for clarity
2011-10-05 Felix Fietkaurename check_device_state to device_check_state
2011-10-02 Felix Fietkaumore changes for config reload handling
2011-10-02 Felix Fietkauuse a common function for creating devices that avoids...
2011-09-05 Felix Fietkaumove ip related functions and data structures to a...
2011-09-05 Felix Fietkauimprove interface for cleaning up unused devices
2011-09-04 Felix Fietkaumake device_claim/device_release operate on the device_...
2011-09-04 Felix Fietkaumake bridge configuration more dynamic
2011-07-29 Felix Fietkaureorder function
2011-07-29 Felix Fietkaus/release_device/device_release/
2011-07-29 Felix Fietkaus/claim_device/device_claim/
2011-07-29 Felix Fietkaus/init_virtual_device/device_init_virtual/
2011-07-29 Felix Fietkaus/init_device/device_init/
2011-07-29 Felix Fietkaus/get_device/device_get/
2011-07-29 Felix Fietkaus/cleanup_device/device_cleanup/
2011-07-29 Felix Fietkaus/set_device_present/device_set_present/
2011-07-29 Felix Fietkaus/add_device_user/device_add_user/
2011-07-29 Felix Fietkaus/remove_device_user/device_remove_user/g
2011-07-29 Felix Fietkaus/free_device/device_free/g
2011-07-29 Felix Fietkaus/cleanup_devices/device_free_all/
2011-07-29 Felix Fietkauuse uci_to_blob for creating devices
2011-05-02 Felix Fietkaumove interface address handling to the device module...
2011-04-05 Felix Fietkauadd code for cleaning up unused devices mentioned in...
2011-04-05 Felix Fietkauadd a helper function for freeing a device
2011-04-05 Felix Fietkauadd low level configuration for devices
2011-03-28 Felix Fietkauremove some comments - will be better described in...
2011-03-27 Felix Fietkauadd a callback for dumping device status information
2011-03-27 Felix Fietkauadd a function for adding a virtual device (not tracked...
2011-03-27 Felix FietkauInitial import