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
2012-03-19
fix vlist_simple_add version handling
Felix Fietkau
2012-03-19
properly flush routes and l3 devices when tearing down interfaces
Felix Fietkau
2012-03-19
move device cleanup to common code, fixes use-after-free in tunnel code
Felix Fietkau
2012-03-19
fix a memory leak
Felix Fietkau
2012-03-19
simplify log buffer handling
Felix Fietkau
2012-03-19
fix log buffer splitting
Felix Fietkau
2012-03-19
proto-shell: fix potential use-after-free
Felix Fietkau
2012-03-19
fix log buffer overflow handling
Felix Fietkau
2012-03-15
remove some leftover debug code
Felix Fietkau
2012-03-15
fix ipv6 routes
Felix Fietkau
2012-03-15
always create device routes
Felix Fietkau
2012-03-15
shell: add tunnel support
Felix Fietkau
2012-03-15
shell: support routes without gateway
Felix Fietkau
2012-03-15
add shell functions for adding tunnel data in proto notify
Felix Fietkau
2012-03-15
parse tunnel devices from config
Felix Fietkau
2012-03-15
system-linux: add functions for adding/removing ip tunnels (currently only si...
Felix Fietkau
2012-03-09
make route metrics default to 0
Felix Fietkau
2012-03-09
system-dummy: add route metric information
Felix Fietkau
2012-03-05
bridge: turn stp off by default
Felix Fietkau
2012-03-05
bridge: increase the default forward delay to 2 seconds (minimum enforced by ...
Felix Fietkau
2012-03-05
bridge: fix removal of present bridge members
Felix Fietkau
2012-03-05
bridge: implement config reload support, preserves hotplug interfaces and add...
Felix Fietkau
2012-03-05
system-linux: ignore errors in system_bridge_addif if the interface is alread...
Felix Fietkau
2012-03-05
bridge: add a debug message when a device could not be added
Felix Fietkau
2012-03-04
bridge: fix hotplug device removal
Felix Fietkau
2012-03-04
bridge: fix member list handling
Felix Fietkau
2012-03-04
remove redundant variable assignment
Felix Fietkau
2012-03-04
device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and DEV...
Felix Fietkau
2012-03-04
add BUILD_BUG_ON from the kernel
Felix Fietkau
2012-03-04
vlist: add a special node version -1 for nodes that should not be flushed on ...
Felix Fietkau
2012-03-04
bridge: use vlist instead of list
Felix Fietkau
2012-03-04
simplify vlist, move avl key handling to vlist_add()
Felix Fietkau
2012-03-03
do not bring down hotplug devices
Felix Fietkau
2012-03-03
preserve interface main hotplug device on reload
Felix Fietkau
2012-03-03
ubus: use interface_{add,remove}_link for hotplug ops
Felix Fietkau
2012-02-28
fix mac address parsing
Felix Fietkau
2012-02-28
fix mac address handling
Felix Fietkau
2012-02-26
minor cleanup
Felix Fietkau
2012-02-26
parse and use the broadcast option
Felix Fietkau
2012-02-26
move broadcast address handling to the core
Felix Fietkau
2012-02-26
make proto_parse_ip_addr_string() static
Felix Fietkau
2012-02-26
proto: move the dns search option handling to the core
Felix Fietkau
2012-02-26
proto-shell: process some common notify options using proto_apply_ip_settings()
Felix Fietkau
2012-02-26
proto: add an option for specifying external addresses using proto_apply_ip_s...
Felix Fietkau
2012-02-26
move static address setup to proto.c in preparation for unifying it with the ...
Felix Fietkau
2012-02-26
system-linux: fix the default broadcast address for v4
Felix Fietkau
2012-02-26
remove device_{route,addr}->device
Felix Fietkau
2012-02-15
set route metrics using netlink
Felix Fietkau
2012-02-15
initialize route->metric to -1
Felix Fietkau
2012-02-03
update the interface list version on config reload, fixes removing old interf...
Felix Fietkau
[prev]
[next]