summaryrefslogtreecommitdiff
path: root/device.h
Commit message (Expand)AuthorAgeFilesLines
* netifd: Reload proto on topology changeHelmut Schaa2014-03-211-0/+3
* netifd: Link layer state awareness support on device levelHans Dedecker2014-02-271-0/+4
* Revert "netifd: Link layer state support on device level"Felix Fietkau2013-12-141-4/+0
* netifd: Link layer state support on device levelHans Dedecker2013-12-081-0/+4
* netifd: Code style line/clean upHans Dedecker2013-12-081-1/+1
* device: add macvlan supportFelix Fietkau2013-10-031-1/+2
* config: use the new uci_blob library codeFelix Fietkau2013-06-101-2/+2
* device: use safe_list for device event, fixes some hang issuesFelix Fietkau2013-04-151-3/+4
* device: protect device event broadcast against simultaneous deletions of mult...Felix Fietkau2013-02-101-0/+4
* alias: use a callback for managing device presence state, track alias deps in...Felix Fietkau2012-07-051-0/+2
* split alias support into a separate source file for better readabilityFelix Fietkau2012-07-051-0/+1
* fix ifname for alias+vlan chainsFelix Fietkau2012-07-051-0/+4
* device: export device_broadcast_eventFelix Fietkau2012-07-051-0/+1
* device: make device_set_disabled inline, add device_set_deferredFelix Fietkau2012-06-071-1/+16
* add copyright headersFelix Fietkau2012-05-041-0/+13
* parse tunnel devices from configFelix Fietkau2012-03-151-0/+1
* device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and DEV...Felix Fietkau2012-03-041-0/+1
* save and restore previous device settings when overriding them via configFelix Fietkau2012-01-221-0/+1
* move device settings to a separate structFelix Fietkau2012-01-221-6/+8
* allow devices to be disabled through a config optionFelix Fietkau2012-01-191-0/+4
* fix use-after-free on device free codepath due to recursion issues, and fix d...Felix Fietkau2011-12-041-6/+1
* add a hotplug op for preparing an interface bridge so that it's ready when an...Felix Fietkau2011-11-041-0/+1
* recognize stacked interfaces (e.g. dsa) and handle their dependenciesFelix Fietkau2011-10-261-27/+30
* do not clear device state for devices created by proto-up with address-extern...Felix Fietkau2011-10-201-1/+2
* 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