query available/used device speeds via ethtool
[project/netifd.git] / proto-shell.c
2012-01-21 Felix Fietkauproto-shell: rework task statemachine
2011-10-27 Felix Fietkauproto-shell: handle the "available" config flag
2011-10-27 Felix Fietkauproto-shell: add a notify command for setting interface...
2011-10-21 Felix Fietkaufix the exit status for the proto-shell task, use WEXIT...
2011-10-20 Felix Fietkauproto-shell: allow protocol handlers to add interface...
2011-10-20 Felix Fietkauproto-shell: pass the return code of the proto task...
2011-10-20 Felix Fietkaureduce stack usage
2011-10-20 Felix Fietkauproto-shell: fix parsing of long proto handler descript...
2011-10-20 Felix Fietkaudo not clear device state for devices created by proto...
2011-10-19 Felix Fietkaumake a few more functions static
2011-10-19 Felix Fietkaurework route handling, move parser code to interface...
2011-10-19 Felix Fietkauadd support for keeping multiple ip addr/route/dns...
2011-10-18 Felix Fietkauproto-shell: reset l3 device if it was set before
2011-10-18 Felix Fietkaudefer releasing the l3 dev so that the generic code...
2011-10-15 Felix Fietkaudetach stdin/stdout/stderr from child processes, implem...
2011-10-15 Felix Fietkauadd support for tracking open file descriptors of modul...
2011-10-15 Felix Fietkaumove netifd_start_process dir_fd to the data structure
2011-10-15 Felix Fietkaukeep track of all running child processes in one place
2011-10-14 Felix Fietkauproto-shell: fix parsing route netmask
2011-10-13 Felix Fietkauproto-shell: allow proto handlers to export variables...
2011-10-13 Felix Fietkauproto-shell: add dns search domains
2011-10-13 Felix Fietkauproto-shell: allow passing netmask in ip address format
2011-10-13 Felix Fietkauproto-shell: allow proto setups without ifname (if...
2011-10-13 Felix Fietkauadd support for killing running proto-shell tasks with...
2011-10-13 Felix Fietkauproto-shell: fix updating settings, only issue ifup...
2011-10-13 Felix Fietkauproto-shell: add dns server support
2011-10-12 Felix Fietkaukill the proto task after teardown is complete, ignore...
2011-10-12 Felix Fietkauadd support for launching a long running command from...
2011-10-09 Felix Fietkauproto-shell: add _GNU_SOURCE define to get O_DIRECTORY
2011-10-03 Felix Fietkauproto-shell: remove the device user before issuing...
2011-10-03 Felix Fietkauproto-shell: fix a typo in string length calculation
2011-10-03 Felix Fietkaufix a heap overrun
2011-09-14 Felix Fietkauproto-shell: parse routes
2011-09-12 Felix Fietkauremove proto-shell handlers list
2011-09-12 Felix Fietkauproto-shell: parse ipv4/ipv6 address lists
2011-09-11 Felix Fietkauproto-shell: only set the l3 dev if it is not already set
2011-09-11 Felix Fietkauuse false instead of 0 for a bool variable
2011-09-11 Felix Fietkaufix a null pointer deref bug
2011-09-11 Felix Fietkauadd a protocol event for link loss
2011-09-11 Felix Fietkauproto-shell: add l3 interface claim/release
2011-09-11 Felix Fietkauadd forced shell proto setup kill (timeout: 1 second)
2011-09-11 Felix Fietkauadd support for interrupting shell protocol setup
2011-09-11 Felix Fietkauproto-shell: pass the interface name to plugins
2011-09-11 Felix Fietkaureorder code
2011-09-11 Felix Fietkaupass ifname to the shell proto handler
2011-09-11 Felix Fietkauproto-shell: add a config option for setting PROTO_FLAG...
2011-09-11 Felix Fietkaumove protocol flags to the handler, add a pointer to...
2011-09-11 Felix Fietkaucode cleanup
2011-09-10 Felix Fietkaumove the DUMP_SUFFIX define to the right place
2011-09-10 Felix Fietkaufix invoking shell protocol handler scripts
2011-09-10 Felix Fietkauproto-shell: parse shell handler metadata
2011-09-10 Felix Fietkauremove script prefix
2011-09-09 Felix Fietkauadd work in progress code for enumerating shell protoco...