summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2011-10-20fix path and invocation for hotplug callsFelix Fietkau
2011-10-19add support for configuring static routesFelix Fietkau
2011-10-19minor cleanupFelix Fietkau
2011-10-19add -Wmissing-declarations to cflagsFelix Fietkau
2011-10-19make a few more functions staticFelix Fietkau
2011-10-19fix interface_add_dns_search_listFelix Fietkau
2011-10-19rename config_init_interfaces to config_init_allFelix Fietkau
2011-10-19remove the argument to config_init_interfacesFelix Fietkau
2011-10-19rework route handling, move parser code to interface-ip.c, add extra options ...Felix Fietkau
2011-10-19add support for keeping multiple ip addr/route/dns listsFelix Fietkau
2011-10-19fix device_lockFelix Fietkau
2011-10-19include the DEVICE variable in hotplug eventsFelix Fietkau
2011-10-19rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau
2011-10-19rework and fix hotplug interface handlingFelix Fietkau
2011-10-19apply device settings to simple devices with config specified from the interf...Felix Fietkau
2011-10-19apply low level device settingsFelix Fietkau
2011-10-19set the igmp snooping option for bridgesFelix Fietkau
2011-10-19disable ipv6 for bridge member interfacesFelix Fietkau
2011-10-19add log messages for interface up/downFelix Fietkau
2011-10-19move log levels to netifd.hFelix Fietkau
2011-10-18on proto event IFPEV_DOWN, do not attempt to bring up interfaces that are no ...Felix Fietkau
2011-10-18add support for alias devices, which are activated based on hotplug events co...Felix Fietkau
2011-10-18increase sleep time for dummy pppoe handlerFelix Fietkau
2011-10-18proto-shell: reset l3 device if it was set beforeFelix Fietkau
2011-10-18display device and l3_device separately in ubus statusFelix Fietkau
2011-10-18fix interrupted read checks in log collectionFelix Fietkau
2011-10-18reset l3 dev on interface reloadFelix Fietkau