Age | Commit message (Expand) | Author |
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 |
2011-10-20 | fix path and invocation for hotplug calls | Felix Fietkau |
2011-10-19 | add support for configuring static routes | Felix Fietkau |
2011-10-19 | minor cleanup | Felix Fietkau |
2011-10-19 | add -Wmissing-declarations to cflags | Felix Fietkau |
2011-10-19 | make a few more functions static | Felix Fietkau |
2011-10-19 | fix interface_add_dns_search_list | Felix Fietkau |
2011-10-19 | rename config_init_interfaces to config_init_all | Felix Fietkau |
2011-10-19 | remove the argument to config_init_interfaces | Felix Fietkau |
2011-10-19 | rework route handling, move parser code to interface-ip.c, add extra options ... | Felix Fietkau |
2011-10-19 | add support for keeping multiple ip addr/route/dns lists | Felix Fietkau |
2011-10-19 | fix device_lock | Felix Fietkau |
2011-10-19 | include the DEVICE variable in hotplug events | Felix Fietkau |
2011-10-19 | rework device hotplug handling some more, add device_lock/device_unlock to pr... | Felix Fietkau |
2011-10-19 | rework and fix hotplug interface handling | Felix Fietkau |
2011-10-19 | apply device settings to simple devices with config specified from the interf... | Felix Fietkau |
2011-10-19 | apply low level device settings | Felix Fietkau |
2011-10-19 | set the igmp snooping option for bridges | Felix Fietkau |
2011-10-19 | disable ipv6 for bridge member interfaces | Felix Fietkau |
2011-10-19 | add log messages for interface up/down | Felix Fietkau |
2011-10-19 | move log levels to netifd.h | Felix Fietkau |
2011-10-18 | on proto event IFPEV_DOWN, do not attempt to bring up interfaces that are no ... | Felix Fietkau |
2011-10-18 | add support for alias devices, which are activated based on hotplug events co... | Felix Fietkau |
2011-10-18 | increase sleep time for dummy pppoe handler | Felix Fietkau |
2011-10-18 | proto-shell: reset l3 device if it was set before | Felix Fietkau |
2011-10-18 | display device and l3_device separately in ubus status | Felix Fietkau |
2011-10-18 | fix interrupted read checks in log collection | Felix Fietkau |
2011-10-18 | reset l3 dev on interface reload | Felix Fietkau |