index
:
openwrt/netifd
fix-dynamic-routing
master
priority-fix
priority-fix-19.07
OpenWrt Network interface configuration daemon
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ubus.c
Age
Commit message (
Expand
)
Author
2011-11-04
add a hotplug op for preparing an interface bridge so that it's ready when an...
Felix Fietkau
2011-11-01
mark hotplug-added devices as external
Felix Fietkau
2011-10-19
rework device hotplug handling some more, add device_lock/device_unlock to pr...
Felix Fietkau
2011-10-19
rework and fix hotplug interface handling
Felix Fietkau
2011-10-18
add support for alias devices, which are activated based on hotplug events co...
Felix Fietkau
2011-10-18
display device and l3_device separately in ubus status
Felix Fietkau
2011-10-15
add support for tracking open file descriptors of modules and closing them fo...
Felix Fietkau
2011-10-12
define _GNU_SOURCE and include stdio.h in ubus.c to fix a compile error
Felix Fietkau
2011-10-12
fix network interface object name
Felix Fietkau
2011-10-11
implement a new ubus object "network.device", add a method for dumping detail...
Felix Fietkau
2011-10-11
rename the network.interface ubus object to just network
Felix Fietkau
2011-10-10
add interface uptime to the status info
Felix Fietkau
2011-10-09
add ubus events for interface up/down
Felix Fietkau
2011-10-05
rename check_device_state to device_check_state
Felix Fietkau
2011-10-03
add a ubus call for triggering config reloads
Felix Fietkau
2011-10-02
add an ubus callback for removing an interface
Felix Fietkau
2011-09-11
add an interface for notifying protocol handlers of state changes via ubus
Felix Fietkau
2011-09-09
add an ubus call for restarting netifd
Felix Fietkau
2011-09-08
rename "active" to "available"
Felix Fietkau
2011-09-08
change the status information provided via ubus
Felix Fietkau
2011-09-05
fix the ubus hotplug add/remove interface to properly clean up devices
Felix Fietkau
2011-09-05
extend the ubus interface to allow adding/removing hotplug interfaces
Felix Fietkau
2011-07-29
s/set_interface_down/interface_set_down/
Felix Fietkau
2011-07-29
s/set_interface_up/interface_set_up/
Felix Fietkau
2011-07-29
s/get_device/device_get/
Felix Fietkau
2011-07-29
s/set_device_present/device_set_present/
Felix Fietkau
2011-03-29
rework includes
Felix Fietkau
2011-03-29
add rudimentary protocol handling
Felix Fietkau
2011-03-28
add error reporting support
Felix Fietkau
2011-03-27
adjust for ubus api changes
Felix Fietkau
2011-03-27
add the status method to the signature
Felix Fietkau
2011-03-27
move all device data to its own table to prevent namespace collisions
Felix Fietkau
2011-03-27
add a callback for dumping device status information
Felix Fietkau
2011-03-27
add a simple status callback for network interfaces
Felix Fietkau
2011-03-27
fix interface object type name
Felix Fietkau
2011-03-27
Initial import
Felix Fietkau