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
/
config.c
Age
Commit message (
Expand
)
Author
2011-10-02
only override the uci conf dir in dummy mode
Felix Fietkau
2011-09-07
move more stuff out of netifd.h
Felix Fietkau
2011-09-05
make config_init_devices static
Felix Fietkau
2011-09-05
constify
Felix Fietkau
2011-09-05
add config state tracking
Felix Fietkau
2011-09-05
improve interface for cleaning up unused devices
Felix Fietkau
2011-09-04
remove the uci dependency from protocol handlers
Felix Fietkau
2011-09-04
fix compiler warnings
Felix Fietkau
2011-09-04
trigger proto attach from config.c
Felix Fietkau
2011-09-04
make bridge configuration more dynamic
Felix Fietkau
2011-07-29
add support for multiple config_param_list::next pointers
Felix Fietkau
2011-07-29
s/config_device_inits/config_init_devices/
Felix Fietkau
2011-07-29
s/alloc_interface/interface_alloc/
Felix Fietkau
2011-07-29
s/start_pending_interfaces/interface_start_pending/
Felix Fietkau
2011-07-29
s/init_device/device_init/
Felix Fietkau
2011-07-29
s/cleanup_devices/device_free_all/
Felix Fietkau
2011-07-29
use uci_to_blob for creating devices
Felix Fietkau
2011-07-29
implement uci-to-blobmsg conversion as an abstraction between uci and the res...
Felix Fietkau
2011-04-13
add some infrastructure code for proto handlers
Felix Fietkau
2011-04-05
make uci_network static
Felix Fietkau
2011-04-05
add code for cleaning up unused devices mentioned in the config
Felix Fietkau
2011-04-05
add some configuration code for interfaces, bind interfaces to regular devices
Felix Fietkau
2011-04-05
add low level configuration for devices
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