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
2012-01-24
add a generic option for disabling the automatic default route on interfaces
Felix Fietkau
2011-11-03
fix interface event handling, suppress redundant down events
Felix Fietkau
2011-10-27
proto-shell: handle the "available" config flag
Felix Fietkau
2011-10-26
on reload, check for null ifname before comparing it
Felix Fietkau
2011-10-21
fix device claim on interface reload
Felix Fietkau
2011-10-21
fold __interface_set_up into interface_set_up
Felix Fietkau
2011-10-21
clean up interface state change handling
Felix Fietkau
2011-10-19
add support for configuring static routes
Felix Fietkau
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-19
add log messages for interface up/down
Felix Fietkau
2011-10-18
on proto event IFPEV_DOWN, do not attempt to bring up interfaces that are no ...
Felix Fietkau
2011-10-18
reset l3 dev on interface reload
Felix Fietkau
2011-10-18
defer releasing the l3 dev so that the generic code can take care of cleaning...
Felix Fietkau
2011-10-18
add interface users (similar to device users)
Felix Fietkau
2011-10-18
clear errors before attempting to bring up an interface
Felix Fietkau
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
[next]