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-09-05
Add inline fls() function for linux
Jo-Philipp Wich
2011-09-05
make config_init_devices static
Felix Fietkau
2011-09-05
delete all routes on interface down
Felix Fietkau
2011-09-05
constify
Felix Fietkau
2011-09-05
add config state tracking
Felix Fietkau
2011-09-05
free routes and addresses
Felix Fietkau
2011-09-05
move ip related functions and data structures to a separate header file
Felix Fietkau
2011-09-05
remove code duplication
Felix Fietkau
2011-09-05
fix the ubus hotplug add/remove interface to properly clean up devices
Felix Fietkau
2011-09-05
improve interface for cleaning up unused devices
Felix Fietkau
2011-09-05
extend the ubus interface to allow adding/removing hotplug interfaces
Felix Fietkau
2011-09-04
remove the uci dependency from protocol handlers
Felix Fietkau
2011-09-04
remove an unnecessary typedef
Felix Fietkau
2011-09-04
fix compiler warnings
Felix Fietkau
2011-09-04
make device_claim/device_release operate on the device_user instead of the de...
Felix Fietkau
2011-09-04
trigger proto attach from config.c
Felix Fietkau
2011-09-04
use list_add_tail instead of list_add
Felix Fietkau
2011-09-04
add another ifname to the test config
Felix Fietkau
2011-09-04
do not reverse bridge member devices order
Felix Fietkau
2011-09-04
make interface:ifname a string instead of an array
Felix Fietkau
2011-09-04
make bridge configuration more dynamic
Felix Fietkau
2011-07-29
add support for multiple config_param_list::next pointers
Felix Fietkau
2011-07-29
s/broadcast_device_event/device_broadcast_event/
Felix Fietkau
2011-07-29
s/config_device_inits/config_init_devices/
Felix Fietkau
2011-07-29
s/alloc_interface/interface_alloc/
Felix Fietkau
2011-07-29
s/free_interface/interface_free/
Felix Fietkau
2011-07-29
s/get_interface/interface_get/
Felix Fietkau
2011-07-29
s/start_pending_interfaces/interface_start_pending/
Felix Fietkau
2011-07-29
s/set_interface_down/interface_set_down/
Felix Fietkau
2011-07-29
s/set_interface_up/interface_set_up/
Felix Fietkau
2011-07-29
reorder function
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
2011-07-29
s/remove_device_user/device_remove_user/g
Felix Fietkau
2011-07-29
s/free_device/device_free/g
Felix Fietkau
2011-07-29
s/cleanup_devices/device_free_all/
Felix Fietkau
2011-07-29
use uci_to_blob for creating devices
Felix Fietkau
2011-07-29
implement uci-to-blobmsg conversion as an abstraction between uci and the res...
Felix Fietkau
2011-05-03
add routes/gateway support
Felix Fietkau
2011-05-02
move interface address handling to the device module, clean up arguments to s...
Felix Fietkau
2011-05-02
clear all remaining addresses on interface down
Felix Fietkau
2011-05-02
move address handling to common code
Felix Fietkau
2011-04-15
remove the DNS option from proto-static, it will be handled by generic code
Felix Fietkau
2011-04-15
fix a compiler warning
Felix Fietkau
[next]