summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2011-10-09system-linux: set the device present state in system_if_check()Felix Fietkau
2011-10-09add an install targetFelix Fietkau
2011-10-09include netlink/attr.h to fix a compile error with libnl-tinyFelix Fietkau
2011-10-09add a variable for overriding the libnl linker commandFelix Fietkau
2011-10-09proto-shell: add _GNU_SOURCE define to get O_DIRECTORYFelix Fietkau
2011-10-09add ubus events for interface up/downFelix Fietkau
2011-10-09rename interface-hotplug.c to interface-event.cFelix Fietkau
2011-10-09add more debugging messages for hotplug handlersFelix Fietkau
2011-10-07config: remove unused variable (fix cc error)Steven Barth
2011-10-07system-linux: resolve interface index at device_upSteven Barth
2011-10-07add support for calls to a hotplug script on interface state changesFelix Fietkau
2011-10-07fix proto events for immediate proto handlersFelix Fietkau
2011-10-06delete interfaces from the avl tree on freeFelix Fietkau
2011-10-06only free unused devices after the final config initFelix Fietkau
2011-10-06only show the "Create new device.." message if there is no old deviceFelix Fietkau
2011-10-06device reload, use config_check_equal instead of config_check_diffFelix Fietkau
2011-10-06fix parsing settings for devices on reloadFelix Fietkau
2011-10-06detect interface configuration changesFelix Fietkau
2011-10-06improve debugging macroFelix Fietkau
2011-10-06delay bringup of interfaces until after the config reloadFelix Fietkau
2011-10-06fix refcount bugs when dev->set_state failsFelix Fietkau
2011-10-06always recreate devices by default if the config attribute list is not the ↵Felix Fietkau
default one
2011-10-06fix a double free / use after freeFelix Fietkau
2011-10-06prevent deletion devices that are part of the current configurationFelix Fietkau
2011-10-06recreate devices if the type does not matchFelix Fietkau
2011-10-06delete devices before recreating themFelix Fietkau
2011-10-06add debug messages for device config changesFelix Fietkau
2011-10-05rename a variable for clarityFelix Fietkau
2011-10-05device: duplicate the config earlier to avoid using stale dataFelix Fietkau
2011-10-05add a debug message when a device is createdFelix Fietkau
2011-10-05allow temporary duplicates of devicesFelix Fietkau
2011-10-05clear interface errors on interface cleanupFelix Fietkau
2011-10-05clear errors on interface reloadFelix Fietkau
2011-10-05s/clear_interface_errors/interface_clear_errors/Felix Fietkau
2011-10-05do not override iface->autostart on config reloadFelix Fietkau
2011-10-05minor cleanupFelix Fietkau
2011-10-05use device_(add|remove)_user when replacing devicesFelix Fietkau
2011-10-05rename check_device_state to device_check_stateFelix Fietkau
2011-10-05add a debug message showing interface availability changesFelix Fietkau
2011-10-05add better debug messages for interface create/remove/updateFelix Fietkau
2011-10-04rework debugging code, add debugging levelsFelix Fietkau
2011-10-03do not memcmp padding bytes in config_diffFelix Fietkau
2011-10-03add a ubus call for triggering config reloadsFelix Fietkau
2011-10-03add some more interface reload fixesFelix Fietkau
2011-10-03fix device reload with no previous configFelix Fietkau
2011-10-03bridge: add missing device cleanupFelix Fietkau
2011-10-03proto-shell: remove the device user before issuing the protocol down eventFelix Fietkau
2011-10-03on interface free, remove the main_dev user if still presentFelix Fietkau
2011-10-03proto-shell: fix a typo in string length calculationFelix Fietkau
2011-10-03fix a heap overrunFelix Fietkau