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-06-29
ubus.c: expose metric and mtu values if applicable
Jo-Philipp Wich
2012-06-29
interface-ip.{c,h}: add new flag DEVROUTE_MTU and set it for per-route mtu ov...
Jo-Philipp Wich
2012-06-29
ubus.c: expose route enabled state
Jo-Philipp Wich
2012-06-27
bridge: fix getting the mac address from the first member device
Felix Fietkau
2012-06-21
add a #ifdef around the 6rd code to make it compile with older kernels that d...
Felix Fietkau
2012-06-19
proto-shell.c: mark device present after reclaiming it, fixes ubus network.de...
Jo-Philipp Wich
2012-06-18
add a route6 example to the dummy network config
Felix Fietkau
2012-06-18
add support for using <addr>/<mask> in route/route6 config sections
Felix Fietkau
2012-06-18
netifd-proto.sh: execute proto_add_host_dependency() actions in subshell to r...
Jo-Philipp Wich
2012-06-18
add support for defaultroute "host" dependencies
Felix Fietkau
2012-06-18
fix return code in interface_ip_add_target_route
Felix Fietkau
2012-06-18
fix a memleak in host route dependency handling
Felix Fietkau
2012-06-18
Add 6rd options to tunnel spec.
Stéphan Kochen
2012-06-18
Move IP address parsing functions to utils.
Stéphan Kochen
2012-06-14
ignore mac80211 devices specified in /etc/config/network
Felix Fietkau
2012-06-07
device: add support for deferring bringup of devices
Felix Fietkau
2012-06-07
device: make device_set_disabled inline, add device_set_deferred
Felix Fietkau
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 v...
Felix Fietkau
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
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
[next]