Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-28 | alias: set ifindex on alias device to fix setting addresses/routes | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-22 | alias: if the underlying device changes (or goes away), set the device ↵ | Felix Fietkau | |
present status to false to make its users shut down Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-20 | alias: rework device updates | Felix Fietkau | |
Apply immediately if alias device is not claimed, otherwise defer until release Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
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 ↵ | Felix Fietkau | |
aliases for interfaces that are already up Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
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 ↵ | Felix Fietkau | |
in a separate list to avoid recursion issues | |||
2012-07-05 | split alias support into a separate source file for better readability | Felix Fietkau | |