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
/
interface.c
Age
Commit message (
Expand
)
Author
2011-07-29
s/set_interface_down/interface_set_down/
Felix Fietkau
2011-07-29
s/set_interface_up/interface_set_up/
Felix Fietkau
2011-07-29
s/release_device/device_release/
Felix Fietkau
2011-07-29
s/claim_device/device_claim/
Felix Fietkau
2011-07-29
s/get_device/device_get/
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
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
clear all remaining addresses on interface down
Felix Fietkau
2011-05-02
move address handling to common code
Felix Fietkau
2011-04-15
fix a compiler warning
Felix Fietkau
2011-04-13
add some infrastructure code for proto handlers
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
move immediate protocol state transitions to a wrapper function
Felix Fietkau
2011-04-03
clean up variable names (llif -> dev)
Felix Fietkau
2011-03-29
rework includes
Felix Fietkau
2011-03-29
fix handling duplicate IFS_DOWN events
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 an unnecessary check
Felix Fietkau
2011-03-28
add error reporting support
Felix Fietkau
2011-03-27
Initial import
Felix Fietkau