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-10-14
flush routes after bringing up/down an interface
Felix Fietkau
2011-10-13
clean dns list if an interface is marked as down
Felix Fietkau
2011-10-12
if an interface is brought down by the proto handler and autostart is still a...
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-06
delete interfaces from the avl tree on free
Felix Fietkau
2011-10-06
detect interface configuration changes
Felix Fietkau
2011-10-06
delay bringup of interfaces until after the config reload
Felix Fietkau
2011-10-05
clear interface errors on interface cleanup
Felix Fietkau
2011-10-05
clear errors on interface reload
Felix Fietkau
2011-10-05
s/clear_interface_errors/interface_clear_errors/
Felix Fietkau
2011-10-05
do not override iface->autostart on config reload
Felix Fietkau
2011-10-05
minor cleanup
Felix Fietkau
2011-10-05
add a debug message showing interface availability changes
Felix Fietkau
2011-10-05
add better debug messages for interface create/remove/update
Felix Fietkau
2011-10-03
add some more interface reload fixes
Felix Fietkau
2011-10-03
on interface free, remove the main_dev user if still present
Felix Fietkau
2011-10-03
more changes for config reload handling
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-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 de...
Felix Fietkau
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
[next]