summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
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
Make handling setup/proto/teardown tasks more explicit and easier to read. Should hopefully prevent some forms of deadlocks.
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 ↵Felix Fietkau
dev->parent refcounting issues
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 ↵Felix Fietkau
connection loss on dhcp rekey
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 ↵Felix Fietkau
an external process adds interfaces