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-04-29
fix config routes enable/disable handling on down/up
Felix Fietkau
2012-04-29
keep config routes disabled at interface statup
Felix Fietkau
2012-04-17
fix flushing routes/addresses on connection loss
Felix Fietkau
2012-04-15
system-linux: fix system_rtnl_call() return code
Felix Fietkau
2012-04-14
release devices only after flushing ip state
Felix Fietkau
2012-04-12
ubus: split address from mask in interface status
Felix Fietkau
2012-04-12
flush interface ip state after the interface has been brought down, fixes ppp defaultroute issues
Felix Fietkau
2012-04-12
add a default route in the dummy ppp.sh implementation to debug default route handling issues
Felix Fietkau
2012-04-12
proto-shell: set sm to S_IDLE once the interface is up
Felix Fietkau
2012-03-29
fix use-after-free when an interface event is pending while the interface is being freed
Felix Fietkau
2012-03-28
netifd: fix hotplug-adding of non-bridge interfaces by setting the l3 device early
Felix Fietkau
2012-03-23
allow proto handlers to attach data items in notify
Felix Fietkau
2012-03-23
add support for attaching arbitrary state data to interfaces
Felix Fietkau
2012-03-23
move l3 device tracking to interface core to enforce proper order of address/route removal on device or interface state changes
Felix Fietkau
2012-03-23
dump interface routes via ubus
Felix Fietkau
2012-03-23
add network addresses to interface status
Felix Fietkau
2012-03-19
add support for updating route metrics
Felix Fietkau
2012-03-19
add a flag to keep track of route metric overrides
Felix Fietkau
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-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
[next]