summaryrefslogtreecommitdiffhomepage
path: root/device.h
AgeCommit message (Expand)Author
2014-03-21netifd: Reload proto on topology changeHelmut Schaa
2014-02-27netifd: Link layer state awareness support on device 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-12-08netifd: Code style line/clean upHans Dedecker
2013-10-03device: add macvlan supportFelix Fietkau
2013-06-10config: use the new uci_blob library codeFelix Fietkau
2013-04-15device: use safe_list for device event, fixes some hang issuesFelix Fietkau
2013-02-10device: protect device event broadcast against simultaneous deletions of mult...Felix 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
2012-07-05fix ifname for alias+vlan chainsFelix Fietkau
2012-07-05device: export device_broadcast_eventFelix Fietkau
2012-06-07device: make device_set_disabled inline, add device_set_deferredFelix Fietkau
2012-05-04add copyright headersFelix Fietkau
2012-03-15parse tunnel devices from configFelix Fietkau
2012-03-04device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and DEV...Felix Fietkau
2012-01-22save and restore previous device settings when overriding them via configFelix Fietkau
2012-01-22move device settings to a separate structFelix Fietkau
2012-01-19allow devices to be disabled through a config optionFelix Fietkau
2011-12-04fix use-after-free on device free codepath due to recursion issues, and fix d...Felix Fietkau
2011-11-04add a hotplug op for preparing an interface bridge so that it's ready when an...Felix Fietkau
2011-10-26recognize stacked interfaces (e.g. dsa) and handle their dependenciesFelix Fietkau
2011-10-20do not clear device state for devices created by proto-up with address-extern...Felix Fietkau
2011-10-19rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau
2011-10-19apply device settings to simple devices with config specified from the interf...Felix Fietkau
2011-10-18add support for alias devices, which are activated based on hotplug events co...Felix Fietkau
2011-10-18directly pass the device name to the device create functionFelix Fietkau
2011-10-11implement a new ubus object "network.device", add a method for dumping detail...Felix Fietkau
2011-10-06prevent deletion devices that are part of the current configurationFelix Fietkau
2011-10-05rename a variable for clarityFelix Fietkau
2011-10-05rename check_device_state to device_check_stateFelix Fietkau
2011-10-03more changes for config reload handlingFelix Fietkau
2011-10-03use a common function for creating devices that avoids creating duplicatesFelix Fietkau
2011-09-05move ip related functions and data structures to a separate header fileFelix Fietkau
2011-09-05improve interface for cleaning up unused devicesFelix Fietkau
2011-09-04make device_claim/device_release operate on the device_user instead of the de...Felix Fietkau
2011-09-04make bridge configuration more dynamicFelix Fietkau
2011-07-29reorder functionFelix Fietkau
2011-07-29s/release_device/device_release/Felix Fietkau
2011-07-29s/claim_device/device_claim/Felix Fietkau
2011-07-29s/init_virtual_device/device_init_virtual/Felix Fietkau
2011-07-29s/init_device/device_init/Felix Fietkau
2011-07-29s/get_device/device_get/Felix Fietkau
2011-07-29s/cleanup_device/device_cleanup/Felix Fietkau
2011-07-29s/set_device_present/device_set_present/Felix Fietkau
2011-07-29s/add_device_user/device_add_user/Felix Fietkau
2011-07-29s/remove_device_user/device_remove_user/gFelix Fietkau
2011-07-29s/free_device/device_free/gFelix Fietkau
2011-07-29s/cleanup_devices/device_free_all/Felix Fietkau