summaryrefslogtreecommitdiff
path: root/proto-shell.c
Commit message (Expand)AuthorAgeFilesLines
* interface-ip: add support for excluding interfaces in host route lookupFelix Fietkau2022-05-191-1/+1
* fix unannotated fall-through warningsFelix Fietkau2021-05-161-3/+3
* treewide: pass bool as second argument of blobmsg_check_attrHans Dedecker2019-05-161-2/+2
* interface: add neighbor config supportmeurisa2019-04-151-0/+27
* proto-shell: return error in case setup failsHans Dedecker2019-04-011-5/+0
* proto-shell.c: add a explicit "fall through" comment to make the compiler happyAlexander Couzens2018-07-111-1/+2
* interface: Fix triggering of interface update eventHans Dedecker2016-11-041-4/+3
* proto-shell: Model config parameter "no-proto-task" as a proto flagHans Dedecker2016-08-111-3/+3
* proto-shell: Support teardown on layer 3 link lossHans Dedecker2016-08-111-0/+4
* proto-shell: Fix possible segfaultHans Dedecker2016-02-011-0/+5
* proto-shell: add checkup timeout to restart interface.Yousong Zhou2015-08-251-0/+60
* proto-shell: add support for generic host-dependencies to interfacesSteven Barth2015-06-101-13/+19
* proto-shell: simplify no_proto_task assignmentFelix Fietkau2015-05-231-4/+1
* proto-shell: allow running protocols without proto_task.Yousong Zhou2015-05-231-2/+10
* proto-shell: retry setup if the proto handler script quits without changing t...Felix Fietkau2015-04-211-3/+10
* netifd: Interface last error supportHans Dedecker2015-04-031-0/+4
* netifd: Make possible state transitions more clear when handling teardown eventHans Dedecker2014-12-081-13/+20
* netifd: Fix proto shell setup/teardwon race conditionHans Dedecker2014-12-081-4/+16
* proto-shell: fix for not handling switch from DHCP to static raceMichel Stam2014-10-161-3/+5
* proto-shell: also set proto_task_killed for SIGKILLFelix Fietkau2014-08-311-1/+1
* proto-shell: set proto_task_killed for SIGTERM onlyUlrich Weber2014-08-311-1/+2
* netifd: More fine grained handling of unwanted proto shell actionsHans Dedecker2014-08-071-9/+16
* netifd: Accept notify errors in proto_shell teardown or abort stateHans Dedecker2014-08-051-2/+6
* proto-shell: extend race condition avoidanceSteven Barth2014-07-291-1/+4
* proto-shell: fix renew_pending handlingFelix Fietkau2014-07-261-0/+1
* proto-shell: fix setup/renew race conditionFelix Fietkau2014-07-261-0/+11
* proto-shell: don't accept up-notifications in teardown stateSteven Barth2014-07-241-1/+1
* proto-shell: add debug msg for calling handlersFelix Fietkau2014-06-261-0/+1
* netifd: Check device_claim return code in all casesHans Dedecker2014-06-181-1/+3
* proto-shell: fix a regression with handling multiple proto updates for the sa...Felix Fietkau2014-04-101-16/+17
* proto-shell: ensure that l3_dev is always setFelix Fietkau2014-04-071-17/+15
* netifd: Reload proto on topology changeHelmut Schaa2014-03-211-0/+8
* proto-shell: defer init until after command line option processingFelix Fietkau2014-03-071-1/+1
* netifd: Link layer state awareness support on interface levelHans Dedecker2014-02-271-0/+1
* Add indicator-flags to ubus and hotplug update-eventsSteven Barth2014-01-171-3/+3
* Revert "netifd: Link layer state support on interface level"Felix Fietkau2013-12-141-1/+0
* netifd: Link layer state support on interface levelHans Dedecker2013-12-081-0/+1
* proto-shell: replace variable length name char arrays with pointers, using ca...Felix Fietkau2013-10-291-17/+15
* utils: add a function for checking if a process given by pid is still aliveFelix Fietkau2013-10-221-1/+0
* proto-shell: move more core to handler.cFelix Fietkau2013-10-221-20/+4
* proto-shell: move script handler config parse code to handler.cFelix Fietkau2013-10-221-72/+3
* proto-shell: move script handler dump code to handler.cFelix Fietkau2013-10-221-103/+1
* proto-shell: make handler dump code more genericFelix Fietkau2013-10-221-26/+57
* Reevaluate target routes also on interface updateSteven Barth2013-10-181-1/+1
* Add protocol update notifications and hotplug legacy callsSteven Barth2013-10-171-1/+1
* config: use the new uci_blob library codeFelix Fietkau2013-06-101-2/+2
* Add support for IPv6 and interface target-routes & dependenciesSteven Barth2013-05-131-6/+22
* proto-shell: use calloc_aFelix Fietkau2013-01-051-5/+2
* proto-shell: ensure that the teardown timeout gets killedFelix Fietkau2012-10-301-0/+1
* use FD_CLOEXEC instead of tracking lists of fdsFelix Fietkau2012-10-291-6/+7