always create device routes
[project/netifd.git] / ubus.c
2012-03-03 Felix Fietkauubus: use interface_{add,remove}_link for hotplug ops
2011-11-04 Felix Fietkauadd a hotplug op for preparing an interface bridge...
2011-11-01 Felix Fietkaumark hotplug-added devices as external
2011-10-19 Felix Fietkaurework device hotplug handling some more, add device_lo...
2011-10-19 Felix Fietkaurework and fix hotplug interface handling
2011-10-18 Felix Fietkauadd support for alias devices, which are activated...
2011-10-18 Felix Fietkaudisplay device and l3_device separately in ubus status
2011-10-15 Felix Fietkauadd support for tracking open file descriptors of modul...
2011-10-12 Felix Fietkaudefine _GNU_SOURCE and include stdio.h in ubus.c to...
2011-10-12 Felix Fietkaufix network interface object name
2011-10-11 Felix Fietkauimplement a new ubus object "network.device", add a...
2011-10-11 Felix Fietkaurename the network.interface ubus object to just network
2011-10-10 Felix Fietkauadd interface uptime to the status info
2011-10-09 Felix Fietkauadd ubus events for interface up/down
2011-10-05 Felix Fietkaurename check_device_state to device_check_state
2011-10-03 Felix Fietkauadd a ubus call for triggering config reloads
2011-10-02 Felix Fietkauadd an ubus callback for removing an interface
2011-09-11 Felix Fietkauadd an interface for notifying protocol handlers of...
2011-09-09 Felix Fietkauadd an ubus call for restarting netifd
2011-09-08 Felix Fietkaurename "active" to "available"
2011-09-08 Felix Fietkauchange the status information provided via ubus
2011-09-05 Felix Fietkaufix the ubus hotplug add/remove interface to properly...
2011-09-05 Felix Fietkauextend the ubus interface to allow adding/removing...
2011-07-29 Felix Fietkaus/set_interface_down/interface_set_down/
2011-07-29 Felix Fietkaus/set_interface_up/interface_set_up/
2011-07-29 Felix Fietkaus/get_device/device_get/
2011-07-29 Felix Fietkaus/set_device_present/device_set_present/
2011-03-29 Felix Fietkaurework includes
2011-03-28 Felix Fietkauadd rudimentary protocol handling
2011-03-27 Felix Fietkauadd error reporting support
2011-03-27 Felix Fietkauadjust for ubus api changes
2011-03-27 Felix Fietkauadd the status method to the signature
2011-03-27 Felix Fietkaumove all device data to its own table to prevent namesp...
2011-03-27 Felix Fietkauadd a callback for dumping device status information
2011-03-27 Felix Fietkauadd a simple status callback for network interfaces
2011-03-27 Felix Fietkaufix interface object type name
2011-03-27 Felix FietkauInitial import