summaryrefslogtreecommitdiff
path: root/alias.c
Commit message (Expand)AuthorAgeFilesLines
* netifd: rework/fix device free handlingFelix Fietkau2021-09-271-4/+0
* device: gracefully handle device names exceeding IFNAMESIZHans Dedecker2018-08-141-1/+5
* replace fall throughs in switch/cases where possible with simple code changesAlexander Couzens2018-07-111-5/+6
* device: Move the different device type registrations to the device type fileHans Dedecker2016-09-261-2/+0
* device: prepare for adding device handlers dynamicallyArne Kappen2016-08-261-5/+6
* alias: Set alias link device status to disabled when device is removedHans Dedecker2016-06-291-1/+3
* device: Fix device find failure in avl list due to device name changeHans Dedecker2016-06-061-6/+3
* alias : Fix interface aliased on top of a static interface not getting activeHans Dedecker2016-03-311-1/+8
* alias: Fix possible segfaultHans Dedecker2016-02-011-0/+3
* alias: clean up device dependencies on freeFelix Fietkau2016-01-281-0/+2
* netifd: Link layer state awareness support on interface levelHans Dedecker2014-02-271-4/+12
* Revert "netifd: Link layer state support on device level"Felix Fietkau2013-12-141-12/+4
* netifd: Link layer state support on device levelHans Dedecker2013-12-081-4/+12
* alias: set ifindex on alias device to fix setting addresses/routesFelix Fietkau2013-01-281-0/+1
* alias: if the underlying device changes (or goes away), set the device presen...Felix Fietkau2013-01-221-0/+1
* alias: rework device updatesFelix Fietkau2013-01-201-26/+34
* alias: use layer 3 device instead of main deviceSteven Barth2013-01-161-1/+1
* alias: add (and call) a check_state function to fix dynamically creating alia...Felix Fietkau2012-10-301-17/+39
* fix device_lock/device_unlock imbalancesFelix Fietkau2012-10-191-1/+2
* alias: use a callback for managing device presence state, track alias deps in...Felix Fietkau2012-07-051-2/+20
* split alias support into a separate source file for better readabilityFelix Fietkau2012-07-051-0/+131