index
:
openwrt/netifd
fix-dynamic-routing
master
priority-fix
priority-fix-19.07
OpenWrt Network interface configuration daemon
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
netifd.h
Age
Commit message (
Expand
)
Author
2017-04-05
netifd: propagate error code on netifd_reload()
Alexandru Ardelean
2014-03-19
uci: Allow setting the UCI config path on the command line
Matthias Schiffer
2013-11-29
add initial support for handling wireless devices via scripts
Felix Fietkau
2013-10-19
scripts: reorganize directory layout
Felix Fietkau
2012-12-31
use calloc_a for interface error allocations
Felix Fietkau
2012-10-29
use ustream for process message logging
Felix Fietkau
2012-10-29
use FD_CLOEXEC instead of tracking lists of fds
Felix Fietkau
2012-05-04
add copyright headers
Felix Fietkau
2011-10-20
fix path and invocation for hotplug calls
Felix Fietkau
2011-10-19
move log levels to netifd.h
Felix Fietkau
2011-10-16
add support for logging messages via syslog (or optionally stdout)
Felix Fietkau
2011-10-16
detach stdin/stdout/stderr from child processes, implement a separate logging...
Felix Fietkau
2011-10-15
add support for tracking open file descriptors of modules and closing them fo...
Felix Fietkau
2011-10-15
move netifd_start_process dir_fd to the data structure
Felix Fietkau
2011-10-15
keep track of all running child processes in one place
Felix Fietkau
2011-10-11
add some code for keeping track of dns servers and search domains and for wri...
Felix Fietkau
2011-10-09
move the main path to ./dummy to maintain the proper proto script implementat...
Felix Fietkau
2011-10-09
use /lib/netifd as main path when dummy mode is disabled
Felix Fietkau
2011-10-07
add support for calls to a hotplug script on interface state changes
Felix Fietkau
2011-10-06
improve debugging macro
Felix Fietkau
2011-10-04
rework debugging code, add debugging levels
Felix Fietkau
2011-10-03
add a ubus call for triggering config reloads
Felix Fietkau
2011-09-09
add an option for selecting the main path for netifd addons
Felix Fietkau
2011-09-09
add an ubus call for restarting netifd
Felix Fietkau
2011-09-07
move more stuff out of netifd.h
Felix Fietkau
2011-09-07
move some code to utils.[ch]
Felix Fietkau
2011-09-07
add DPRINTF type checking for no-debug builds
Felix Fietkau
2011-09-05
Add inline fls() function for linux
Jo-Philipp Wich
2011-04-13
add a __init define for constructors
Felix Fietkau
2011-04-13
make avl_strcmp globally visible
Felix Fietkau
2011-04-05
prevent autostart of interfaces during config init
Felix Fietkau
2011-03-29
rework includes
Felix Fietkau
2011-03-27
Initial import
Felix Fietkau