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-05-20
pass interface route metric to routes when adding them
Felix Fietkau
2012-05-20
read interface route metric from config
Felix Fietkau
2012-05-19
move dns server/search list parsing to interface core to support peerdns=0 + ...
Felix Fietkau
2012-05-19
implement a generic peerdns option to suppress proto handler dns entries
Felix Fietkau
2012-05-19
ubus: split ipv4 and ipv6 address in interface status
Felix Fietkau
2012-05-18
fix segfault on interface free because of uninitialized event list
Felix Fietkau
2012-05-14
add a command for allowing the setup task to schedule a restart
Felix Fietkau
2012-05-14
proto-shell: clear dependencies on free
Felix Fietkau
2012-05-14
system-linux: set the point to point address if present
Felix Fietkau
2012-05-14
parse point to point ip addresses
Felix Fietkau
2012-05-14
proto-shell: refactor code to allow specifying per-address broadcast option f...
Felix Fietkau
2012-05-13
drop broadcast/netmask parsing from proto_apply_ip_settings
Felix Fietkau
2012-05-13
split applying static proto setting from handler settings
Felix Fietkau
2012-05-13
fix a file descriptor leak
Felix Fietkau
2012-05-05
use the dummy pptp proto handler script for testing
Felix Fietkau
2012-05-05
add a dummy pptp proto handler script
Felix Fietkau
2012-05-05
netifd-proto.sh: implement proto_add_host_dependency()
Felix Fietkau
2012-05-05
proto-shell: implement host route dependencies
Felix Fietkau
2012-05-05
rename the interface of the dummy pppoe script
Felix Fietkau
2012-05-04
fix buffer overflow in interface data handling
Felix Fietkau
2012-05-04
add copyright headers
Felix Fietkau
2012-05-04
convert interface event queueing to global interface notifier
Felix Fietkau
2012-05-04
add a new event for interface reload
Felix Fietkau
2012-05-04
add a new event for interface free
Felix Fietkau
2012-05-04
add global interface event notifier
Felix Fietkau
2012-05-04
add a ubus interface to dynamically create host routes to a particular ip add...
Felix Fietkau
2012-05-04
move route interface assignment to the vlist update
Felix Fietkau
2012-05-02
move system_flush_routes() call to mark_interface_down()
Felix Fietkau
2012-05-02
remove duplicate interface down events
Felix Fietkau
2012-04-30
store a pointer to the active interface as part of the device route
Felix Fietkau
2012-04-29
proto-shell: add support for appending configuration data over multiple updat...
Felix Fietkau
2012-04-29
include route/address flags in vlist comparison
Felix Fietkau
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-18
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...
Felix Fietkau
2012-04-12
add a default route in the dummy ppp.sh implementation to debug default route...
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 ...
Felix Fietkau
2012-03-28
netifd: fix hotplug-adding of non-bridge interfaces by setting the l3 device ...
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/...
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
[next]