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-14
add a device pointer to struct device_route
Felix Fietkau
2011-09-12
remove proto-shell handlers list
Felix Fietkau
2011-09-12
proto-shell: parse ipv4/ipv6 address lists
Felix Fietkau
2011-09-12
system-dummy: print ipv6 addresses on address add/remove
Felix Fietkau
2011-09-12
fix parsing of ipaddr + netmask
Felix Fietkau
2011-09-12
add support for externally managed ip addresses and routes
Felix Fietkau
2011-09-12
move ip address parsing code to proto.c
Felix Fietkau
2011-09-12
make proto_apply_static_settings static, make helper functions take a struct ...
Felix Fietkau
2011-09-11
proto-shell: only set the l3 dev if it is not already set
Felix Fietkau
2011-09-11
use DPRINTF instead of fprintf(stderr)
Felix Fietkau
2011-09-11
only use -g3 with -DDEBUG
Felix Fietkau
2011-09-11
use false instead of 0 for a bool variable
Felix Fietkau
2011-09-11
fix a null pointer deref bug
Felix Fietkau
2011-09-11
add a protocol event for link loss
Felix Fietkau
2011-09-11
proto-shell: add l3 interface claim/release
Felix Fietkau
2011-09-11
add forced shell proto setup kill (timeout: 1 second)
Felix Fietkau
2011-09-11
add support for interrupting shell protocol setup
Felix Fietkau
2011-09-11
proto-shell: pass the interface name to plugins
Felix Fietkau
2011-09-11
add an interface for notifying protocol handlers of state changes via ubus
Felix Fietkau
2011-09-11
reorder code
Felix Fietkau
2011-09-11
pass ifname to the shell proto handler
Felix Fietkau
2011-09-11
proto-shell: add a config option for setting PROTO_FLAG_NODEV
Felix Fietkau
2011-09-11
do not attempt to get an interface if PROTO_FLAG_NODEV is set
Felix Fietkau
2011-09-11
move protocol flags to the handler, add a pointer to the handler in the proto...
Felix Fietkau
2011-09-11
code cleanup
Felix Fietkau
2011-09-11
make it possible to decouple interface availability from having a main device
Felix Fietkau
2011-09-11
bring all interfaces down on restart
Felix Fietkau
2011-09-10
move the DUMP_SUFFIX define to the right place
Felix Fietkau
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
[next]