summaryrefslogtreecommitdiff
path: root/ubus.c
Commit message (Expand)AuthorAgeFilesLines
...
* add a hotplug op for preparing an interface bridge so that it's ready when an...Felix Fietkau2011-11-041-0/+22
* mark hotplug-added devices as externalFelix Fietkau2011-11-011-1/+1
* rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau2011-10-191-12/+17
* rework and fix hotplug interface handlingFelix Fietkau2011-10-191-12/+36
* add support for alias devices, which are activated based on hotplug events co...Felix Fietkau2011-10-181-1/+50
* display device and l3_device separately in ubus statusFelix Fietkau2011-10-181-16/+3
* add support for tracking open file descriptors of modules and closing them fo...Felix Fietkau2011-10-151-0/+3
* define _GNU_SOURCE and include stdio.h in ubus.c to fix a compile errorFelix Fietkau2011-10-121-0/+3
* fix network interface object nameFelix Fietkau2011-10-121-3/+2
* implement a new ubus object "network.device", add a method for dumping detail...Felix Fietkau2011-10-111-47/+55
* rename the network.interface ubus object to just networkFelix Fietkau2011-10-111-1/+1
* add interface uptime to the status infoFelix Fietkau2011-10-101-0/+7
* add ubus events for interface up/downFelix Fietkau2011-10-091-0/+9
* rename check_device_state to device_check_stateFelix Fietkau2011-10-051-1/+1
* add a ubus call for triggering config reloadsFelix Fietkau2011-10-031-0/+10
* add an ubus callback for removing an interfaceFelix Fietkau2011-10-021-0/+26
* add an interface for notifying protocol handlers of state changes via ubusFelix Fietkau2011-09-111-0/+17
* add an ubus call for restarting netifdFelix Fietkau2011-09-091-0/+10
* rename "active" to "available"Felix Fietkau2011-09-081-1/+1
* change the status information provided via ubusFelix Fietkau2011-09-081-7/+2
* fix the ubus hotplug add/remove interface to properly clean up devicesFelix Fietkau2011-09-051-15/+17
* extend the ubus interface to allow adding/removing hotplug interfacesFelix Fietkau2011-09-051-22/+80
* s/set_interface_down/interface_set_down/Felix Fietkau2011-07-291-1/+1
* s/set_interface_up/interface_set_up/Felix Fietkau2011-07-291-1/+1
* s/get_device/device_get/Felix Fietkau2011-07-291-1/+1
* s/set_device_present/device_set_present/Felix Fietkau2011-07-291-1/+1
* rework includesFelix Fietkau2011-03-291-0/+1
* add rudimentary protocol handlingFelix Fietkau2011-03-291-1/+7
* add error reporting supportFelix Fietkau2011-03-281-0/+27
* adjust for ubus api changesFelix Fietkau2011-03-271-29/+9
* add the status method to the signatureFelix Fietkau2011-03-271-0/+3
* move all device data to its own table to prevent namespace collisionsFelix Fietkau2011-03-271-3/+10
* add a callback for dumping device status informationFelix Fietkau2011-03-271-0/+3
* add a simple status callback for network interfacesFelix Fietkau2011-03-271-0/+29
* fix interface object type nameFelix Fietkau2011-03-271-1/+1
* Initial importFelix Fietkau2011-03-271-0/+167