summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-03-19proto-shell: fix potential use-after-freeFelix Fietkau
2012-03-19fix log buffer overflow handlingFelix Fietkau
2012-03-15remove some leftover debug codeFelix Fietkau
2012-03-15fix ipv6 routesFelix Fietkau
2012-03-15always create device routesFelix Fietkau
2012-03-15shell: add tunnel supportFelix Fietkau
2012-03-15shell: support routes without gatewayFelix Fietkau
2012-03-15add shell functions for adding tunnel data in proto notifyFelix Fietkau
2012-03-14parse tunnel devices from configFelix Fietkau
2012-03-14system-linux: add functions for adding/removing ip tunnels (currently only sit supported)Felix Fietkau
2012-03-09make route metrics default to 0Felix Fietkau
2012-03-09system-dummy: add route metric informationFelix Fietkau
2012-03-05bridge: turn stp off by defaultFelix Fietkau
2012-03-05bridge: increase the default forward delay to 2 seconds (minimum enforced by the kernel)Felix Fietkau
2012-03-05bridge: fix removal of present bridge membersFelix Fietkau
2012-03-05bridge: implement config reload support, preserves hotplug interfaces and adds fast updates for adding/removing bridge membersFelix Fietkau
2012-03-05system-linux: ignore errors in system_bridge_addif if the interface is already in the specified bridgeFelix Fietkau
2012-03-05bridge: add a debug message when a device could not be addedFelix Fietkau
2012-03-04bridge: fix hotplug device removalFelix Fietkau
2012-03-04bridge: fix member list handlingFelix Fietkau
2012-03-04remove redundant variable assignmentFelix Fietkau
2012-03-03device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and DEV_CONFIG_RESTART (device restart)Felix Fietkau
2012-03-03add BUILD_BUG_ON from the kernelFelix Fietkau
2012-03-03vlist: add a special node version -1 for nodes that should not be flushed on updatesFelix Fietkau
2012-03-03bridge: use vlist instead of listFelix Fietkau
2012-03-03simplify vlist, move avl key handling to vlist_add()Felix Fietkau
2012-03-03do not bring down hotplug devicesFelix Fietkau
2012-03-03preserve interface main hotplug device on reloadFelix Fietkau
2012-03-03ubus: use interface_{add,remove}_link for hotplug opsFelix Fietkau
2012-02-28fix mac address parsingFelix Fietkau
2012-02-27fix mac address handlingFelix Fietkau
2012-02-26minor cleanupFelix Fietkau
2012-02-26parse and use the broadcast optionFelix Fietkau
2012-02-26move broadcast address handling to the coreFelix Fietkau
2012-02-26make proto_parse_ip_addr_string() staticFelix Fietkau
2012-02-26proto: move the dns search option handling to the coreFelix Fietkau
2012-02-26proto-shell: process some common notify options using proto_apply_ip_settings()Felix Fietkau
2012-02-26proto: add an option for specifying external addresses using proto_apply_ip_settings()Felix Fietkau
2012-02-26move static address setup to proto.c in preparation for unifying it with the proto-shell code doing similar thingsFelix Fietkau
2012-02-26system-linux: fix the default broadcast address for v4Felix Fietkau
2012-02-26remove device_{route,addr}->deviceFelix Fietkau
2012-02-15set route metrics using netlinkFelix Fietkau
2012-02-15initialize route->metric to -1Felix Fietkau
2012-02-02update the interface list version on config reload, fixes removing old interfacesFelix Fietkau
2012-02-02vlist: fix node version update for tree->keep_old/no_deleteFelix Fietkau
2012-01-24remove an unnecessary checkFelix Fietkau
2012-01-24make sure iface->proto_handler is always initializedFelix Fietkau
2012-01-23add a generic option for disabling the automatic default route on interfacesFelix Fietkau
2012-01-23always call device_set_disabled, even if the "enabled" attribute is not presentFelix Fietkau
2012-01-22proto-shell: merge setup/teardown task into oneFelix Fietkau