summaryrefslogtreecommitdiff
path: root/proto-shell.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* proto-shell.c: mark device present after reclaiming it, fixes ubus network.de...Jo-Philipp Wich2012-06-191-0/+1
* move dns server/search list parsing to interface core to support peerdns=0 + ...Felix Fietkau2012-05-191-0/+10
* add a command for allowing the setup task to schedule a restartFelix Fietkau2012-05-141-0/+18
* proto-shell: clear dependencies on freeFelix Fietkau2012-05-141-0/+1
* proto-shell: implement host route dependenciesFelix Fietkau2012-05-051-0/+136
* add copyright headersFelix Fietkau2012-05-041-0/+13
* proto-shell: add support for appending configuration data over multiple updat...Felix Fietkau2012-04-291-3/+13
* proto-shell: set sm to S_IDLE once the interface is upFelix Fietkau2012-04-121-0/+1
* allow proto handlers to attach data items in notifyFelix Fietkau2012-03-231-0/+15
* move l3 device tracking to interface core to enforce proper order of address/...Felix Fietkau2012-03-231-13/+2
* properly flush routes and l3 devices when tearing down interfacesFelix Fietkau2012-03-191-0/+5
* proto-shell: fix potential use-after-freeFelix Fietkau2012-03-191-0/+2
* shell: add tunnel supportFelix Fietkau2012-03-151-2/+32
* proto: move the dns search option handling to the coreFelix Fietkau2012-02-261-7/+0
* proto-shell: process some common notify options using proto_apply_ip_settings()Felix Fietkau2012-02-261-48/+8
* proto-shell: merge setup/teardown task into oneFelix Fietkau2012-01-221-27/+12
* proto-shell: rework task statemachineFelix Fietkau2012-01-211-39/+85
* proto-shell: handle the "available" config flagFelix Fietkau2011-10-271-0/+5
* proto-shell: add a notify command for setting interface availabilityFelix Fietkau2011-10-271-0/+14
* fix the exit status for the proto-shell task, use WEXITSTATUSFelix Fietkau2011-10-211-1/+1
* proto-shell: allow protocol handlers to add interface error messages and bloc...Felix Fietkau2011-10-211-0/+49
* proto-shell: pass the return code of the proto task to the teardown handlerFelix Fietkau2011-10-211-3/+13
* reduce stack usageFelix Fietkau2011-10-201-2/+2
* proto-shell: fix parsing of long proto handler descriptions, simplify codeFelix Fietkau2011-10-201-27/+19
* do not clear device state for devices created by proto-up with address-extern...Felix Fietkau2011-10-201-4/+8
* make a few more functions staticFelix Fietkau2011-10-191-2/+2
* rework route handling, move parser code to interface-ip.c, add extra options ...Felix Fietkau2011-10-191-68/+6
* add support for keeping multiple ip addr/route/dns listsFelix Fietkau2011-10-191-14/+16