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
2012-05-05
proto-shell: implement host route dependencies
Felix Fietkau
2012-05-04
add copyright headers
Felix Fietkau
2012-04-29
proto-shell: add support for appending configuration data over multiple updat...
Felix Fietkau
2012-04-12
proto-shell: set sm to S_IDLE once the interface is up
Felix Fietkau
2012-03-23
allow proto handlers to attach data items in notify
Felix Fietkau
2012-03-23
move l3 device tracking to interface core to enforce proper order of address/...
Felix Fietkau
2012-03-19
properly flush routes and l3 devices when tearing down interfaces
Felix Fietkau
2012-03-19
proto-shell: fix potential use-after-free
Felix Fietkau
2012-03-15
shell: add tunnel support
Felix Fietkau
2012-02-26
proto: move the dns search option handling to the core
Felix Fietkau
2012-02-26
proto-shell: process some common notify options using proto_apply_ip_settings()
Felix Fietkau
2012-01-22
proto-shell: merge setup/teardown task into one
Felix Fietkau
2012-01-21
proto-shell: rework task statemachine
Felix Fietkau
2011-10-27
proto-shell: handle the "available" config flag
Felix Fietkau
2011-10-27
proto-shell: add a notify command for setting interface availability
Felix Fietkau
2011-10-21
fix the exit status for the proto-shell task, use WEXITSTATUS
Felix Fietkau
2011-10-21
proto-shell: allow protocol handlers to add interface error messages and bloc...
Felix Fietkau
2011-10-21
proto-shell: pass the return code of the proto task to the teardown handler
Felix Fietkau
2011-10-20
reduce stack usage
Felix Fietkau
2011-10-20
proto-shell: fix parsing of long proto handler descriptions, simplify code
Felix Fietkau
2011-10-20
do not clear device state for devices created by proto-up with address-extern...
Felix Fietkau
2011-10-19
make a few more functions static
Felix Fietkau
2011-10-19
rework route handling, move parser code to interface-ip.c, add extra options ...
Felix Fietkau
2011-10-19
add support for keeping multiple ip addr/route/dns lists
Felix Fietkau
2011-10-18
proto-shell: reset l3 device if it was set before
Felix Fietkau
2011-10-18
defer releasing the l3 dev so that the generic code can take care of cleaning...
Felix Fietkau
2011-10-16
detach stdin/stdout/stderr from child processes, implement a separate logging...
Felix Fietkau
2011-10-15
add support for tracking open file descriptors of modules and closing them fo...
Felix Fietkau
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
[next]