Age | Commit message (Expand) | Author |
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 |
2011-10-18 | defer releasing the l3 dev so that the generic code can take care of cleaning... | Felix Fietkau |
2011-10-18 | directly pass the device name to the device create function | Felix Fietkau |
2011-10-18 | add interface users (similar to device users) | Felix Fietkau |
2011-10-18 | clear errors before attempting to bring up an interface | Felix Fietkau |
2011-10-16 | fix infinite loop in logging when the logged process dies | Felix Fietkau |
2011-10-16 | add support for a user-configurable log level | Felix Fietkau |
2011-10-16 | add support for logging messages via syslog (or optionally stdout) | Felix Fietkau |
2011-10-16 | detach stdin/stdout/stderr from child processes, implement a separate logging... | Felix Fietkau |
2011-10-15 | add support for tracking open file descriptors of modules and closing them fo... | Felix Fietkau |
2011-10-15 | move netifd_start_process dir_fd to the data structure | Felix Fietkau |
2011-10-15 | when killed, kill pending child processes | Felix Fietkau |
2011-10-15 | keep track of all running child processes in one place | Felix Fietkau |
2011-10-14 | clear existing addresses/routes on interfaces when clearing other state | Felix Fietkau |
2011-10-14 | flush routes after bringing up/down an interface | Felix Fietkau |
2011-10-14 | fix adding routes | Felix Fietkau |
2011-10-14 | proto-shell: fix parsing route netmask | Felix Fietkau |
2011-10-14 | fix passing routes to netifd | Felix Fietkau |
2011-10-14 | use json_close_object instead of json_close_table | Felix Fietkau |
2011-10-14 | proto-shell: for default routes push a string instead of an integer as netmask | Felix Fietkau |
2011-10-14 | proto-shell: allow proto handlers to export variables to child processes | Felix Fietkau |
2011-10-14 | proto-shell: add dns search domains | Felix Fietkau |
2011-10-14 | proto-shell: allow passing netmask in ip address format | Felix Fietkau |
2011-10-14 | proto-shell: allow proto setups without ifname (if interface main dev is pres... | Felix Fietkau |
2011-10-14 | add support for killing running proto-shell tasks with an arbitrary signal an... | Felix Fietkau |