summaryrefslogtreecommitdiffhomepage
path: root/alias.c
AgeCommit message (Expand)Author
2018-08-14device: gracefully handle device names exceeding IFNAMESIZHans Dedecker
2018-07-11replace fall throughs in switch/cases where possible with simple code changesAlexander Couzens
2016-09-26device: Move the different device type registrations to the device type fileHans Dedecker
2016-08-26device: prepare for adding device handlers dynamicallyArne Kappen
2016-06-29alias: Set alias link device status to disabled when device is removedHans Dedecker
2016-06-06device: Fix device find failure in avl list due to device name changeHans Dedecker
2016-03-31alias : Fix interface aliased on top of a static interface not getting activeHans Dedecker
2016-02-01alias: Fix possible segfaultHans Dedecker
2016-01-28alias: clean up device dependencies on freeFelix Fietkau
2014-02-27netifd: Link layer state awareness support on interface levelHans Dedecker
2013-12-14Revert "netifd: Link layer state support on device level"Felix Fietkau
2013-12-08netifd: Link layer state support on device levelHans Dedecker
2013-01-28alias: set ifindex on alias device to fix setting addresses/routesFelix Fietkau
2013-01-22alias: if the underlying device changes (or goes away), set the device presen...Felix Fietkau
2013-01-20alias: rework device updatesFelix Fietkau
2013-01-16alias: use layer 3 device instead of main deviceSteven Barth
2012-10-30alias: add (and call) a check_state function to fix dynamically creating alia...Felix Fietkau
2012-10-19fix device_lock/device_unlock imbalancesFelix Fietkau
2012-07-05alias: use a callback for managing device presence state, track alias deps in...Felix Fietkau
2012-07-05split alias support into a separate source file for better readabilityFelix Fietkau