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 (
Collapse
)
Author
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 ↵
Felix Fietkau
rest of netifd
2011-05-03
add routes/gateway support
Felix Fietkau
2011-05-02
move interface address handling to the device module, clean up arguments to ↵
Felix Fietkau
system_{add,del}_addr
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 ↵
Felix Fietkau
gateways
2011-04-14
add code to set ip addresses when an interface with the static proto is ↵
Felix Fietkau
brought up
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 ↵
Felix Fietkau
protocol handler, move the iface pointer to the proto state
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
2011-03-28
remove an unnecessary inline
Felix Fietkau
2011-03-28
remove an unnecessary check
Felix Fietkau
2011-03-28
add error reporting support
Felix Fietkau
2011-03-27
adjust for ubus api changes
Felix Fietkau
2011-03-27
add the status method to the signature
Felix Fietkau
2011-03-27
move all device data to its own table to prevent namespace collisions
Felix Fietkau
2011-03-27
implement a dump status call for bridge devices
Felix Fietkau
2011-03-27
add a callback for dumping device status information
Felix Fietkau
[next]