summaryrefslogtreecommitdiffhomepage
path: root/ubus.c
AgeCommit message (Expand)Author
2011-11-04add a hotplug op for preparing an interface bridge so that it's ready when an...Felix Fietkau
2011-11-01mark hotplug-added devices as externalFelix Fietkau
2011-10-19rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau
2011-10-19rework and fix hotplug interface handlingFelix Fietkau
2011-10-18add support for alias devices, which are activated based on hotplug events co...Felix Fietkau
2011-10-18display device and l3_device separately in ubus statusFelix Fietkau
2011-10-15add support for tracking open file descriptors of modules and closing them fo...Felix Fietkau
2011-10-12define _GNU_SOURCE and include stdio.h in ubus.c to fix a compile errorFelix Fietkau
2011-10-12fix network interface object nameFelix Fietkau
2011-10-11implement a new ubus object "network.device", add a method for dumping detail...Felix Fietkau
2011-10-11rename the network.interface ubus object to just networkFelix Fietkau
2011-10-10add interface uptime to the status infoFelix Fietkau
2011-10-09add ubus events for interface up/downFelix Fietkau
2011-10-05rename check_device_state to device_check_stateFelix Fietkau
2011-10-03add a ubus call for triggering config reloadsFelix Fietkau
2011-10-02add an ubus callback for removing an interfaceFelix Fietkau
2011-09-11add an interface for notifying protocol handlers of state changes via ubusFelix Fietkau
2011-09-09add an ubus call for restarting netifdFelix Fietkau
2011-09-08rename "active" to "available"Felix Fietkau
2011-09-08change the status information provided via ubusFelix Fietkau
2011-09-05fix the ubus hotplug add/remove interface to properly clean up devicesFelix Fietkau
2011-09-05extend the ubus interface to allow adding/removing hotplug interfacesFelix Fietkau
2011-07-29s/set_interface_down/interface_set_down/Felix Fietkau
2011-07-29s/set_interface_up/interface_set_up/Felix Fietkau
2011-07-29s/get_device/device_get/Felix Fietkau
2011-07-29s/set_device_present/device_set_present/Felix Fietkau
2011-03-29rework includesFelix Fietkau
2011-03-29add rudimentary protocol handlingFelix Fietkau
2011-03-28add error reporting supportFelix Fietkau
2011-03-27adjust for ubus api changesFelix Fietkau
2011-03-27add the status method to the signatureFelix Fietkau
2011-03-27move all device data to its own table to prevent namespace collisionsFelix Fietkau
2011-03-27add a callback for dumping device status informationFelix Fietkau
2011-03-27add a simple status callback for network interfacesFelix Fietkau
2011-03-27fix interface object type nameFelix Fietkau
2011-03-27Initial importFelix Fietkau