index
:
delta/openwrt/netifd.git
baserock/fix-build
master
openwrt-18.06
openwrt-19.07
openwrt-21.02
staging/stintel/ifnamsiz
staging/ynezz/fixes-bridge-inspect
git.openwrt.org: project/netifd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proto-shell.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
proto-shell: rework task statemachine
Felix Fietkau
2012-01-21
1
-39
/
+85
*
proto-shell: handle the "available" config flag
Felix Fietkau
2011-10-27
1
-0
/
+5
*
proto-shell: add a notify command for setting interface availability
Felix Fietkau
2011-10-27
1
-0
/
+14
*
fix the exit status for the proto-shell task, use WEXITSTATUS
Felix Fietkau
2011-10-21
1
-1
/
+1
*
proto-shell: allow protocol handlers to add interface error messages and bloc...
Felix Fietkau
2011-10-21
1
-0
/
+49
*
proto-shell: pass the return code of the proto task to the teardown handler
Felix Fietkau
2011-10-21
1
-3
/
+13
*
reduce stack usage
Felix Fietkau
2011-10-20
1
-2
/
+2
*
proto-shell: fix parsing of long proto handler descriptions, simplify code
Felix Fietkau
2011-10-20
1
-27
/
+19
*
do not clear device state for devices created by proto-up with address-extern...
Felix Fietkau
2011-10-20
1
-4
/
+8
*
make a few more functions static
Felix Fietkau
2011-10-19
1
-2
/
+2
*
rework route handling, move parser code to interface-ip.c, add extra options ...
Felix Fietkau
2011-10-19
1
-68
/
+6
*
add support for keeping multiple ip addr/route/dns lists
Felix Fietkau
2011-10-19
1
-14
/
+16
*
proto-shell: reset l3 device if it was set before
Felix Fietkau
2011-10-18
1
-2
/
+5
*
defer releasing the l3 dev so that the generic code can take care of cleaning...
Felix Fietkau
2011-10-18
1
-4
/
+0
*
detach stdin/stdout/stderr from child processes, implement a separate logging...
Felix Fietkau
2011-10-16
1
-0
/
+3
*
add support for tracking open file descriptors of modules and closing them fo...
Felix Fietkau
2011-10-15
1
-6
/
+7
*
move netifd_start_process dir_fd to the data structure
Felix Fietkau
2011-10-15
1
-2
/
+5
*
keep track of all running child processes in one place
Felix Fietkau
2011-10-15
1
-57
/
+16
*
proto-shell: fix parsing route netmask
Felix Fietkau
2011-10-14
1
-2
/
+2
*
proto-shell: allow proto handlers to export variables to child processes
Felix Fietkau
2011-10-14
1
-14
/
+40
*
proto-shell: add dns search domains
Felix Fietkau
2011-10-14
1
-0
/
+5
*
proto-shell: allow passing netmask in ip address format
Felix Fietkau
2011-10-14
1
-2
/
+2
*
proto-shell: allow proto setups without ifname (if interface main dev is pres...
Felix Fietkau
2011-10-14
1
-4
/
+4
*
add support for killing running proto-shell tasks with an arbitrary signal an...
Felix Fietkau
2011-10-14
1
-2
/
+38
*
proto-shell: fix updating settings, only issue ifup event after configuration...
Felix Fietkau
2011-10-13
1
-12
/
+18
*
proto-shell: add dns server support
Felix Fietkau
2011-10-13
1
-0
/
+5
*
kill the proto task after teardown is complete, ignore proto task completion ...
Felix Fietkau
2011-10-12
1
-4
/
+15
*
add support for launching a long running command from a proto-shell handler t...
Felix Fietkau
2011-10-12
1
-8
/
+80
*
proto-shell: add _GNU_SOURCE define to get O_DIRECTORY
Felix Fietkau
2011-10-09
1
-0
/
+2
*
proto-shell: remove the device user before issuing the protocol down event
Felix Fietkau
2011-10-03
1
-1
/
+3
*
proto-shell: fix a typo in string length calculation
Felix Fietkau
2011-10-03
1
-1
/
+1
*
fix a heap overrun
Felix Fietkau
2011-10-03
1
-2
/
+2
*
proto-shell: parse routes
Felix Fietkau
2011-09-14
1
-0
/
+92
*
remove proto-shell handlers list
Felix Fietkau
2011-09-12
1
-1
/
+0
*
proto-shell: parse ipv4/ipv6 address lists
Felix Fietkau
2011-09-12
1
-1
/
+45
*
proto-shell: only set the l3 dev if it is not already set
Felix Fietkau
2011-09-11
1
-4
/
+6
*
use false instead of 0 for a bool variable
Felix Fietkau
2011-09-11
1
-1
/
+1
*
fix a null pointer deref bug
Felix Fietkau
2011-09-11
1
-1
/
+2
*
add a protocol event for link loss
Felix Fietkau
2011-09-11
1
-11
/
+2
*
proto-shell: add l3 interface claim/release
Felix Fietkau
2011-09-11
1
-0
/
+54
*
add forced shell proto setup kill (timeout: 1 second)
Felix Fietkau
2011-09-11
1
-0
/
+13
*
add support for interrupting shell protocol setup
Felix Fietkau
2011-09-11
1
-8
/
+52
*
proto-shell: pass the interface name to plugins
Felix Fietkau
2011-09-11
1
-19
/
+10
*
reorder code
Felix Fietkau
2011-09-11
1
-4
/
+4
*
pass ifname to the shell proto handler
Felix Fietkau
2011-09-11
1
-1
/
+5
*
proto-shell: add a config option for setting PROTO_FLAG_NODEV
Felix Fietkau
2011-09-11
1
-0
/
+4
*
move protocol flags to the handler, add a pointer to the handler in the proto...
Felix Fietkau
2011-09-11
1
-1
/
+1
*
code cleanup
Felix Fietkau
2011-09-11
1
-15
/
+33
*
move the DUMP_SUFFIX define to the right place
Felix Fietkau
2011-09-10
1
-2
/
+2
*
fix invoking shell protocol handler scripts
Felix Fietkau
2011-09-10
1
-8
/
+54
[prev]
[next]