summaryrefslogtreecommitdiffhomepage
path: root/ubus.c
AgeCommit message (Expand)Author
2012-07-12apply basic device settings for hotplug devices, e.g. mtu and txqueuelenFelix Fietkau
2012-07-12ensure hotplug devices are marked as present in the add path - they are not c...Felix Fietkau
2012-07-12fix device_lock/device_unlock imbalance in the hotplug device handlingFelix Fietkau
2012-07-05fix ifname for alias+vlan chainsFelix Fietkau
2012-06-29ubus.c: expose metric and mtu values if applicableJo-Philipp Wich
2012-06-29ubus.c: expose route enabled stateJo-Philipp Wich
2012-06-07device: add support for deferring bringup of devicesFelix Fietkau
2012-05-31add an ubus method for dumping available protocol handlersFelix Fietkau
2012-05-31ubus: show proto handler in interface statusFelix Fietkau
2012-05-29netifd: reconnect to ubus if the connection is lostFelix Fietkau
2012-05-20export dns server and search list in the ubus interface statusFelix Fietkau
2012-05-19ubus: split ipv4 and ipv6 address in interface statusFelix Fietkau
2012-05-04add copyright headersFelix Fietkau
2012-05-04add a ubus interface to dynamically create host routes to a particular ip add...Felix Fietkau
2012-04-12ubus: split address from mask in interface statusFelix Fietkau
2012-03-23add support for attaching arbitrary state data to interfacesFelix Fietkau
2012-03-23move l3 device tracking to interface core to enforce proper order of address/...Felix Fietkau
2012-03-23dump interface routes via ubusFelix Fietkau
2012-03-23add network addresses to interface statusFelix Fietkau
2012-03-03ubus: use interface_{add,remove}_link for hotplug opsFelix Fietkau
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