| Commit message (Expand) | Author | Age | Files | Lines |
* | ignore mac80211 devices specified in /etc/config/network | Felix Fietkau | 2012-06-14 | 1 | -0/+3 |
* | device: make device_set_disabled inline, add device_set_deferred | Felix Fietkau | 2012-06-07 | 1 | -13/+12 |
* | device: show a bit more info if the device is not present | Felix Fietkau | 2012-06-04 | 1 | -1/+4 |
* | add copyright headers | Felix Fietkau | 2012-05-04 | 1 | -0/+13 |
* | move l3 device tracking to interface core to enforce proper order of address/... | Felix Fietkau | 2012-03-23 | 1 | -0/+3 |
* | move device cleanup to common code, fixes use-after-free in tunnel code | Felix Fietkau | 2012-03-19 | 1 | -3/+1 |
* | fix a memory leak | Felix Fietkau | 2012-03-19 | 1 | -0/+1 |
* | device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and DEV... | Felix Fietkau | 2012-03-04 | 1 | -2/+3 |
* | do not bring down hotplug devices | Felix Fietkau | 2012-03-03 | 1 | -1/+2 |
* | preserve interface main hotplug device on reload | Felix Fietkau | 2012-03-03 | 1 | -0/+3 |
* | fix mac address parsing | Felix Fietkau | 2012-02-28 | 1 | -1/+1 |
* | always call device_set_disabled, even if the "enabled" attribute is not present | Felix Fietkau | 2012-01-23 | 1 | -3/+4 |
* | show mtu, macaddr and txqueuelen from cached device settings | Felix Fietkau | 2012-01-22 | 1 | -0/+27 |
* | move device settings to a separate struct | Felix Fietkau | 2012-01-22 | 1 | -7/+8 |
* | export carrier status in device stats | Felix Fietkau | 2012-01-19 | 1 | -0/+2 |
* | allow devices to be disabled through a config option | Felix Fietkau | 2012-01-19 | 1 | -2/+28 |
* | fix use-after-free on device free codepath due to recursion issues, and fix d... | Felix Fietkau | 2011-12-04 | 1 | -3/+16 |
* | recognize stacked interfaces (e.g. dsa) and handle their dependencies | Felix Fietkau | 2011-10-26 | 1 | -10/+34 |
* | do not clear device state for devices created by proto-up with address-extern... | Felix Fietkau | 2011-10-20 | 1 | -4/+5 |
* | fix device_lock | Felix Fietkau | 2011-10-19 | 1 | -1/+1 |
* | rework device hotplug handling some more, add device_lock/device_unlock to pr... | Felix Fietkau | 2011-10-19 | 1 | -0/+19 |
* | rework and fix hotplug interface handling | Felix Fietkau | 2011-10-19 | 1 | -2/+4 |
* | apply device settings to simple devices with config specified from the interf... | Felix Fietkau | 2011-10-19 | 1 | -6/+6 |
* | add support for alias devices, which are activated based on hotplug events co... | Felix Fietkau | 2011-10-18 | 1 | -3/+105 |
* | directly pass the device name to the device create function | Felix Fietkau | 2011-10-18 | 1 | -11/+2 |
* | implement a new ubus object "network.device", add a method for dumping detail... | Felix Fietkau | 2011-10-11 | 1 | -0/+33 |
* | fix clearing device state, trigger it on device_init() | Felix Fietkau | 2011-10-09 | 1 | -0/+1 |
* | only free unused devices after the final config init | Felix Fietkau | 2011-10-06 | 1 | -1/+1 |
* | only show the "Create new device.." message if there is no old device | Felix Fietkau | 2011-10-06 | 1 | -2/+2 |
* | device reload, use config_check_equal instead of config_check_diff | Felix Fietkau | 2011-10-06 | 1 | -10/+8 |
* | fix parsing settings for devices on reload | Felix Fietkau | 2011-10-06 | 1 | -7/+7 |
* | fix refcount bugs when dev->set_state fails | Felix Fietkau | 2011-10-06 | 1 | -3/+8 |
* | always recreate devices by default if the config attribute list is not the de... | Felix Fietkau | 2011-10-06 | 1 | -2/+6 |
* | fix a double free / use after free | Felix Fietkau | 2011-10-06 | 1 | -1/+0 |
* | prevent deletion devices that are part of the current configuration | Felix Fietkau | 2011-10-06 | 1 | -7/+44 |
* | recreate devices if the type does not match | Felix Fietkau | 2011-10-06 | 1 | -2/+8 |
* | delete devices before recreating them | Felix Fietkau | 2011-10-06 | 1 | -2/+12 |
* | add debug messages for device config changes | Felix Fietkau | 2011-10-06 | 1 | -1/+5 |
* | rename a variable for clarity | Felix Fietkau | 2011-10-05 | 1 | -0/+20 |
* | device: duplicate the config earlier to avoid using stale data | Felix Fietkau | 2011-10-05 | 1 | -2/+7 |
* | add a debug message when a device is created | Felix Fietkau | 2011-10-05 | 1 | -0/+1 |
* | allow temporary duplicates of devices | Felix Fietkau | 2011-10-05 | 1 | -1/+1 |
* | use device_(add|remove)_user when replacing devices | Felix Fietkau | 2011-10-05 | 1 | -2/+2 |
* | rename check_device_state to device_check_state | Felix Fietkau | 2011-10-05 | 1 | -2/+2 |
* | rework debugging code, add debugging levels | Felix Fietkau | 2011-10-04 | 1 | -5/+5 |
* | fix device reload with no previous config | Felix Fietkau | 2011-10-03 | 1 | -2/+5 |
* | more changes for config reload handling | Felix Fietkau | 2011-10-03 | 1 | -5/+71 |
* | use a common function for creating devices that avoids creating duplicates | Felix Fietkau | 2011-10-03 | 1 | -0/+13 |
* | fix a compile error on non-linux systems | Felix Fietkau | 2011-09-24 | 1 | -0/+3 |
* | fix compilation with GCC 4.6 on Linux | Steven Barth | 2011-09-22 | 1 | -0/+1 |