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-10
fix invoking shell protocol handler scripts
Felix Fietkau
2011-09-10
proto-shell: parse shell handler metadata
Felix Fietkau
2011-09-10
remove script prefix
Felix Fietkau
2011-09-09
remove obsolete attribute info
Felix Fietkau
2011-09-09
add work in progress code for enumerating shell protocol handlers
Felix Fietkau
2011-09-09
add an option for selecting the main path for netifd addons
Felix Fietkau
2011-09-09
handle static proto setup failure
Felix Fietkau
2011-09-09
add an ubus call for restarting netifd
Felix Fietkau
2011-09-08
rename "active" to "available"
Felix Fietkau
2011-09-08
change the status information provided via ubus
Felix Fietkau
2011-09-07
add code for versioned lists and use it to manage addresses and routes
Felix Fietkau
2011-09-07
move more stuff out of netifd.h
Felix Fietkau
2011-09-07
move some code to utils.[ch]
Felix Fietkau
2011-09-07
add DPRINTF type checking for no-debug builds
Felix Fietkau
2011-09-07
make functionality for applying static settings available
Felix Fietkau
2011-09-07
handle the interface autostart option
Felix Fietkau
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
[next]