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-13
proto-shell: add dns server support
Felix Fietkau
2011-10-13
add functions for adding dns servers to the proto list, hook them up in proto...
Felix Fietkau
2011-10-12
kill the proto task after teardown is complete, ignore proto task completion ...
Felix Fietkau
2011-10-12
if an interface is brought down by the proto handler and autostart is still a...
Felix Fietkau
2011-10-12
move --std=gnu99 to the main cflags
Felix Fietkau
2011-10-12
define _GNU_SOURCE and include stdio.h in ubus.c to fix a compile error
Felix Fietkau
2011-10-12
add support for launching a long running command from a proto-shell handler t...
Felix Fietkau
2011-10-12
fix network interface object name
Felix Fietkau
2011-10-11
implement a new ubus object "network.device", add a method for dumping detail...
Felix Fietkau
2011-10-11
rename the network.interface ubus object to just network
Felix Fietkau
2011-10-11
add some code for keeping track of dns servers and search domains and for wri...
Felix Fietkau
2011-10-10
add interface uptime to the status info
Felix Fietkau
2011-10-10
proto-shell: add a library function for sending protocol handler updates
Felix Fietkau
2011-10-10
proto-shell: move all proto init code to a separate function
Felix Fietkau
2011-10-10
make it easier to use netifd-proto.sh as a library
Felix Fietkau
2011-10-10
add wrappers to parse setup/teardown data
Felix Fietkau
2011-10-10
move around files
Felix Fietkau
2011-10-09
move the main path to ./dummy to maintain the proper proto script implementat...
Felix Fietkau
2011-10-09
use /lib/netifd as main path when dummy mode is disabled
Felix Fietkau
2011-10-09
remove a bogus return statement
Felix Fietkau
2011-10-09
fix clearing device state, trigger it on device_init()
Felix Fietkau
2011-10-09
add more options for bridges, enable stp by default and set forwarding delay ...
Felix Fietkau
2011-10-09
system-linux: fix creating vlan 0, set the device name type before creating v...
Felix Fietkau
2011-10-09
system-linux: add a function to clear bridge membership of a device and bring...
Felix Fietkau
2011-10-09
system-linux: return 0 in system_init
Felix Fietkau
2011-10-09
add .gitignore
Felix Fietkau
2011-10-09
system-linux: clean up code, fix up error path, get rod if initial RTM_GETLIN...
Felix Fietkau
2011-10-09
drop -O0 for debug builds
Felix Fietkau
2011-10-09
system-linux: remove an unnecessary libnl-tiny hack
Felix Fietkau
2011-10-09
system-linux: set the device present state in system_if_check()
Felix Fietkau
2011-10-09
add an install target
Felix Fietkau
2011-10-09
include netlink/attr.h to fix a compile error with libnl-tiny
Felix Fietkau
2011-10-09
add a variable for overriding the libnl linker command
Felix Fietkau
2011-10-09
proto-shell: add _GNU_SOURCE define to get O_DIRECTORY
Felix Fietkau
2011-10-09
add ubus events for interface up/down
Felix Fietkau
2011-10-09
rename interface-hotplug.c to interface-event.c
Felix Fietkau
2011-10-09
add more debugging messages for hotplug handlers
Felix Fietkau
2011-10-07
config: remove unused variable (fix cc error)
Steven Barth
2011-10-07
system-linux: resolve interface index at device_up
Steven Barth
2011-10-07
add support for calls to a hotplug script on interface state changes
Felix Fietkau
2011-10-07
fix proto events for immediate proto handlers
Felix Fietkau
2011-10-06
delete interfaces from the avl tree on free
Felix Fietkau
2011-10-06
only free unused devices after the final config init
Felix Fietkau
2011-10-06
only show the "Create new device.." message if there is no old device
Felix Fietkau
2011-10-06
device reload, use config_check_equal instead of config_check_diff
Felix Fietkau
2011-10-06
fix parsing settings for devices on reload
Felix Fietkau
2011-10-06
detect interface configuration changes
Felix Fietkau
2011-10-06
improve debugging macro
Felix Fietkau
2011-10-06
delay bringup of interfaces until after the config reload
Felix Fietkau
2011-10-06
fix refcount bugs when dev->set_state fails
Felix Fietkau
[next]