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
Age
Commit message (
Expand
)
Author
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
clear interface errors on interface cleanup
Felix Fietkau
2011-10-05
clear errors on interface reload
Felix Fietkau
2011-10-05
s/clear_interface_errors/interface_clear_errors/
Felix Fietkau
2011-10-05
do not override iface->autostart on config reload
Felix Fietkau
2011-10-05
minor cleanup
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-05
add a debug message showing interface availability changes
Felix Fietkau
2011-10-05
add better debug messages for interface create/remove/update
Felix Fietkau
2011-10-04
rework debugging code, add debugging levels
Felix Fietkau
2011-10-03
do not memcmp padding bytes in config_diff
Felix Fietkau
2011-10-03
add a ubus call for triggering config reloads
Felix Fietkau
2011-10-03
add some more interface reload fixes
Felix Fietkau
2011-10-03
fix device reload with no previous config
Felix Fietkau
2011-10-03
bridge: add missing device cleanup
Felix Fietkau
2011-10-03
proto-shell: remove the device user before issuing the protocol down event
Felix Fietkau
2011-10-03
on interface free, remove the main_dev user if still present
Felix Fietkau
2011-10-03
proto-shell: fix a typo in string length calculation
Felix Fietkau
2011-10-03
fix a heap overrun
Felix Fietkau
2011-10-03
more changes for config reload handling
Felix Fietkau
2011-10-03
utils: fix existing node check when keep_old/no_delete is enabled
Felix Fietkau
2011-10-03
add functions for checking for config differences
Felix Fietkau
2011-10-03
force the uci savedir for the dummy variant
Felix Fietkau
2011-10-03
use a common function for creating devices that avoids creating duplicates
Felix Fietkau
2011-10-02
add an ubus callback for removing an interface
Felix Fietkau
2011-10-02
add some code for properly tearing down, reloading and removing interfaces
Felix Fietkau
2011-10-02
add a new vlist flag for avoiding automatic delete of entries
Felix Fietkau
2011-10-02
manage interfaces via vlist
Felix Fietkau
2011-10-02
add vlist_for_each_element iterator
Felix Fietkau
2011-10-02
vlist: store a pointer to the real key to make lookups easier
Felix Fietkau
2011-10-02
extend vlist code to allow keeping the old data structure instead of the new ...
Felix Fietkau
2011-10-02
make versioned lists more flexible by using an external comparator
Felix Fietkau
2011-10-02
add a variable to allow forcing dummy mode on linux systems
Felix Fietkau
2011-10-02
only override the uci conf dir in dummy mode
Felix Fietkau
2011-09-28
system-linux: use correct netlink attribute for address management
Steven Barth
2011-09-28
interface: don't segfault with an unknown protocol
Steven Barth
2011-09-28
system-linux: Fix a segfault in netlink code
Steven Barth
2011-09-26
system-linux: detect adding and removal of devices
Steven Barth
2011-09-26
system-linux: free netlink messages after sending
Steven Barth
2011-09-24
fix a compile error on non-linux systems
Felix Fietkau
[prev]
[next]