index
:
netifd
master
mlo
openwrt-18.06
openwrt-19.07
openwrt-21.02
openwrt-23.05
openwrt-25.12
staging/stintel/ifnamsiz
staging/ynezz/fixes-bridge-inspect
OpenWrt Network interface configuration daemon
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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-14
parse tunnel devices from config
Felix Fietkau
2012-03-14
system-linux: add functions for adding/removing ip tunnels (currently only sit supported)
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 the kernel)
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 adds fast updates for adding/removing bridge members
Felix Fietkau
2012-03-05
system-linux: ignore errors in system_bridge_addif if the interface is already in the specified bridge
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-03
device: differentiate between DEV_CONFIG_APPLIED (no device up/down), and DEV_CONFIG_RESTART (device restart)
Felix Fietkau
2012-03-03
add BUILD_BUG_ON from the kernel
Felix Fietkau
2012-03-03
vlist: add a special node version -1 for nodes that should not be flushed on updates
Felix Fietkau
2012-03-03
bridge: use vlist instead of list
Felix Fietkau
2012-03-03
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-27
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_settings()
Felix Fietkau
2012-02-26
move static address setup to proto.c in preparation for unifying it with the proto-shell code doing similar things
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-02
update the interface list version on config reload, fixes removing old interfaces
Felix Fietkau
2012-02-02
vlist: fix node version update for tree->keep_old/no_delete
Felix Fietkau
2012-01-24
remove an unnecessary check
Felix Fietkau
2012-01-24
make sure iface->proto_handler is always initialized
Felix Fietkau
2012-01-23
add a generic option for disabling the automatic default route on interfaces
Felix Fietkau
2012-01-23
always call device_set_disabled, even if the "enabled" attribute is not present
Felix Fietkau
2012-01-22
proto-shell: merge setup/teardown task into one
Felix Fietkau
[next]