summaryrefslogtreecommitdiff
path: root/ubus.c
Commit message (Expand)AuthorAgeFilesLines
* fix device_lock/device_unlock imbalancesFelix Fietkau2012-10-191-2/+5
* ubus.c: now that disabled routes are in the inactive subtable it makes no sen...Jo-Philipp Wich2012-09-131-2/+0
* ubus.c: move disabled routes, ips, dns server into an "inactive" subtableJo-Philipp Wich2012-09-131-15/+53
* apply basic device settings for hotplug devices, e.g. mtu and txqueuelenFelix Fietkau2012-07-121-0/+4
* ensure hotplug devices are marked as present in the add path - they are not c...Felix Fietkau2012-07-121-2/+4
* fix device_lock/device_unlock imbalance in the hotplug device handlingFelix Fietkau2012-07-121-2/+2
* fix ifname for alias+vlan chainsFelix Fietkau2012-07-051-1/+2
* ubus.c: expose metric and mtu values if applicableJo-Philipp Wich2012-06-291-0/+7
* ubus.c: expose route enabled stateJo-Philipp Wich2012-06-291-0/+2
* device: add support for deferring bringup of devicesFelix Fietkau2012-06-071-0/+38
* add an ubus method for dumping available protocol handlersFelix Fietkau2012-05-311-0/+13
* ubus: show proto handler in interface statusFelix Fietkau2012-05-311-0/+3
* netifd: reconnect to ubus if the connection is lostFelix Fietkau2012-05-291-4/+39
* export dns server and search list in the ubus interface statusFelix Fietkau2012-05-201-1/+33
* ubus: split ipv4 and ipv6 address in interface statusFelix Fietkau2012-05-191-4/+11
* add copyright headersFelix Fietkau2012-05-041-0/+13
* add a ubus interface to dynamically create host routes to a particular ip add...Felix Fietkau2012-05-041-1/+46
* ubus: split address from mask in interface statusFelix Fietkau2012-04-121-8/+14
* add support for attaching arbitrary state data to interfacesFelix Fietkau2012-03-231-1/+29
* move l3 device tracking to interface core to enforce proper order of address/...Felix Fietkau2012-03-231-1/+1
* dump interface routes via ubusFelix Fietkau2012-03-231-0/+34
* add network addresses to interface statusFelix Fietkau2012-03-231-0/+31
* ubus: use interface_{add,remove}_link for hotplug opsFelix Fietkau2012-03-031-49/+8
* 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