index
:
openwrt/netifd
fix-dynamic-routing
master
priority-fix
priority-fix-19.07
OpenWrt Network interface configuration daemon
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
proto-shell.c
Age
Commit message (
Expand
)
Author
2011-10-15
move netifd_start_process dir_fd to the data structure
Felix Fietkau
2011-10-15
keep track of all running child processes in one place
Felix Fietkau
2011-10-14
proto-shell: fix parsing route 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
2011-10-13
proto-shell: fix updating settings, only issue ifup event after configuration...
Felix Fietkau
2011-10-13
proto-shell: add dns server support
Felix Fietkau
2011-10-12
kill the proto task after teardown is complete, ignore proto task completion ...
Felix Fietkau
2011-10-12
add support for launching a long running command from a proto-shell handler t...
Felix Fietkau
2011-10-09
proto-shell: add _GNU_SOURCE define to get O_DIRECTORY
Felix Fietkau
2011-10-03
proto-shell: remove the device user before issuing the protocol down event
Felix Fietkau
2011-10-03
proto-shell: fix a typo in string length calculation
Felix Fietkau
2011-10-03
fix a heap overrun
Felix Fietkau
2011-09-14
proto-shell: parse routes
Felix Fietkau
2011-09-12
remove proto-shell handlers list
Felix Fietkau
2011-09-12
proto-shell: parse ipv4/ipv6 address lists
Felix Fietkau
2011-09-11
proto-shell: only set the l3 dev if it is not already set
Felix Fietkau
2011-09-11
use false instead of 0 for a bool variable
Felix Fietkau
2011-09-11
fix a null pointer deref bug
Felix Fietkau
2011-09-11
add a protocol event for link loss
Felix Fietkau
2011-09-11
proto-shell: add l3 interface claim/release
Felix Fietkau
2011-09-11
add forced shell proto setup kill (timeout: 1 second)
Felix Fietkau
2011-09-11
add support for interrupting shell protocol setup
Felix Fietkau
2011-09-11
proto-shell: pass the interface name to plugins
Felix Fietkau
2011-09-11
reorder code
Felix Fietkau
2011-09-11
pass ifname to the shell proto handler
Felix Fietkau
2011-09-11
proto-shell: add a config option for setting PROTO_FLAG_NODEV
Felix Fietkau
2011-09-11
move protocol flags to the handler, add a pointer to the handler in the proto...
Felix Fietkau
2011-09-11
code cleanup
Felix Fietkau
2011-09-10
move the DUMP_SUFFIX define to the right place
Felix Fietkau
2011-09-10
fix invoking shell protocol handler scripts
Felix Fietkau
2011-09-10
proto-shell: parse shell handler metadata
Felix Fietkau
2011-09-10
remove script prefix
Felix Fietkau
2011-09-09
add work in progress code for enumerating shell protocol handlers
Felix Fietkau