summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2011-10-26recognize stacked interfaces (e.g. dsa) and handle their dependenciesFelix Fietkau
2011-10-26ensure that iface->proto_handler gets initializedFelix Fietkau
2011-10-26on reload, check for null ifname before comparing itFelix Fietkau
2011-10-24initialize dns server/search listsFelix Fietkau
2011-10-24fix a logic error leading to segfaults on updatesFelix Fietkau
2011-10-23fix handling bridge interfaces with no initial deviceFelix Fietkau
2011-10-23fix system_if_checkFelix Fietkau
2011-10-23parse kobject uevent messages for figuring out when network devices appear, R...Felix Fietkau
2011-10-23add a function for creating a raw event socket that does not use genl or rtnlFelix Fietkau
2011-10-23remove some more code duplicationFelix Fietkau
2011-10-23move code for creating an event socket to a functionFelix Fietkau
2011-10-23move all variables belonging to the netlink event socket to a common data str...Felix Fietkau
2011-10-23drop the cleanup path in system_init, since system_init failures are fatal an...Felix Fietkau
2011-10-21fix the exit status for the proto-shell task, use WEXITSTATUSFelix Fietkau
2011-10-21fix initial bridge member bringupFelix Fietkau
2011-10-21fix device claim on interface reloadFelix Fietkau
2011-10-21fold __interface_set_up into interface_set_upFelix Fietkau
2011-10-21fix duplicate bridge addifFelix Fietkau
2011-10-21clean up interface state change handlingFelix Fietkau
2011-10-21proto-shell: allow protocol handlers to add interface error messages and bloc...Felix Fietkau
2011-10-21proto-shell: pass the return code of the proto task to the teardown handlerFelix Fietkau
2011-10-21in log read, check for EINTR instead of EAGAIN to avoid infinite loopsFelix Fietkau
2011-10-20try to grab log data more aggressivelyFelix Fietkau
2011-10-20fix segfaults in log line processingFelix Fietkau
2011-10-20reduce stack usageFelix Fietkau
2011-10-20proto-shell: fix parsing of long proto handler descriptions, simplify codeFelix Fietkau
2011-10-20do not clear device state for devices created by proto-up with address-extern...Felix Fietkau