Age | Commit message (Expand) | Author |
2013-02-10 | device: protect device event broadcast against simultaneous deletions of mult... | Felix Fietkau |
2012-09-28 | device.c: use format_macaddr() helper to convert mac addresses to strings, et... | Jo-Philipp Wich |
2012-07-12 | do not recreate or restart external devices on settings changes, apply them a... | Felix Fietkau |
2012-07-12 | add some debug messages for device user count | Felix Fietkau |
2012-07-05 | when specifying hotplug devices that already have existing configured devices... | Felix Fietkau |
2012-07-05 | alias: use a callback for managing device presence state, track alias deps in... | Felix Fietkau |
2012-07-05 | split alias support into a separate source file for better readability | Felix Fietkau |
2012-07-05 | fix ifname for alias+vlan chains | Felix Fietkau |
2012-07-05 | device: initialize dev->set_state for virtual devices | Felix Fietkau |
2012-07-05 | device: export device_broadcast_event | Felix Fietkau |
2012-06-14 | ignore mac80211 devices specified in /etc/config/network | Felix Fietkau |
2012-06-07 | device: make device_set_disabled inline, add device_set_deferred | Felix Fietkau |
2012-06-04 | device: show a bit more info if the device is not present | Felix Fietkau |
2012-05-04 | add copyright headers | Felix Fietkau |
2012-03-23 | move l3 device tracking to interface core to enforce proper order of address/... | Felix Fietkau |
2012-03-19 | move device cleanup to common code, fixes use-after-free in tunnel code | Felix Fietkau |
2012-03-19 | fix a memory leak | Felix Fietkau |
2012-03-04 | device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and DEV... | Felix Fietkau |
2012-03-03 | do not bring down hotplug devices | Felix Fietkau |
2012-03-03 | preserve interface main hotplug device on reload | Felix Fietkau |
2012-02-28 | fix mac address parsing | Felix Fietkau |
2012-01-23 | always call device_set_disabled, even if the "enabled" attribute is not present | Felix Fietkau |
2012-01-22 | show mtu, macaddr and txqueuelen from cached device settings | Felix Fietkau |
2012-01-22 | move device settings to a separate struct | Felix Fietkau |
2012-01-19 | export carrier status in device stats | Felix Fietkau |
2012-01-19 | allow devices to be disabled through a config option | Felix Fietkau |
2011-12-04 | fix use-after-free on device free codepath due to recursion issues, and fix d... | Felix Fietkau |
2011-10-26 | recognize stacked interfaces (e.g. dsa) and handle their dependencies | Felix Fietkau |
2011-10-20 | do not clear device state for devices created by proto-up with address-extern... | Felix Fietkau |
2011-10-19 | fix device_lock | Felix Fietkau |
2011-10-19 | rework device hotplug handling some more, add device_lock/device_unlock to pr... | Felix Fietkau |
2011-10-19 | rework and fix hotplug interface handling | Felix Fietkau |
2011-10-19 | apply device settings to simple devices with config specified from the interf... | Felix Fietkau |
2011-10-18 | add support for alias devices, which are activated based on hotplug events co... | Felix Fietkau |
2011-10-18 | directly pass the device name to the device create function | Felix Fietkau |
2011-10-11 | implement a new ubus object "network.device", add a method for dumping detail... | Felix Fietkau |
2011-10-09 | fix clearing device state, trigger it on device_init() | Felix Fietkau |
2011-10-06 | only free unused devices after the final config init | Felix Fietkau |
2011-10-06 | only show the "Create new device.." message if there is no old device | Felix Fietkau |
2011-10-06 | device reload, use config_check_equal instead of config_check_diff | Felix Fietkau |
2011-10-06 | fix parsing settings for devices on reload | Felix Fietkau |
2011-10-06 | fix refcount bugs when dev->set_state fails | Felix Fietkau |
2011-10-06 | always recreate devices by default if the config attribute list is not the de... | Felix Fietkau |
2011-10-06 | fix a double free / use after free | Felix Fietkau |
2011-10-06 | prevent deletion devices that are part of the current configuration | Felix Fietkau |
2011-10-06 | recreate devices if the type does not match | Felix Fietkau |
2011-10-06 | delete devices before recreating them | Felix Fietkau |
2011-10-06 | add debug messages for device config changes | Felix Fietkau |
2011-10-05 | rename a variable for clarity | Felix Fietkau |
2011-10-05 | device: duplicate the config earlier to avoid using stale data | Felix Fietkau |