summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
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
2012-01-22move device settings to a separate structFelix Fietkau
2012-01-22query available/used device speeds via ethtoolFelix Fietkau
2012-01-21always use SIGKILL for netifd_kill_process, it is usually a last resortFelix Fietkau
2012-01-21proto-shell: rework task statemachineFelix Fietkau
2012-01-20add mac address to device infoFelix Fietkau
2012-01-19export carrier status in device statsFelix Fietkau
2012-01-19allow devices to be disabled through a config optionFelix Fietkau
2012-01-15use the simplified vlist type for dns servers/searchFelix Fietkau
2012-01-15add a simplified vlist typeFelix Fietkau
2011-12-04fix use-after-free on device free codepath due to recursion issues, and fix d...Felix Fietkau
2011-12-04add dummy code for testing system_if_get_parent()Felix Fietkau
2011-12-04fix use-after-free on config reloadFelix Fietkau
2011-11-13avoid deleting and re-adding duplicate ip addresses and routes, fixes tcp con...Felix Fietkau
2011-11-08do not hardcode config package in config_init_package()Felix Fietkau
2011-11-04add a hotplug op for preparing an interface bridge so that it's ready when an...Felix Fietkau
2011-11-04bridge: fix cleanup path, avoid double free on hotplug device removeFelix Fietkau
2011-11-03fix interface event handling, suppress redundant down eventsFelix Fietkau
2011-11-01mark hotplug-added devices as externalFelix Fietkau
2011-10-31Add time.h includeJens Muecke
2011-10-27proto-shell: handle the "available" config flagFelix Fietkau
2011-10-27proto-shell: prefix protocol callback functions with proto_Felix Fietkau
2011-10-27fold the _init callback into _init_configFelix Fietkau
2011-10-27proto-shell: add a notify command for setting interface availabilityFelix Fietkau