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
*
config: use the new uci_blob library code
Felix Fietkau
2013-06-10
1
-2
/
+2
*
Add support for IPv6 and interface target-routes & dependencies
Steven Barth
2013-05-13
1
-6
/
+22
*
proto-shell: use calloc_a
Felix Fietkau
2013-01-05
1
-5
/
+2
*
proto-shell: ensure that the teardown timeout gets killed
Felix Fietkau
2012-10-30
1
-0
/
+1
*
use FD_CLOEXEC instead of tracking lists of fds
Felix Fietkau
2012-10-29
1
-6
/
+7
*
proto-shell.c: mark device present after reclaiming it, fixes ubus network.de...
Jo-Philipp Wich
2012-06-19
1
-0
/
+1
*
move dns server/search list parsing to interface core to support peerdns=0 + ...
Felix Fietkau
2012-05-19
1
-0
/
+10
*
add a command for allowing the setup task to schedule a restart
Felix Fietkau
2012-05-14
1
-0
/
+18
*
proto-shell: clear dependencies on free
Felix Fietkau
2012-05-14
1
-0
/
+1
*
proto-shell: implement host route dependencies
Felix Fietkau
2012-05-05
1
-0
/
+136
*
add copyright headers
Felix Fietkau
2012-05-04
1
-0
/
+13
*
proto-shell: add support for appending configuration data over multiple updat...
Felix Fietkau
2012-04-29
1
-3
/
+13
*
proto-shell: set sm to S_IDLE once the interface is up
Felix Fietkau
2012-04-12
1
-0
/
+1
*
allow proto handlers to attach data items in notify
Felix Fietkau
2012-03-23
1
-0
/
+15
*
move l3 device tracking to interface core to enforce proper order of address/...
Felix Fietkau
2012-03-23
1
-13
/
+2
*
properly flush routes and l3 devices when tearing down interfaces
Felix Fietkau
2012-03-19
1
-0
/
+5
*
proto-shell: fix potential use-after-free
Felix Fietkau
2012-03-19
1
-0
/
+2
*
shell: add tunnel support
Felix Fietkau
2012-03-15
1
-2
/
+32
*
proto: move the dns search option handling to the core
Felix Fietkau
2012-02-26
1
-7
/
+0
*
proto-shell: process some common notify options using proto_apply_ip_settings()
Felix Fietkau
2012-02-26
1
-48
/
+8
*
proto-shell: merge setup/teardown task into one
Felix Fietkau
2012-01-22
1
-27
/
+12
*
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
[next]