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-31
Add time.h include
Jens Muecke
2011-10-27
proto-shell: handle the "available" config flag
Felix Fietkau
2011-10-27
proto-shell: prefix protocol callback functions with proto_
Felix Fietkau
2011-10-27
fold the _init callback into _init_config
Felix Fietkau
2011-10-27
proto-shell: add a notify command for setting interface availability
Felix Fietkau
2011-10-26
recognize stacked interfaces (e.g. dsa) and handle their dependencies
Felix Fietkau
2011-10-26
ensure that iface->proto_handler gets initialized
Felix Fietkau
2011-10-26
on reload, check for null ifname before comparing it
Felix Fietkau
2011-10-24
initialize dns server/search lists
Felix Fietkau
2011-10-24
fix a logic error leading to segfaults on updates
Felix Fietkau
2011-10-23
fix handling bridge interfaces with no initial device
Felix Fietkau
2011-10-23
fix system_if_check
Felix Fietkau
2011-10-23
parse kobject uevent messages for figuring out when network devices appear, R...
Felix Fietkau
2011-10-23
add a function for creating a raw event socket that does not use genl or rtnl
Felix Fietkau
2011-10-23
remove some more code duplication
Felix Fietkau
2011-10-23
move code for creating an event socket to a function
Felix Fietkau
2011-10-23
move all variables belonging to the netlink event socket to a common data str...
Felix Fietkau
2011-10-23
drop the cleanup path in system_init, since system_init failures are fatal an...
Felix Fietkau
2011-10-21
fix the exit status for the proto-shell task, use WEXITSTATUS
Felix Fietkau
2011-10-21
fix initial bridge member bringup
Felix Fietkau
2011-10-21
fix device claim on interface reload
Felix Fietkau
2011-10-21
fold __interface_set_up into interface_set_up
Felix Fietkau
2011-10-21
fix duplicate bridge addif
Felix Fietkau
2011-10-21
clean up interface state change handling
Felix Fietkau
2011-10-21
proto-shell: allow protocol handlers to add interface error messages and bloc...
Felix Fietkau
2011-10-21
proto-shell: pass the return code of the proto task to the teardown handler
Felix Fietkau
2011-10-21
in log read, check for EINTR instead of EAGAIN to avoid infinite loops
Felix Fietkau
2011-10-20
try to grab log data more aggressively
Felix Fietkau
2011-10-20
fix segfaults in log line processing
Felix Fietkau
2011-10-20
reduce stack usage
Felix Fietkau
2011-10-20
proto-shell: fix parsing of long proto handler descriptions, simplify code
Felix Fietkau
2011-10-20
do not clear device state for devices created by proto-up with address-extern...
Felix Fietkau
2011-10-20
fix path and invocation for hotplug calls
Felix Fietkau
2011-10-19
add support for configuring static routes
Felix Fietkau
2011-10-19
minor cleanup
Felix Fietkau
2011-10-19
add -Wmissing-declarations to cflags
Felix Fietkau
2011-10-19
make a few more functions static
Felix Fietkau
2011-10-19
fix interface_add_dns_search_list
Felix Fietkau
2011-10-19
rename config_init_interfaces to config_init_all
Felix Fietkau
2011-10-19
remove the argument to config_init_interfaces
Felix Fietkau
2011-10-19
rework route handling, move parser code to interface-ip.c, add extra options ...
Felix Fietkau
2011-10-19
add support for keeping multiple ip addr/route/dns lists
Felix Fietkau
2011-10-19
fix device_lock
Felix Fietkau
2011-10-19
include the DEVICE variable in hotplug events
Felix Fietkau
2011-10-19
rework device hotplug handling some more, add device_lock/device_unlock to pr...
Felix Fietkau
2011-10-19
rework and fix hotplug interface handling
Felix Fietkau
2011-10-19
apply device settings to simple devices with config specified from the interf...
Felix Fietkau
2011-10-19
apply low level device settings
Felix Fietkau
2011-10-19
set the igmp snooping option for bridges
Felix Fietkau
2011-10-19
disable ipv6 for bridge member interfaces
Felix Fietkau
[prev]
[next]