summaryrefslogtreecommitdiffhomepage
path: root/proto-shell.c
AgeCommit message (Expand)Author
2018-07-11proto-shell.c: add a explicit "fall through" comment to make the compiler happyAlexander Couzens
2016-11-04interface: Fix triggering of interface update eventHans Dedecker
2016-08-11proto-shell: Model config parameter "no-proto-task" as a proto flagHans Dedecker
2016-08-11proto-shell: Support teardown on layer 3 link lossHans Dedecker
2016-02-01proto-shell: Fix possible segfaultHans Dedecker
2015-08-25proto-shell: add checkup timeout to restart interface.Yousong Zhou
2015-06-10proto-shell: add support for generic host-dependencies to interfacesSteven Barth
2015-05-23proto-shell: simplify no_proto_task assignmentFelix Fietkau
2015-05-23proto-shell: allow running protocols without proto_task.Yousong Zhou
2015-04-21proto-shell: retry setup if the proto handler script quits without changing t...Felix Fietkau
2015-04-03netifd: Interface last error supportHans Dedecker
2014-12-08netifd: Make possible state transitions more clear when handling teardown eventHans Dedecker
2014-12-08netifd: Fix proto shell setup/teardwon race conditionHans Dedecker
2014-10-16proto-shell: fix for not handling switch from DHCP to static raceMichel Stam
2014-08-31proto-shell: also set proto_task_killed for SIGKILLFelix Fietkau
2014-08-31proto-shell: set proto_task_killed for SIGTERM onlyUlrich Weber
2014-08-07netifd: More fine grained handling of unwanted proto shell actionsHans Dedecker
2014-08-05netifd: Accept notify errors in proto_shell teardown or abort stateHans Dedecker
2014-07-29proto-shell: extend race condition avoidanceSteven Barth
2014-07-26proto-shell: fix renew_pending handlingFelix Fietkau
2014-07-26proto-shell: fix setup/renew race conditionFelix Fietkau
2014-07-24proto-shell: don't accept up-notifications in teardown stateSteven Barth
2014-06-26proto-shell: add debug msg for calling handlersFelix Fietkau
2014-06-18netifd: Check device_claim return code in all casesHans Dedecker
2014-04-10proto-shell: fix a regression with handling multiple proto updates for the sa...Felix Fietkau
2014-04-07proto-shell: ensure that l3_dev is always setFelix Fietkau
2014-03-21netifd: Reload proto on topology changeHelmut Schaa
2014-03-07proto-shell: defer init until after command line option processingFelix Fietkau
2014-02-27netifd: Link layer state awareness support on interface levelHans Dedecker
2014-01-17Add indicator-flags to ubus and hotplug update-eventsSteven Barth
2013-12-14Revert "netifd: Link layer state support on interface level"Felix Fietkau
2013-12-08netifd: Link layer state support on interface levelHans Dedecker
2013-10-29proto-shell: replace variable length name char arrays with pointers, using ca...Felix Fietkau
2013-10-22utils: add a function for checking if a process given by pid is still aliveFelix Fietkau
2013-10-22proto-shell: move more core to handler.cFelix Fietkau
2013-10-22proto-shell: move script handler config parse code to handler.cFelix Fietkau
2013-10-22proto-shell: move script handler dump code to handler.cFelix Fietkau
2013-10-22proto-shell: make handler dump code more genericFelix Fietkau
2013-10-18Reevaluate target routes also on interface updateSteven Barth
2013-10-17Add protocol update notifications and hotplug legacy callsSteven Barth
2013-06-10config: use the new uci_blob library codeFelix Fietkau
2013-05-13Add support for IPv6 and interface target-routes & dependenciesSteven Barth
2013-01-05proto-shell: use calloc_aFelix Fietkau
2012-10-30proto-shell: ensure that the teardown timeout gets killedFelix Fietkau
2012-10-29use FD_CLOEXEC instead of tracking lists of fdsFelix Fietkau
2012-06-19proto-shell.c: mark device present after reclaiming it, fixes ubus network.de...Jo-Philipp Wich
2012-05-19move dns server/search list parsing to interface core to support peerdns=0 + ...Felix Fietkau
2012-05-14add a command for allowing the setup task to schedule a restartFelix Fietkau
2012-05-14proto-shell: clear dependencies on freeFelix Fietkau
2012-05-05proto-shell: implement host route dependenciesFelix Fietkau