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: also set proto_task_killed for SIGKILL
Felix Fietkau
2014-08-31
1
-1
/
+1
*
proto-shell: set proto_task_killed for SIGTERM only
Ulrich Weber
2014-08-31
1
-1
/
+2
*
netifd: More fine grained handling of unwanted proto shell actions
Hans Dedecker
2014-08-07
1
-9
/
+16
*
netifd: Accept notify errors in proto_shell teardown or abort state
Hans Dedecker
2014-08-05
1
-2
/
+6
*
proto-shell: extend race condition avoidance
Steven Barth
2014-07-29
1
-1
/
+4
*
proto-shell: fix renew_pending handling
Felix Fietkau
2014-07-26
1
-0
/
+1
*
proto-shell: fix setup/renew race condition
Felix Fietkau
2014-07-26
1
-0
/
+11
*
proto-shell: don't accept up-notifications in teardown state
Steven Barth
2014-07-24
1
-1
/
+1
*
proto-shell: add debug msg for calling handlers
Felix Fietkau
2014-06-26
1
-0
/
+1
*
netifd: Check device_claim return code in all cases
Hans Dedecker
2014-06-18
1
-1
/
+3
*
proto-shell: fix a regression with handling multiple proto updates for the sa...
Felix Fietkau
2014-04-10
1
-16
/
+17
*
proto-shell: ensure that l3_dev is always set
Felix Fietkau
2014-04-07
1
-17
/
+15
*
netifd: Reload proto on topology change
Helmut Schaa
2014-03-21
1
-0
/
+8
*
proto-shell: defer init until after command line option processing
Felix Fietkau
2014-03-07
1
-1
/
+1
*
netifd: Link layer state awareness support on interface level
Hans Dedecker
2014-02-27
1
-0
/
+1
*
Add indicator-flags to ubus and hotplug update-events
Steven Barth
2014-01-17
1
-3
/
+3
*
Revert "netifd: Link layer state support on interface level"
Felix Fietkau
2013-12-14
1
-1
/
+0
*
netifd: Link layer state support on interface level
Hans Dedecker
2013-12-08
1
-0
/
+1
*
proto-shell: replace variable length name char arrays with pointers, using ca...
Felix Fietkau
2013-10-29
1
-17
/
+15
*
utils: add a function for checking if a process given by pid is still alive
Felix Fietkau
2013-10-22
1
-1
/
+0
*
proto-shell: move more core to handler.c
Felix Fietkau
2013-10-22
1
-20
/
+4
*
proto-shell: move script handler config parse code to handler.c
Felix Fietkau
2013-10-22
1
-72
/
+3
*
proto-shell: move script handler dump code to handler.c
Felix Fietkau
2013-10-22
1
-103
/
+1
*
proto-shell: make handler dump code more generic
Felix Fietkau
2013-10-22
1
-26
/
+57
*
Reevaluate target routes also on interface update
Steven Barth
2013-10-18
1
-1
/
+1
*
Add protocol update notifications and hotplug legacy calls
Steven Barth
2013-10-17
1
-1
/
+1
*
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
[next]