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
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
2011-04-15
make creating a static proto state more flexible, add support for parsing gat...
Felix Fietkau
2011-04-14
add code to set ip addresses when an interface with the static proto is broug...
Felix Fietkau
2011-04-14
cleanup entry counting loop
Felix Fietkau
2011-04-14
add some code for parsing static ipaddr/ip6addr/netmask
Felix Fietkau
2011-04-13
add a dummy protocol handler for "static"
Felix Fietkau
2011-04-13
export a function to look up a protocol handler
Felix Fietkau
2011-04-13
add a section pointer to the proto attach callback
Felix Fietkau
2011-04-13
add a __init define for constructors
Felix Fietkau
2011-04-13
add functions for setting v4 addresses
Felix Fietkau
2011-04-13
add some infrastructure code for proto handlers
Felix Fietkau
[next]