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.h
Age
Commit message (
Expand
)
Author
2011-10-19
rework route handling, move parser code to interface-ip.c, add extra options ...
Felix Fietkau
2011-10-19
add support for keeping multiple ip addr/route/dns lists
Felix Fietkau
2011-10-19
rework device hotplug handling some more, add device_lock/device_unlock to pr...
Felix Fietkau
2011-10-19
rework and fix hotplug interface handling
Felix Fietkau
2011-10-18
add interface users (similar to device users)
Felix Fietkau
2011-10-11
add some code for keeping track of dns servers and search domains and for wri...
Felix Fietkau
2011-10-10
add interface uptime to the status info
Felix Fietkau
2011-10-07
add support for calls to a hotplug script on interface state changes
Felix Fietkau
2011-10-02
add some code for properly tearing down, reloading and removing interfaces
Felix Fietkau
2011-10-02
manage interfaces via vlist
Felix Fietkau
2011-09-11
proto-shell: add l3 interface claim/release
Felix Fietkau
2011-09-11
make it possible to decouple interface availability from having a main device
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-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
trigger proto attach from config.c
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
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
move address handling to common code
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-03-29
rework includes
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
allow longer interface names
Felix Fietkau
2011-03-28
add error reporting support
Felix Fietkau
2011-03-27
Initial import
Felix Fietkau
[prev]