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 (
Collapse
)
Author
2012-06-04
interface: clean up after hotplug interfaces are removed
Felix Fietkau
2012-06-04
device: show a bit more info if the device is not present
Felix Fietkau
2012-05-31
add an ubus method for dumping available protocol handlers
Felix Fietkau
2012-05-31
ubus: show proto handler in interface status
Felix Fietkau
2012-05-29
netifd: reconnect to ubus if the connection is lost
Felix Fietkau
2012-05-26
vlist is now part of libubox
Felix Fietkau
2012-05-26
avl_strcmp is now part of libubox
Felix Fietkau
2012-05-25
fix endian handling of the ipv4 broadcast address
Felix Fietkau
2012-05-24
bridge: keep existing mac address if specified in the config
Felix Fietkau
2012-05-23
preserve subnet routes on interface update by not putting them in the route ↵
Felix Fietkau
vlist
2012-05-23
add interface alias support
Felix Fietkau
2012-05-23
reset iface->config_state when handling it
Felix Fietkau
2012-05-23
bridge: set the mac address based on the first active member
Felix Fietkau
2012-05-20
export dns server and search list in the ubus interface status
Felix Fietkau
2012-05-20
flush list in vlist_replace()
Felix Fietkau
2012-05-20
fix argument order on replacing dns lists
Felix Fietkau
2012-05-20
do not replace proto_ip dns servers on config reload
Felix Fietkau
2012-05-20
replace the kernel's implicit network routes if the metric is set
Felix Fietkau
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
static entries
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 ↵
Felix Fietkau
for ipv4
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 ↵
Felix Fietkau
address, returns the interface that the route goes through
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 ↵
Felix Fietkau
update_link notifications
2012-04-29
include route/address flags in vlist comparison
Felix Fietkau
[next]