summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-06-29ubus.c: expose metric and mtu values if applicableJo-Philipp Wich
2012-06-29interface-ip.{c,h}: add new flag DEVROUTE_MTU and set it for per-route mtu ↵Jo-Philipp Wich
overrides
2012-06-29ubus.c: expose route enabled stateJo-Philipp Wich
2012-06-27bridge: fix getting the mac address from the first member deviceFelix Fietkau
2012-06-21add a #ifdef around the 6rd code to make it compile with older kernels that ↵Felix Fietkau
do not have 6rd support
2012-06-19proto-shell.c: mark device present after reclaiming it, fixes ubus ↵Jo-Philipp Wich
network.device status call after the protocol has been reconnected
2012-06-18add a route6 example to the dummy network configFelix Fietkau
2012-06-18add support for using <addr>/<mask> in route/route6 config sectionsFelix Fietkau
2012-06-18netifd-proto.sh: execute proto_add_host_dependency() actions in subshell to ↵Jo-Philipp Wich
retain callers environment
2012-06-18add support for defaultroute "host" dependenciesFelix Fietkau
2012-06-18fix return code in interface_ip_add_target_routeFelix Fietkau
2012-06-18fix a memleak in host route dependency handlingFelix Fietkau
2012-06-18Add 6rd options to tunnel spec.Stéphan Kochen
This patch adds support for setting the 6rd tunnel options. These are the same options normally specified with `ip tunnel 6rd ...`. Signed-off-by: Stéphan Kochen <stephan@kochen.nl>
2012-06-18Move IP address parsing functions to utils.Stéphan Kochen
This is a patch series against the netifd repository. This first patch moves some previously static functions to utils, so that the follow up patch may use them from system-linux.c. Signed-off-by: Stéphan Kochen <stephan@kochen.nl>
2012-06-14ignore mac80211 devices specified in /etc/config/networkFelix Fietkau
2012-06-07device: add support for deferring bringup of devicesFelix Fietkau
2012-06-07device: make device_set_disabled inline, add device_set_deferredFelix Fietkau
2012-06-04interface: clean up after hotplug interfaces are removedFelix Fietkau
2012-06-04device: show a bit more info if the device is not presentFelix Fietkau
2012-05-31add an ubus method for dumping available protocol handlersFelix Fietkau
2012-05-31ubus: show proto handler in interface statusFelix Fietkau
2012-05-29netifd: reconnect to ubus if the connection is lostFelix Fietkau
2012-05-26vlist is now part of libuboxFelix Fietkau
2012-05-26avl_strcmp is now part of libuboxFelix Fietkau
2012-05-25fix endian handling of the ipv4 broadcast addressFelix Fietkau
2012-05-24bridge: keep existing mac address if specified in the configFelix Fietkau
2012-05-23preserve subnet routes on interface update by not putting them in the route ↵Felix Fietkau
vlist
2012-05-23add interface alias supportFelix Fietkau
2012-05-23reset iface->config_state when handling itFelix Fietkau
2012-05-23bridge: set the mac address based on the first active memberFelix Fietkau
2012-05-20export dns server and search list in the ubus interface statusFelix Fietkau
2012-05-20flush list in vlist_replace()Felix Fietkau
2012-05-20fix argument order on replacing dns listsFelix Fietkau
2012-05-20do not replace proto_ip dns servers on config reloadFelix Fietkau
2012-05-20replace the kernel's implicit network routes if the metric is setFelix Fietkau
2012-05-20pass interface route metric to routes when adding themFelix Fietkau
2012-05-20read interface route metric from configFelix Fietkau
2012-05-19move dns server/search list parsing to interface core to support peerdns=0 + ↵Felix Fietkau
static entries
2012-05-19implement a generic peerdns option to suppress proto handler dns entriesFelix Fietkau
2012-05-19ubus: split ipv4 and ipv6 address in interface statusFelix Fietkau
2012-05-18fix segfault on interface free because of uninitialized event listFelix Fietkau
2012-05-14add a command for allowing the setup task to schedule a restartFelix Fietkau
2012-05-14proto-shell: clear dependencies on freeFelix Fietkau
2012-05-14system-linux: set the point to point address if presentFelix Fietkau
2012-05-14parse point to point ip addressesFelix Fietkau
2012-05-14proto-shell: refactor code to allow specifying per-address broadcast option ↵Felix Fietkau
for ipv4
2012-05-13drop broadcast/netmask parsing from proto_apply_ip_settingsFelix Fietkau
2012-05-13split applying static proto setting from handler settingsFelix Fietkau
2012-05-13fix a file descriptor leakFelix Fietkau
2012-05-05use the dummy pptp proto handler script for testingFelix Fietkau