make versioned lists more flexible by using an external comparator
[project/netifd.git] / ubus.c
2011-09-11 Felix Fietkauadd an interface for notifying protocol handlers of...
2011-09-09 Felix Fietkauadd an ubus call for restarting netifd
2011-09-08 Felix Fietkaurename "active" to "available"
2011-09-08 Felix Fietkauchange the status information provided via ubus
2011-09-05 Felix Fietkaufix the ubus hotplug add/remove interface to properly...
2011-09-05 Felix Fietkauextend the ubus interface to allow adding/removing...
2011-07-29 Felix Fietkaus/set_interface_down/interface_set_down/
2011-07-29 Felix Fietkaus/set_interface_up/interface_set_up/
2011-07-29 Felix Fietkaus/get_device/device_get/
2011-07-29 Felix Fietkaus/set_device_present/device_set_present/
2011-03-29 Felix Fietkaurework includes
2011-03-28 Felix Fietkauadd rudimentary protocol handling
2011-03-27 Felix Fietkauadd error reporting support
2011-03-27 Felix Fietkauadjust for ubus api changes
2011-03-27 Felix Fietkauadd the status method to the signature
2011-03-27 Felix Fietkaumove all device data to its own table to prevent namesp...
2011-03-27 Felix Fietkauadd a callback for dumping device status information
2011-03-27 Felix Fietkauadd a simple status callback for network interfaces
2011-03-27 Felix Fietkaufix interface object type name
2011-03-27 Felix FietkauInitial import