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
/
alias.c
Age
Commit message (
Expand
)
Author
2018-08-14
device: gracefully handle device names exceeding IFNAMESIZ
Hans Dedecker
2018-07-11
replace fall throughs in switch/cases where possible with simple code changes
Alexander Couzens
2016-09-26
device: Move the different device type registrations to the device type file
Hans Dedecker
2016-08-26
device: prepare for adding device handlers dynamically
Arne Kappen
2016-06-29
alias: Set alias link device status to disabled when device is removed
Hans Dedecker
2016-06-06
device: Fix device find failure in avl list due to device name change
Hans Dedecker
2016-03-31
alias : Fix interface aliased on top of a static interface not getting active
Hans Dedecker
2016-02-01
alias: Fix possible segfault
Hans Dedecker
2016-01-28
alias: clean up device dependencies on free
Felix Fietkau
2014-02-27
netifd: Link layer state awareness support on interface level
Hans Dedecker
2013-12-14
Revert "netifd: Link layer state support on device level"
Felix Fietkau
2013-12-08
netifd: Link layer state support on device level
Hans Dedecker
2013-01-28
alias: set ifindex on alias device to fix setting addresses/routes
Felix Fietkau
2013-01-22
alias: if the underlying device changes (or goes away), set the device presen...
Felix Fietkau
2013-01-20
alias: rework device updates
Felix Fietkau
2013-01-16
alias: use layer 3 device instead of main device
Steven Barth
2012-10-30
alias: add (and call) a check_state function to fix dynamically creating alia...
Felix Fietkau
2012-10-19
fix device_lock/device_unlock imbalances
Felix Fietkau
2012-07-05
alias: use a callback for managing device presence state, track alias deps in...
Felix Fietkau
2012-07-05
split alias support into a separate source file for better readability
Felix Fietkau