summaryrefslogtreecommitdiff
path: root/device.h
Commit message (Expand)AuthorAgeFilesLines
* rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau2011-10-191-0/+5
* apply device settings to simple devices with config specified from the interf...Felix Fietkau2011-10-191-0/+4
* add support for alias devices, which are activated based on hotplug events co...Felix Fietkau2011-10-181-0/+1
* directly pass the device name to the device create functionFelix Fietkau2011-10-181-2/+1
* implement a new ubus object "network.device", add a method for dumping detail...Felix Fietkau2011-10-111-1/+3
* prevent deletion devices that are part of the current configurationFelix Fietkau2011-10-061-0/+6
* rename a variable for clarityFelix Fietkau2011-10-051-0/+3
* rename check_device_state to device_check_stateFelix Fietkau2011-10-051-1/+1
* more changes for config reload handlingFelix Fietkau2011-10-031-2/+8
* use a common function for creating devices that avoids creating duplicatesFelix Fietkau2011-10-031-0/+2
* move ip related functions and data structures to a separate header fileFelix Fietkau2011-09-051-36/+0
* improve interface for cleaning up unused devicesFelix Fietkau2011-09-051-1/+1
* make device_claim/device_release operate on the device_user instead of the de...Felix Fietkau2011-09-041-2/+3
* make bridge configuration more dynamicFelix Fietkau2011-09-041-2/+17
* reorder functionFelix Fietkau2011-07-291-6/+6
* s/release_device/device_release/Felix Fietkau2011-07-291-1/+1
* s/claim_device/device_claim/Felix Fietkau2011-07-291-1/+1
* s/init_virtual_device/device_init_virtual/Felix Fietkau2011-07-291-1/+1
* s/init_device/device_init/Felix Fietkau2011-07-291-1/+1
* s/get_device/device_get/Felix Fietkau2011-07-291-1/+1
* s/cleanup_device/device_cleanup/Felix Fietkau2011-07-291-1/+1
* s/set_device_present/device_set_present/Felix Fietkau2011-07-291-1/+1
* s/add_device_user/device_add_user/Felix Fietkau2011-07-291-1/+1
* s/remove_device_user/device_remove_user/gFelix Fietkau2011-07-291-1/+1
* s/free_device/device_free/gFelix Fietkau2011-07-291-1/+1
* s/cleanup_devices/device_free_all/Felix Fietkau2011-07-291-1/+1
* use uci_to_blob for creating devicesFelix Fietkau2011-07-291-0/+4
* move interface address handling to the device module, clean up arguments to s...Felix Fietkau2011-05-021-0/+37
* add code for cleaning up unused devices mentioned in the configFelix Fietkau2011-04-051-0/+2
* add a helper function for freeing a deviceFelix Fietkau2011-04-051-0/+6
* add low level configuration for devicesFelix Fietkau2011-04-051-0/+16
* remove some comments - will be better described in the design documentationFelix Fietkau2011-03-281-13/+0
* add a callback for dumping device status informationFelix Fietkau2011-03-271-0/+1
* add a function for adding a virtual device (not tracked in the avl tree)Felix Fietkau2011-03-271-0/+1
* Initial importFelix Fietkau2011-03-271-0/+95