index
:
openwrt/netifd
fix-dynamic-routing
master
priority-fix
priority-fix-19.07
OpenWrt Network interface configuration daemon
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
device.c
Age
Commit message (
Expand
)
Author
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
2011-10-05
add a debug message when a device is created
Felix Fietkau
2011-10-05
allow temporary duplicates of devices
Felix Fietkau
2011-10-05
use device_(add|remove)_user when replacing devices
Felix Fietkau
2011-10-05
rename check_device_state to device_check_state
Felix Fietkau
2011-10-04
rework debugging code, add debugging levels
Felix Fietkau
2011-10-03
fix device reload with no previous config
Felix Fietkau
2011-10-03
more changes for config reload handling
Felix Fietkau
2011-10-03
use a common function for creating devices that avoids creating duplicates
Felix Fietkau
2011-09-24
fix a compile error on non-linux systems
Felix Fietkau
2011-09-22
fix compilation with GCC 4.6 on Linux
Steven Barth
2011-09-11
use DPRINTF instead of fprintf(stderr)
Felix Fietkau
2011-09-05
remove code duplication
Felix Fietkau
2011-09-05
improve interface for cleaning up unused devices
Felix Fietkau
2011-09-04
make device_claim/device_release operate on the device_user instead of the de...
Felix Fietkau
2011-09-04
use list_add_tail instead of list_add
Felix Fietkau
2011-09-04
make bridge configuration more dynamic
Felix Fietkau
2011-07-29
s/broadcast_device_event/device_broadcast_event/
Felix Fietkau
2011-07-29
s/release_device/device_release/
Felix Fietkau
2011-07-29
s/claim_device/device_claim/
Felix Fietkau
2011-07-29
s/init_virtual_device/device_init_virtual/
Felix Fietkau
2011-07-29
s/init_device/device_init/
Felix Fietkau
2011-07-29
s/get_device/device_get/
Felix Fietkau
2011-07-29
s/cleanup_device/device_cleanup/
Felix Fietkau
2011-07-29
s/set_device_present/device_set_present/
Felix Fietkau
2011-07-29
s/add_device_user/device_add_user/
Felix Fietkau
[prev]
[next]