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 (
Collapse
)
Author
2011-09-28
interface: don't segfault with an unknown protocol
Steven Barth
2011-09-11
add a protocol event for link loss
Felix Fietkau
2011-09-11
proto-shell: add l3 interface claim/release
Felix Fietkau
2011-09-11
do not attempt to get an interface if PROTO_FLAG_NODEV is set
Felix Fietkau
2011-09-11
make it possible to decouple interface availability from having a main device
Felix Fietkau
2011-09-11
bring all interfaces down on restart
Felix Fietkau
2011-09-09
remove obsolete attribute info
Felix Fietkau
2011-09-08
rename "active" to "available"
Felix Fietkau
2011-09-07
add code for versioned lists and use it to manage addresses and routes
Felix Fietkau
2011-09-07
handle the interface autostart option
Felix Fietkau
2011-09-05
delete all routes on interface down
Felix Fietkau
2011-09-05
add config state tracking
Felix Fietkau
2011-09-05
move ip related functions and data structures to a separate header file
Felix Fietkau
2011-09-04
make device_claim/device_release operate on the device_user instead of the ↵
Felix Fietkau
device to avoid refcount bugs
2011-09-04
trigger proto attach from config.c
Felix Fietkau
2011-09-04
use list_add_tail instead of list_add
Felix Fietkau
2011-09-04
make interface:ifname a string instead of an array
Felix Fietkau
2011-09-04
make bridge configuration more dynamic
Felix Fietkau
2011-07-29
s/alloc_interface/interface_alloc/
Felix Fietkau
2011-07-29
s/free_interface/interface_free/
Felix Fietkau
2011-07-29
s/get_interface/interface_get/
Felix Fietkau
2011-07-29
s/start_pending_interfaces/interface_start_pending/
Felix Fietkau
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 ↵
Felix Fietkau
rest of netifd
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 ↵
Felix Fietkau
protocol handler, move the iface pointer to the proto state
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