| Age | Commit message (Expand) | Author |
| 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-15 | detach stdin/stdout/stderr from child processes, implement a separate logging pipe and relay log messages with prefix | Felix Fietkau |
| 2011-10-15 | add support for tracking open file descriptors of modules and closing them for created child processes | 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-13 | proto-shell: allow proto handlers to export variables to child processes | Felix Fietkau |
| 2011-10-13 | proto-shell: add dns search domains | Felix Fietkau |
| 2011-10-13 | proto-shell: allow passing netmask in ip address format | Felix Fietkau |
| 2011-10-13 | proto-shell: allow proto setups without ifname (if interface main dev is present) | Felix Fietkau |
| 2011-10-13 | add support for killing running proto-shell tasks with an arbitrary signal and waiting for their completion | Felix Fietkau |
| 2011-10-13 | add proper parameters for protocol notify functions | Felix Fietkau |
| 2011-10-13 | add tmp to .gitignore | Felix Fietkau |
| 2011-10-13 | clean dns list if an interface is marked as down | Felix Fietkau |
| 2011-10-13 | proto-shell: fix updating settings, only issue ifup event after configuration has been applied | Felix Fietkau |
| 2011-10-13 | proto-shell: add dns server support | Felix Fietkau |
| 2011-10-13 | add functions for adding dns servers to the proto list, hook them up in proto-static.c | Felix Fietkau |
| 2011-10-12 | kill the proto task after teardown is complete, ignore proto task completion event while teardown is pending or active | Felix Fietkau |
| 2011-10-12 | if an interface is brought down by the proto handler and autostart is still active, restart the interface | Felix Fietkau |
| 2011-10-12 | move --std=gnu99 to the main cflags | Felix Fietkau |
| 2011-10-12 | define _GNU_SOURCE and include stdio.h in ubus.c to fix a compile error | Felix Fietkau |
| 2011-10-12 | add support for launching a long running command from a proto-shell handler that keeps the connection running. bring down the interface if that command dies | Felix Fietkau |
| 2011-10-12 | fix network interface object name | Felix Fietkau |
| 2011-10-11 | implement a new ubus object "network.device", add a method for dumping detailed device information | Felix Fietkau |
| 2011-10-11 | rename the network.interface ubus object to just network | Felix Fietkau |
| 2011-10-11 | add some code for keeping track of dns servers and search domains and for writing resolv.conf | Felix Fietkau |
| 2011-10-10 | add interface uptime to the status info | Felix Fietkau |
| 2011-10-10 | proto-shell: add a library function for sending protocol handler updates | Felix Fietkau |
| 2011-10-10 | proto-shell: move all proto init code to a separate function | Felix Fietkau |
| 2011-10-10 | make it easier to use netifd-proto.sh as a library | Felix Fietkau |
| 2011-10-10 | add wrappers to parse setup/teardown data | Felix Fietkau |
| 2011-10-09 | move around files | Felix Fietkau |
| 2011-10-09 | move the main path to ./dummy to maintain the proper proto script implementations in ./proto | Felix Fietkau |
| 2011-10-09 | use /lib/netifd as main path when dummy mode is disabled | Felix Fietkau |
| 2011-10-09 | remove a bogus return statement | Felix Fietkau |
| 2011-10-09 | fix clearing device state, trigger it on device_init() | Felix Fietkau |
| 2011-10-09 | add more options for bridges, enable stp by default and set forwarding delay to 1 | Felix Fietkau |
| 2011-10-09 | system-linux: fix creating vlan 0, set the device name type before creating vlan devices | Felix Fietkau |
| 2011-10-09 | system-linux: add a function to clear bridge membership of a device and bring down the device, fixes issues when restarting netifd without deinit | Felix Fietkau |
| 2011-10-09 | system-linux: return 0 in system_init | Felix Fietkau |
| 2011-10-09 | add .gitignore | Felix Fietkau |
| 2011-10-09 | system-linux: clean up code, fix up error path, get rod if initial RTM_GETLINK dump command | Felix Fietkau |