summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2011-10-02add vlist_for_each_element iteratorFelix Fietkau
2011-10-02vlist: store a pointer to the real key to make lookups easierFelix Fietkau
2011-10-02extend vlist code to allow keeping the old data structure instead of the new ...Felix Fietkau
2011-10-02make versioned lists more flexible by using an external comparatorFelix Fietkau
2011-10-02add a variable to allow forcing dummy mode on linux systemsFelix Fietkau
2011-10-02only override the uci conf dir in dummy modeFelix Fietkau
2011-09-28system-linux: use correct netlink attribute for address managementSteven Barth
2011-09-28interface: don't segfault with an unknown protocolSteven Barth
2011-09-28system-linux: Fix a segfault in netlink codeSteven Barth
2011-09-26system-linux: detect adding and removal of devicesSteven Barth
2011-09-26system-linux: free netlink messages after sendingSteven Barth
2011-09-24fix a compile error on non-linux systemsFelix Fietkau