summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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 de...Felix Fietkau
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
2011-10-03more changes for config reload handlingFelix Fietkau
2011-10-03utils: fix existing node check when keep_old/no_delete is enabledFelix Fietkau
2011-10-03add functions for checking for config differencesFelix Fietkau
2011-10-03force the uci savedir for the dummy variantFelix Fietkau
2011-10-03use a common function for creating devices that avoids creating duplicatesFelix Fietkau
2011-10-02add an ubus callback for removing an interfaceFelix Fietkau
2011-10-02add some code for properly tearing down, reloading and removing interfacesFelix Fietkau
2011-10-02add a new vlist flag for avoiding automatic delete of entriesFelix Fietkau
2011-10-02manage interfaces via vlistFelix Fietkau