index
:
delta/openwrt/netifd.git
baserock/fix-build
master
openwrt-18.06
openwrt-19.07
openwrt-21.02
staging/stintel/ifnamsiz
staging/ynezz/fixes-bridge-inspect
git.openwrt.org: project/netifd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
device.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
implement a new ubus object "network.device", add a method for dumping ↵
Felix Fietkau
2011-10-11
1
-0
/
+33
|
|
|
|
detailed device information
*
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 ↵
Felix Fietkau
2011-10-06
1
-2
/
+6
|
|
|
|
default one
*
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
|
*
use DPRINTF instead of fprintf(stderr)
Felix Fietkau
2011-09-11
1
-2
/
+2
|
*
remove code duplication
Felix Fietkau
2011-09-05
1
-15
/
+10
|
*
improve interface for cleaning up unused devices
Felix Fietkau
2011-09-05
1
-7
/
+15
|
*
make device_claim/device_release operate on the device_user instead of the ↵
Felix Fietkau
2011-09-04
1
-2
/
+16
|
|
|
|
device to avoid refcount bugs
*
use list_add_tail instead of list_add
Felix Fietkau
2011-09-04
1
-1
/
+1
|
*
make bridge configuration more dynamic
Felix Fietkau
2011-09-04
1
-53
/
+43
|
*
s/broadcast_device_event/device_broadcast_event/
Felix Fietkau
2011-07-29
1
-6
/
+6
|
*
s/release_device/device_release/
Felix Fietkau
2011-07-29
1
-1
/
+1
|
*
s/claim_device/device_claim/
Felix Fietkau
2011-07-29
1
-1
/
+1
|
*
s/init_virtual_device/device_init_virtual/
Felix Fietkau
2011-07-29
1
-2
/
+2
|
*
s/init_device/device_init/
Felix Fietkau
2011-07-29
1
-2
/
+2
|
*
s/get_device/device_get/
Felix Fietkau
2011-07-29
1
-2
/
+2
|
*
s/cleanup_device/device_cleanup/
Felix Fietkau
2011-07-29
1
-2
/
+2
|
*
s/set_device_present/device_set_present/
Felix Fietkau
2011-07-29
1
-1
/
+1
|
*
s/add_device_user/device_add_user/
Felix Fietkau
2011-07-29
1
-1
/
+1
|
*
s/remove_device_user/device_remove_user/g
Felix Fietkau
2011-07-29
1
-1
/
+1
|
*
s/free_device/device_free/g
Felix Fietkau
2011-07-29
1
-2
/
+2
|
*
s/cleanup_devices/device_free_all/
Felix Fietkau
2011-07-29
1
-1
/
+1
|
*
use uci_to_blob for creating devices
Felix Fietkau
2011-07-29
1
-0
/
+83
|
*
add a __init define for constructors
Felix Fietkau
2011-04-13
1
-3
/
+1
|
*
make avl_strcmp globally visible
Felix Fietkau
2011-04-13
1
-5
/
+0
|
*
add code for cleaning up unused devices mentioned in the config
Felix Fietkau
2011-04-05
1
-0
/
+13
|
*
add a helper function for freeing a device
Felix Fietkau
2011-04-05
1
-3
/
+3
|
*
interface -> device
Felix Fietkau
2011-04-03
1
-3
/
+3
|
*
initialize device names earlier
Felix Fietkau
2011-04-03
1
-3
/
+3
|
[next]