summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix segfaults in log line processingFelix Fietkau2011-10-201-3/+7
* reduce stack usageFelix Fietkau2011-10-203-5/+5
* proto-shell: fix parsing of long proto handler descriptions, simplify codeFelix Fietkau2011-10-201-27/+19
* do not clear device state for devices created by proto-up with address-extern...Felix Fietkau2011-10-204-9/+18
* fix path and invocation for hotplug callsFelix Fietkau2011-10-202-2/+2
* add support for configuring static routesFelix Fietkau2011-10-195-5/+56
* minor cleanupFelix Fietkau2011-10-191-13/+16
* add -Wmissing-declarations to cflagsFelix Fietkau2011-10-191-1/+1
* make a few more functions staticFelix Fietkau2011-10-192-3/+3
* fix interface_add_dns_search_listFelix Fietkau2011-10-191-2/+2
* rename config_init_interfaces to config_init_allFelix Fietkau2011-10-193-4/+4
* remove the argument to config_init_interfacesFelix Fietkau2011-10-193-7/+4
* rework route handling, move parser code to interface-ip.c, add extra options ...Felix Fietkau2011-10-198-74/+199
* add support for keeping multiple ip addr/route/dns listsFelix Fietkau2011-10-196-71/+87
* fix device_lockFelix Fietkau2011-10-191-1/+1
* include the DEVICE variable in hotplug eventsFelix Fietkau2011-10-191-3/+9
* rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau2011-10-197-18/+61
* rework and fix hotplug interface handlingFelix Fietkau2011-10-195-16/+51
* apply device settings to simple devices with config specified from the interf...Felix Fietkau2011-10-195-11/+35
* apply low level device settingsFelix Fietkau2011-10-191-1/+24
* set the igmp snooping option for bridgesFelix Fietkau2011-10-193-3/+18
* disable ipv6 for bridge member interfacesFelix Fietkau2011-10-191-0/+23
* add log messages for interface up/downFelix Fietkau2011-10-191-0/+3
* move log levels to netifd.hFelix Fietkau2011-10-192-8/+8
* on proto event IFPEV_DOWN, do not attempt to bring up interfaces that are no ...Felix Fietkau2011-10-181-2/+2
* add support for alias devices, which are activated based on hotplug events co...Felix Fietkau2011-10-184-4/+162
* increase sleep time for dummy pppoe handlerFelix Fietkau2011-10-181-1/+1
* proto-shell: reset l3 device if it was set beforeFelix Fietkau2011-10-181-2/+5
* display device and l3_device separately in ubus statusFelix Fietkau2011-10-181-16/+3
* fix interrupted read checks in log collectionFelix Fietkau2011-10-181-3/+5
* reset l3 dev on interface reloadFelix Fietkau2011-10-181-0/+1
* defer releasing the l3 dev so that the generic code can take care of cleaning...Felix Fietkau2011-10-182-4/+2
* directly pass the device name to the device create functionFelix Fietkau2011-10-183-21/+5
* add interface users (similar to device users)Felix Fietkau2011-10-182-0/+38
* clear errors before attempting to bring up an interfaceFelix Fietkau2011-10-181-4/+4
* fix infinite loop in logging when the logged process diesFelix Fietkau2011-10-161-1/+5
* add support for a user-configurable log levelFelix Fietkau2011-10-161-5/+33
* add support for logging messages via syslog (or optionally stdout)Felix Fietkau2011-10-162-3/+41
* detach stdin/stdout/stderr from child processes, implement a separate logging...Felix Fietkau2011-10-163-5/+114
* add support for tracking open file descriptors of modules and closing them fo...Felix Fietkau2011-10-154-6/+42
* move netifd_start_process dir_fd to the data structureFelix Fietkau2011-10-153-6/+10
* when killed, kill pending child processesFelix Fietkau2011-10-151-0/+31
* keep track of all running child processes in one placeFelix Fietkau2011-10-153-57/+80
* clear existing addresses/routes on interfaces when clearing other stateFelix Fietkau2011-10-141-0/+138
* flush routes after bringing up/down an interfaceFelix Fietkau2011-10-144-0/+27
* fix adding routesFelix Fietkau2011-10-141-1/+5
* proto-shell: fix parsing route netmaskFelix Fietkau2011-10-141-2/+2
* fix passing routes to netifdFelix Fietkau2011-10-141-3/+3
* use json_close_object instead of json_close_tableFelix Fietkau2011-10-141-1/+1
* proto-shell: for default routes push a string instead of an integer as netmaskFelix Fietkau2011-10-141-1/+1