summaryrefslogtreecommitdiff
path: root/netifd.h
Commit message (Expand)AuthorAgeFilesLines
* config: parse default mac address from board.jsonFelix Fietkau2020-11-301-0/+8
* move resolv.conf.auto to /tmp/resolv.conf.d/Daniel Golle2020-01-041-1/+1
* netifd: propagate error code on netifd_reload()Alexandru Ardelean2017-04-051-1/+1
* uci: Allow setting the UCI config path on the command lineMatthias Schiffer2014-03-191-0/+3
* add initial support for handling wireless devices via scriptsFelix Fietkau2013-11-291-0/+1
* scripts: reorganize directory layoutFelix Fietkau2013-10-191-2/+2
* use calloc_a for interface error allocationsFelix Fietkau2012-12-311-0/+1
* use ustream for process message loggingFelix Fietkau2012-10-291-3/+2
* use FD_CLOEXEC instead of tracking lists of fdsFelix Fietkau2012-10-291-10/+0
* add copyright headersFelix Fietkau2012-05-041-0/+13
* fix path and invocation for hotplug callsFelix Fietkau2011-10-201-1/+1
* move log levels to netifd.hFelix Fietkau2011-10-191-0/+8
* add support for logging messages via syslog (or optionally stdout)Felix Fietkau2011-10-161-0/+2
* detach stdin/stdout/stderr from child processes, implement a separate logging...Felix Fietkau2011-10-161-0/+9
* add support for tracking open file descriptors of modules and closing them fo...Felix Fietkau2011-10-151-0/+9
* move netifd_start_process dir_fd to the data structureFelix Fietkau2011-10-151-1/+2
* keep track of all running child processes in one placeFelix Fietkau2011-10-151-0/+9
* add some code for keeping track of dns servers and search domains and for wri...Felix Fietkau2011-10-111-0/+3
* move the main path to ./dummy to maintain the proper proto script implementat...Felix Fietkau2011-10-091-1/+1
* use /lib/netifd as main path when dummy mode is disabledFelix Fietkau2011-10-091-0/+2
* add support for calls to a hotplug script on interface state changesFelix Fietkau2011-10-071-0/+7
* improve debugging macroFelix Fietkau2011-10-061-1/+4
* rework debugging code, add debugging levelsFelix Fietkau2011-10-041-0/+20
* add a ubus call for triggering config reloadsFelix Fietkau2011-10-031-0/+1
* add an option for selecting the main path for netifd addonsFelix Fietkau2011-09-091-0/+1
* add an ubus call for restarting netifdFelix Fietkau2011-09-091-0/+2
* move more stuff out of netifd.hFelix Fietkau2011-09-071-6/+0
* move some code to utils.[ch]Felix Fietkau2011-09-071-44/+1
* add DPRINTF type checking for no-debug buildsFelix Fietkau2011-09-071-1/+5
* Add inline fls() function for linuxJo-Philipp Wich2011-09-051-0/+31
* add a __init define for constructorsFelix Fietkau2011-04-131-0/+2
* make avl_strcmp globally visibleFelix Fietkau2011-04-131-0/+1
* prevent autostart of interfaces during config initFelix Fietkau2011-04-051-0/+1
* rework includesFelix Fietkau2011-03-291-3/+3
* Initial importFelix Fietkau2011-03-271-0/+29