Age | Commit message (Expand) | Author |
2012-03-03 | do not bring down hotplug devices | Felix Fietkau |
2012-03-03 | preserve interface main hotplug device on reload | Felix Fietkau |
2012-03-03 | ubus: use interface_{add,remove}_link for hotplug ops | Felix Fietkau |
2012-02-28 | fix mac address parsing | Felix Fietkau |
2012-02-28 | fix mac address handling | Felix Fietkau |
2012-02-26 | minor cleanup | Felix Fietkau |
2012-02-26 | parse and use the broadcast option | Felix Fietkau |
2012-02-26 | move broadcast address handling to the core | Felix Fietkau |
2012-02-26 | make proto_parse_ip_addr_string() static | Felix Fietkau |
2012-02-26 | proto: move the dns search option handling to the core | Felix Fietkau |
2012-02-26 | proto-shell: process some common notify options using proto_apply_ip_settings() | Felix Fietkau |
2012-02-26 | proto: add an option for specifying external addresses using proto_apply_ip_s... | Felix Fietkau |
2012-02-26 | move static address setup to proto.c in preparation for unifying it with the ... | Felix Fietkau |
2012-02-26 | system-linux: fix the default broadcast address for v4 | Felix Fietkau |
2012-02-26 | remove device_{route,addr}->device | Felix Fietkau |
2012-02-15 | set route metrics using netlink | Felix Fietkau |
2012-02-15 | initialize route->metric to -1 | Felix Fietkau |
2012-02-03 | update the interface list version on config reload, fixes removing old interf... | Felix Fietkau |
2012-02-03 | vlist: fix node version update for tree->keep_old/no_delete | Felix Fietkau |
2012-01-24 | remove an unnecessary check | Felix Fietkau |
2012-01-24 | make sure iface->proto_handler is always initialized | Felix Fietkau |
2012-01-24 | add a generic option for disabling the automatic default route on interfaces | Felix Fietkau |
2012-01-23 | always call device_set_disabled, even if the "enabled" attribute is not present | Felix Fietkau |
2012-01-22 | proto-shell: merge setup/teardown task into one | Felix Fietkau |
2012-01-22 | remove flags for device settings that could not be applied successfully | Felix Fietkau |
2012-01-22 | show mtu, macaddr and txqueuelen from cached device settings | Felix Fietkau |
2012-01-22 | save and restore previous device settings when overriding them via config | Felix Fietkau |
2012-01-22 | move device settings to a separate struct | Felix Fietkau |
2012-01-22 | query available/used device speeds via ethtool | Felix Fietkau |
2012-01-21 | always use SIGKILL for netifd_kill_process, it is usually a last resort | Felix Fietkau |
2012-01-21 | proto-shell: rework task statemachine | Felix Fietkau |
2012-01-20 | add mac address to device info | Felix Fietkau |
2012-01-19 | export carrier status in device stats | Felix Fietkau |
2012-01-19 | allow devices to be disabled through a config option | Felix Fietkau |
2012-01-15 | use the simplified vlist type for dns servers/search | Felix Fietkau |
2012-01-15 | add a simplified vlist type | Felix Fietkau |
2011-12-04 | fix use-after-free on device free codepath due to recursion issues, and fix d... | Felix Fietkau |
2011-12-04 | add dummy code for testing system_if_get_parent() | Felix Fietkau |
2011-12-04 | fix use-after-free on config reload | Felix Fietkau |
2011-11-13 | avoid deleting and re-adding duplicate ip addresses and routes, fixes tcp con... | Felix Fietkau |
2011-11-08 | do not hardcode config package in config_init_package() | Felix Fietkau |
2011-11-04 | add a hotplug op for preparing an interface bridge so that it's ready when an... | Felix Fietkau |
2011-11-04 | bridge: fix cleanup path, avoid double free on hotplug device remove | Felix Fietkau |
2011-11-03 | fix interface event handling, suppress redundant down events | Felix Fietkau |
2011-11-01 | mark hotplug-added devices as external | Felix Fietkau |
2011-10-31 | Add time.h include | Jens Muecke |
2011-10-27 | proto-shell: handle the "available" config flag | Felix Fietkau |
2011-10-27 | proto-shell: prefix protocol callback functions with proto_ | Felix Fietkau |
2011-10-27 | fold the _init callback into _init_config | Felix Fietkau |
2011-10-27 | proto-shell: add a notify command for setting interface availability | Felix Fietkau |