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
Age
Commit message (
Expand
)
Author
2011-07-29
s/init_device/device_init/
Felix Fietkau
2011-07-29
s/get_device/device_get/
Felix Fietkau
2011-07-29
s/cleanup_device/device_cleanup/
Felix Fietkau
2011-07-29
s/set_device_present/device_set_present/
Felix Fietkau
2011-07-29
s/add_device_user/device_add_user/
Felix Fietkau
2011-07-29
s/remove_device_user/device_remove_user/g
Felix Fietkau
2011-07-29
s/free_device/device_free/g
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-05-03
add routes/gateway support
Felix Fietkau
2011-05-02
move interface address handling to the device module, clean up arguments to s...
Felix Fietkau
2011-05-02
clear all remaining addresses on interface down
Felix Fietkau
2011-05-02
move address handling to common code
Felix Fietkau
2011-04-15
remove the DNS option from proto-static, it will be handled by generic code
Felix Fietkau
2011-04-15
fix a compiler warning
Felix Fietkau
2011-04-15
make creating a static proto state more flexible, add support for parsing gat...
Felix Fietkau
2011-04-14
add code to set ip addresses when an interface with the static proto is broug...
Felix Fietkau
2011-04-14
cleanup entry counting loop
Felix Fietkau
2011-04-14
add some code for parsing static ipaddr/ip6addr/netmask
Felix Fietkau
2011-04-13
add a dummy protocol handler for "static"
Felix Fietkau
2011-04-13
export a function to look up a protocol handler
Felix Fietkau
2011-04-13
add a section pointer to the proto attach callback
Felix Fietkau
2011-04-13
add a __init define for constructors
Felix Fietkau
2011-04-13
add functions for setting v4 addresses
Felix Fietkau
2011-04-13
add some infrastructure code for proto handlers
Felix Fietkau
2011-04-13
make avl_strcmp globally visible
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 a helper function for freeing a device
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-04-03
fix duplicate device release on interface down
Felix Fietkau
2011-04-03
document PROTO_FLAG_IMMEDIATE
Felix Fietkau
2011-04-03
move immediate protocol state transitions to a wrapper function
Felix Fietkau
2011-04-03
interface -> device
Felix Fietkau
2011-04-03
initialize device names earlier
Felix Fietkau
2011-04-03
clean up variable names (llif -> dev)
Felix Fietkau
2011-03-29
rework includes
Felix Fietkau
2011-03-29
move the device event broadcasts outside of the set_state callback
Felix Fietkau
2011-03-29
document protocol handler state changes
Felix Fietkau
2011-03-29
fix handling duplicate IFS_DOWN events
Felix Fietkau
2011-03-29
document changes to the interface state type
Felix Fietkau
2011-03-29
add rudimentary protocol handling
Felix Fietkau
2011-03-28
restructure the proto state, add a callback for notifications by the protocol...
Felix Fietkau
2011-03-28
remove a few comments clarified in the design documentation
Felix Fietkau
2011-03-28
add some preliminary design documentation
Felix Fietkau
2011-03-28
remove some comments - will be better described in the design documentation
Felix Fietkau
2011-03-28
allow longer interface names
Felix Fietkau
[prev]
[next]