projects
/
project
/
netifd.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
fix interface event handling, suppress redundant down events
[project/netifd.git]
/
device.c
2011-10-26
Felix Fietkau
recognize stacked interfaces (e.g. dsa) and handle...
blob
|
commitdiff
2011-10-20
Felix Fietkau
do not clear device state for devices created by proto...
blob
|
commitdiff
|
diff to current
2011-10-19
Felix Fietkau
fix device_lock
blob
|
commitdiff
|
diff to current
2011-10-19
Felix Fietkau
rework device hotplug handling some more, add device_lo...
blob
|
commitdiff
|
diff to current
2011-10-19
Felix Fietkau
rework and fix hotplug interface handling
blob
|
commitdiff
|
diff to current
2011-10-18
Felix Fietkau
apply device settings to simple devices with config...
blob
|
commitdiff
|
diff to current
2011-10-18
Felix Fietkau
add support for alias devices, which are activated...
blob
|
commitdiff
|
diff to current
2011-10-18
Felix Fietkau
directly pass the device name to the device create...
blob
|
commitdiff
|
diff to current
2011-10-11
Felix Fietkau
implement a new ubus object "network.device", add a...
blob
|
commitdiff
|
diff to current
2011-10-09
Felix Fietkau
fix clearing device state, trigger it on device_init()
blob
|
commitdiff
|
diff to current
2011-10-06
Felix Fietkau
only free unused devices after the final config init
blob
|
commitdiff
|
diff to current
2011-10-06
Felix Fietkau
only show the "Create new device.." message if there...
blob
|
commitdiff
|
diff to current
2011-10-06
Felix Fietkau
device reload, use config_check_equal instead of config...
blob
|
commitdiff
|
diff to current
2011-10-06
Felix Fietkau
fix parsing settings for devices on reload
blob
|
commitdiff
|
diff to current
2011-10-06
Felix Fietkau
fix refcount bugs when dev->set_state fails
blob
|
commitdiff
|
diff to current
2011-10-06
Felix Fietkau
always recreate devices by default if the config attrib...
blob
|
commitdiff
|
diff to current
2011-10-05
Felix Fietkau
fix a double free / use after free
blob
|
commitdiff
|
diff to current
2011-10-05
Felix Fietkau
prevent deletion devices that are part of the current...
blob
|
commitdiff
|
diff to current
2011-10-05
Felix Fietkau
recreate devices if the type does not match
blob
|
commitdiff
|
diff to current
2011-10-05
Felix Fietkau
delete devices before recreating them
blob
|
commitdiff
|
diff to current
2011-10-05
Felix Fietkau
add debug messages for device config changes
blob
|
commitdiff
|
diff to current
2011-10-05
Felix Fietkau
rename a variable for clarity
blob
|
commitdiff
|
diff to current
2011-10-05
Felix Fietkau
device: duplicate the config earlier to avoid using...
blob
|
commitdiff
|
diff to current
2011-10-05
Felix Fietkau
add a debug message when a device is created
blob
|
commitdiff
|
diff to current
2011-10-05
Felix Fietkau
allow temporary duplicates of devices
blob
|
commitdiff
|
diff to current
2011-10-05
Felix Fietkau
use device_(add|remove)_user when replacing devices
blob
|
commitdiff
|
diff to current
2011-10-05
Felix Fietkau
rename check_device_state to device_check_state
blob
|
commitdiff
|
diff to current
2011-10-04
Felix Fietkau
rework debugging code, add debugging levels
blob
|
commitdiff
|
diff to current
2011-10-03
Felix Fietkau
fix device reload with no previous config
blob
|
commitdiff
|
diff to current
2011-10-02
Felix Fietkau
more changes for config reload handling
blob
|
commitdiff
|
diff to current
2011-10-02
Felix Fietkau
use a common function for creating devices that avoids...
blob
|
commitdiff
|
diff to current
2011-09-24
Felix Fietkau
fix a compile error on non-linux systems
blob
|
commitdiff
|
diff to current
2011-09-22
Steven Barth
fix compilation with GCC 4.6 on Linux
blob
|
commitdiff
|
diff to current
2011-09-11
Felix Fietkau
use DPRINTF instead of fprintf(stderr)
blob
|
commitdiff
|
diff to current
2011-09-05
Felix Fietkau
remove code duplication
blob
|
commitdiff
|
diff to current
2011-09-05
Felix Fietkau
improve interface for cleaning up unused devices
blob
|
commitdiff
|
diff to current
2011-09-04
Felix Fietkau
make device_claim/device_release operate on the device_...
blob
|
commitdiff
|
diff to current
2011-09-04
Felix Fietkau
use list_add_tail instead of list_add
blob
|
commitdiff
|
diff to current
2011-09-04
Felix Fietkau
make bridge configuration more dynamic
blob
|
commitdiff
|
diff to current
2011-07-29
Felix Fietkau
s/broadcast_device_event/device_broadcast_event/
blob
|
commitdiff
|
diff to current
2011-07-29
Felix Fietkau
s/release_device/device_release/
blob
|
commitdiff
|
diff to current
2011-07-29
Felix Fietkau
s/claim_device/device_claim/
blob
|
commitdiff
|
diff to current
2011-07-29
Felix Fietkau
s/init_virtual_device/device_init_virtual/
blob
|
commitdiff
|
diff to current
2011-07-29
Felix Fietkau
s/init_device/device_init/
blob
|
commitdiff
|
diff to current
2011-07-29
Felix Fietkau
s/get_device/device_get/
blob
|
commitdiff
|
diff to current
2011-07-29
Felix Fietkau
s/cleanup_device/device_cleanup/
blob
|
commitdiff
|
diff to current
2011-07-29
Felix Fietkau
s/set_device_present/device_set_present/
blob
|
commitdiff
|
diff to current
2011-07-29
Felix Fietkau
s/add_device_user/device_add_user/
blob
|
commitdiff
|
diff to current
2011-07-29
Felix Fietkau
s/remove_device_user/device_remove_user/g
blob
|
commitdiff
|
diff to current
2011-07-29
Felix Fietkau
s/free_device/device_free/g
blob
|
commitdiff
|
diff to current
2011-07-29
Felix Fietkau
s/cleanup_devices/device_free_all/
blob
|
commitdiff
|
diff to current
2011-07-29
Felix Fietkau
use uci_to_blob for creating devices
blob
|
commitdiff
|
diff to current
2011-04-13
Felix Fietkau
add a __init define for constructors
blob
|
commitdiff
|
diff to current
2011-04-13
Felix Fietkau
make avl_strcmp globally visible
blob
|
commitdiff
|
diff to current
2011-04-05
Felix Fietkau
add code for cleaning up unused devices mentioned in...
blob
|
commitdiff
|
diff to current
2011-04-05
Felix Fietkau
add a helper function for freeing a device
blob
|
commitdiff
|
diff to current
2011-04-03
Felix Fietkau
interface -> device
blob
|
commitdiff
|
diff to current
2011-04-03
Felix Fietkau
initialize device names earlier
blob
|
commitdiff
|
diff to current
2011-03-29
Felix Fietkau
move the device event broadcasts outside of the set_sta...
blob
|
commitdiff
|
diff to current
2011-03-27
Felix Fietkau
add a function for adding a virtual device (not tracked...
blob
|
commitdiff
|
diff to current
2011-03-27
Felix Fietkau
Initial import
blob
|
commitdiff
|
diff to current