2012-02-26 |
Felix Fietkau | move broadcast address handling to the core |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | make proto_parse_ip_addr_string() static |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | proto: move the dns search option handling to the core |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | proto-shell: process some common notify options using... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | proto: add an option for specifying external addresses... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | move static address setup to proto.c in preparation... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | system-linux: fix the default broadcast address for v4 |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | remove device_{route,addr}->device |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Felix Fietkau | set route metrics using netlink |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Felix Fietkau | initialize route->metric to -1 |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Felix Fietkau | update the interface list version on config reload... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Felix Fietkau | vlist: fix node version update for tree->keep_old/no_delete |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Felix Fietkau | remove an unnecessary check |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Felix Fietkau | make sure iface->proto_handler is always initialized |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Felix Fietkau | add a generic option for disabling the automatic defaul... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Felix Fietkau | always call device_set_disabled, even if the "enabled... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Felix Fietkau | proto-shell: merge setup/teardown task into one |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Felix Fietkau | remove flags for device settings that could not be... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Felix Fietkau | show mtu, macaddr and txqueuelen from cached device... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Felix Fietkau | save and restore previous device settings when overridi... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Felix Fietkau | move device settings to a separate struct |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Felix Fietkau | query available/used device speeds via ethtool |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Felix Fietkau | always use SIGKILL for netifd_kill_process, it is usual... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Felix Fietkau | proto-shell: rework task statemachine |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Felix Fietkau | add mac address to device info |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Felix Fietkau | export carrier status in device stats |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Felix Fietkau | allow devices to be disabled through a config option |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Felix Fietkau | use the simplified vlist type for dns servers/search |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Felix Fietkau | add a simplified vlist type |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Felix Fietkau | fix use-after-free on device free codepath due to recur... |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Felix Fietkau | add dummy code for testing system_if_get_parent() |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Felix Fietkau | fix use-after-free on config reload |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Felix Fietkau | avoid deleting and re-adding duplicate ip addresses... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Felix Fietkau | do not hardcode config package in config_init_package() |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Felix Fietkau | add a hotplug op for preparing an interface bridge... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Felix Fietkau | bridge: fix cleanup path, avoid double free on hotplug... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Felix Fietkau | fix interface event handling, suppress redundant down... |
commit | commitdiff | tree | snapshot |
2011-11-01 |
Felix Fietkau | mark hotplug-added devices as external |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Jens Muecke | Add time.h include |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Felix Fietkau | proto-shell: handle the "available" config flag |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Felix Fietkau | proto-shell: prefix protocol callback functions with... |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Felix Fietkau | fold the _init callback into _init_config |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Felix Fietkau | proto-shell: add a notify command for setting interface... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Felix Fietkau | recognize stacked interfaces (e.g. dsa) and handle... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Felix Fietkau | ensure that iface->proto_handler gets initialized |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Felix Fietkau | on reload, check for null ifname before comparing it |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Felix Fietkau | initialize dns server/search lists |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Felix Fietkau | fix a logic error leading to segfaults on updates |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Felix Fietkau | fix handling bridge interfaces with no initial device |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Felix Fietkau | fix system_if_check |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Felix Fietkau | parse kobject uevent messages for figuring out when... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Felix Fietkau | add a function for creating a raw event socket that... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Felix Fietkau | remove some more code duplication |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Felix Fietkau | move code for creating an event socket to a function |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Felix Fietkau | move all variables belonging to the netlink event socke... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Felix Fietkau | drop the cleanup path in system_init, since system_init... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Felix Fietkau | fix the exit status for the proto-shell task, use WEXIT... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Felix Fietkau | fix initial bridge member bringup |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Felix Fietkau | fix device claim on interface reload |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Felix Fietkau | fold __interface_set_up into interface_set_up |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Felix Fietkau | fix duplicate bridge addif |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Felix Fietkau | clean up interface state change handling |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | proto-shell: allow protocol handlers to add interface... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | proto-shell: pass the return code of the proto task... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | in log read, check for EINTR instead of EAGAIN to avoid... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | try to grab log data more aggressively |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | fix segfaults in log line processing |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | reduce stack usage |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | proto-shell: fix parsing of long proto handler descript... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | do not clear device state for devices created by proto... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | fix path and invocation for hotplug calls |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | add support for configuring static routes |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | minor cleanup |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | add -Wmissing-declarations to cflags |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | make a few more functions static |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | fix interface_add_dns_search_list |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | rename config_init_interfaces to config_init_all |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | remove the argument to config_init_interfaces |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | rework route handling, move parser code to interface... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | add support for keeping multiple ip addr/route/dns... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | fix device_lock |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | include the DEVICE variable in hotplug events |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | rework device hotplug handling some more, add device_lo... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | rework and fix hotplug interface handling |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | apply device settings to simple devices with config... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | apply low level device settings |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | set the igmp snooping option for bridges |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | disable ipv6 for bridge member interfaces |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | add log messages for interface up/down |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | move log levels to netifd.h |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | on proto event IFPEV_DOWN, do not attempt to bring... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | add support for alias devices, which are activated... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | increase sleep time for dummy pppoe handler |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | proto-shell: reset l3 device if it was set before |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | display device and l3_device separately in ubus status |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | fix interrupted read checks in log collection |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | reset l3 dev on interface reload |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | defer releasing the l3 dev so that the generic code... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | directly pass the device name to the device create... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | add interface users (similar to device users) |
commit | commitdiff | tree | snapshot |
next |