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-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
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
2011-03-27
add a simple status callback for network interfaces
Felix Fietkau
2011-03-27
add a function for adding a virtual device (not tracked in the avl tree)
Felix Fietkau
2011-03-27
add an example script for ifup/ifdown
Felix Fietkau
2011-03-27
fix interface object type name
Felix Fietkau
2011-03-27
Initial import
Felix Fietkau
[prev]