Age | Commit message (Expand) | Author |
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 |
2011-10-26 | recognize stacked interfaces (e.g. dsa) and handle their dependencies | Felix Fietkau |
2011-10-26 | ensure that iface->proto_handler gets initialized | Felix Fietkau |
2011-10-26 | on reload, check for null ifname before comparing it | Felix Fietkau |
2011-10-24 | initialize dns server/search lists | Felix Fietkau |
2011-10-24 | fix a logic error leading to segfaults on updates | Felix Fietkau |
2011-10-23 | fix handling bridge interfaces with no initial device | Felix Fietkau |
2011-10-23 | fix system_if_check | Felix Fietkau |
2011-10-23 | parse kobject uevent messages for figuring out when network devices appear, R... | Felix Fietkau |
2011-10-23 | add a function for creating a raw event socket that does not use genl or rtnl | Felix Fietkau |
2011-10-23 | remove some more code duplication | Felix Fietkau |
2011-10-23 | move code for creating an event socket to a function | Felix Fietkau |
2011-10-23 | move all variables belonging to the netlink event socket to a common data str... | Felix Fietkau |
2011-10-23 | drop the cleanup path in system_init, since system_init failures are fatal an... | Felix Fietkau |
2011-10-21 | fix the exit status for the proto-shell task, use WEXITSTATUS | Felix Fietkau |
2011-10-21 | fix initial bridge member bringup | Felix Fietkau |
2011-10-21 | fix device claim on interface reload | Felix Fietkau |
2011-10-21 | fold __interface_set_up into interface_set_up | Felix Fietkau |
2011-10-21 | fix duplicate bridge addif | Felix Fietkau |
2011-10-21 | clean up interface state change handling | Felix Fietkau |
2011-10-21 | proto-shell: allow protocol handlers to add interface error messages and bloc... | Felix Fietkau |
2011-10-21 | proto-shell: pass the return code of the proto task to the teardown handler | Felix Fietkau |
2011-10-21 | in log read, check for EINTR instead of EAGAIN to avoid infinite loops | Felix Fietkau |
2011-10-20 | try to grab log data more aggressively | Felix Fietkau |
2011-10-20 | fix segfaults in log line processing | Felix Fietkau |
2011-10-20 | reduce stack usage | Felix Fietkau |
2011-10-20 | proto-shell: fix parsing of long proto handler descriptions, simplify code | Felix Fietkau |
2011-10-20 | do not clear device state for devices created by proto-up with address-extern... | Felix Fietkau |