summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-03-19fix vlist_simple_add version handlingFelix Fietkau
2012-03-19properly flush routes and l3 devices when tearing down interfacesFelix Fietkau
2012-03-19move device cleanup to common code, fixes use-after-free in tunnel codeFelix Fietkau
2012-03-19fix a memory leakFelix Fietkau
2012-03-19simplify log buffer handlingFelix Fietkau
2012-03-19fix log buffer splittingFelix Fietkau
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-15parse tunnel devices from configFelix Fietkau
2012-03-15system-linux: add functions for adding/removing ip tunnels (currently only si...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 ...Felix Fietkau
2012-03-05bridge: fix removal of present bridge membersFelix Fietkau
2012-03-05bridge: implement config reload support, preserves hotplug interfaces and add...Felix Fietkau
2012-03-05system-linux: ignore errors in system_bridge_addif if the interface is alread...Felix 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-04device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and DEV...Felix Fietkau
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
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 proto_apply_ip_s...Felix Fietkau
2012-02-26move static address setup to proto.c in preparation for unifying it with the ...Felix 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-03update the interface list version on config reload, fixes removing old interf...Felix Fietkau