summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-15parse tunnel devices from configFelix Fietkau
2012-03-15system-linux: add functions for adding/removing ip tunnels (currently only ↵Felix Fietkau
sit supported)
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 ↵Felix Fietkau
the kernel)
2012-03-05bridge: fix removal of present bridge membersFelix Fietkau
2012-03-05bridge: implement config reload support, preserves hotplug interfaces and ↵Felix Fietkau
adds fast updates for adding/removing bridge members
2012-03-05system-linux: ignore errors in system_bridge_addif if the interface is ↵Felix Fietkau
already in the specified bridge
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-04device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and ↵Felix Fietkau
DEV_CONFIG_RESTART (device restart)
2012-03-04add BUILD_BUG_ON from the kernelFelix Fietkau
2012-03-04vlist: add a special node version -1 for nodes that should not be flushed on ↵Felix Fietkau
updates
2012-03-04bridge: use vlist instead of listFelix Fietkau
2012-03-04simplify 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-28fix 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 ↵Felix Fietkau
proto_apply_ip_settings()
2012-02-26move static address setup to proto.c in preparation for unifying it with the ↵Felix Fietkau
proto-shell code doing similar things
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-03update the interface list version on config reload, fixes removing old ↵Felix Fietkau
interfaces
2012-02-03vlist: 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-24add 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
2012-01-22remove flags for device settings that could not be applied successfullyFelix Fietkau
2012-01-22show mtu, macaddr and txqueuelen from cached device settingsFelix Fietkau
2012-01-22save and restore previous device settings when overriding them via configFelix Fietkau