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