Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netifd: Fix IPv6-prefix assignment with continuous hints | Steven Barth | 2013-07-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 37371 | ||||
* | netifd: update to latest version, add bridge_empty option | Luka Perkov | 2013-07-14 | 1 | -2/+2 |
| | | | | | | | | with this option enabled it's possible to create empty bridges Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37318 | ||||
* | netifd: fix typo in dhcp script | Steven Barth | 2013-06-28 | 2 | -2/+2 |
| | | | | SVN-Revision: 37051 | ||||
* | netifd: update to latest version, fixes a NULL pointer deref bug | Felix Fietkau | 2013-06-18 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36965 | ||||
* | netifd: IPv6: Fix sorting order in last commit. | Steven Barth | 2013-06-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 36952 | ||||
* | netifd: Satisfy IPv6 assignments ordered by prefix length | Steven Barth | 2013-06-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 36950 | ||||
* | netifd: update to latest version, uses the new uci/blob code from libuci | Felix Fietkau | 2013-06-10 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36909 | ||||
* | netifd: improve reloading behaviour | Steven Barth | 2013-06-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 36903 | ||||
* | netifd: Improve IPv6 source-routing policies | Steven Barth | 2013-06-08 | 1 | -2/+2 |
| | | | | SVN-Revision: 36884 | ||||
* | netifd: bring wifi down before shutting down | Jonas Gorski | 2013-06-08 | 1 | -0/+1 |
| | | | | | | | | works around wifiX references not being freed on network restart. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36883 | ||||
* | netifd: updated IPv6 prefix delegation * Added support for prefix classes * ↵ | Steven Barth | 2013-05-30 | 1 | -2/+2 |
| | | | | | | Various bugfixes SVN-Revision: 36771 | ||||
* | netifd: fix IPv6-addresses disappearing due to lifetime-overflows | Steven Barth | 2013-05-28 | 1 | -2/+2 |
| | | | | SVN-Revision: 36748 | ||||
* | netifd: Unify interface-based routing for IPv4 and IPv6 * Add interface ↵ | Steven Barth | 2013-05-17 | 1 | -2/+2 |
| | | | | | | | | option to set routing table for protocol routes * Enabled for IPv6 for source-based filtering, disabled for IPv4 Based on a patch by Kristian Evensen. Thank You. SVN-Revision: 36653 | ||||
* | netifd: Various IPv6 improvements * Add support for IP-in-IPv6 tunnels ↵ | Steven Barth | 2013-05-13 | 1 | -2/+2 |
| | | | | | | (DS-Lite) * Use source-based routing for IPv6 to allow multi-wan * Various smaller tunnel setup improvements SVN-Revision: 36627 | ||||
* | netifd: added support for setting up 6rd from DHCP | Steven Barth | 2013-05-13 | 2 | -2/+28 |
| | | | | SVN-Revision: 36626 | ||||
* | netifd: update to git head - disables multicast snooping by default on bridges | Jo-Philipp Wich | 2013-04-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 36463 | ||||
* | netifd: update to the latest version, fixes interface reload issues when ↵ | Felix Fietkau | 2013-04-25 | 1 | -2/+2 |
| | | | | | | removing the ifname option SVN-Revision: 36424 | ||||
* | netifd: Improve IPv6-ULA assignment handling | Steven Barth | 2013-04-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 36383 | ||||
* | netifd: update to latest version, fixes some device handling crashes | Felix Fietkau | 2013-04-15 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36336 | ||||
* | netifd: fix route / route6 regression (#13303) | Jo-Philipp Wich | 2013-04-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 36281 | ||||
* | Remove deprecated ip6slaac option * use proto=dhcpv6 with reqprefix=no instead | Steven Barth | 2013-04-09 | 1 | -19/+0 |
| | | | | SVN-Revision: 36280 | ||||
* | netifd: Bump to latest version * Fix a memory corruption when updating IPv6 ↵ | Steven Barth | 2013-04-05 | 1 | -2/+2 |
| | | | | | | prefixes * Fix route sorting order (nbd) * Add support for ip rules (jow) * Implement support for route / route6 table attribute (jow) SVN-Revision: 36196 | ||||
* | netifd: Rewrite IPv6 prefix assignment * Add ip6hint option to specify ↵ | Steven Barth | 2013-04-03 | 1 | -2/+2 |
| | | | | | | assigned subprefixes * Add preliminary support for RFC 6603 prefix exclusion SVN-Revision: 36193 | ||||
* | netifd: Fix adding IPv6 DNS-servers to resolv.conf | Steven Barth | 2013-03-20 | 1 | -2/+2 |
| | | | | | | In some cases IPv6 DNS-servers were not added correctly. SVN-Revision: 36095 | ||||
* | netifd: only update resolv.conf.auto if changed This avoids logspam under ↵ | Steven Barth | 2013-02-22 | 1 | -2/+2 |
| | | | | | | certain conditions. SVN-Revision: 35743 | ||||
* | netifd: Improved IPv6 featureset * Fix reloading of ula-prefixes * Added ↵ | Steven Barth | 2013-02-01 | 1 | -2/+2 |
| | | | | | | support for temporary addresses and routes * Added support for offlink addresses * Improved status-output for assigned prefixes SVN-Revision: 35420 | ||||
* | netifd: update to latest version | Felix Fietkau | 2013-01-29 | 3 | -6/+6 |
| | | | | | | | fixes DNS servers on reload (#12910) fixes ubus object race on reload or down/up (#12612) SVN-Revision: 35383 | ||||
* | netifd: implement IPv6 prefix deprecation according to RFC 6204 | Steven Barth | 2013-01-29 | 1 | -2/+2 |
| | | | | SVN-Revision: 35377 | ||||
* | netifd: remove IPv6 forwarding-sysctl workaround | Steven Barth | 2013-01-29 | 2 | -2/+1 |
| | | | | SVN-Revision: 35369 | ||||
* | netifd: update to latest version, fixes setting addresses/routes on alias ↵ | Felix Fietkau | 2013-01-28 | 1 | -2/+2 |
| | | | | | | interfaces SVN-Revision: 35362 | ||||
* | netifd: IPv6 sysctl, restart IPv6 in static mode to send RS | Steven Barth | 2013-01-28 | 2 | -1/+5 |
| | | | | SVN-Revision: 35347 | ||||
* | netifd: add SLAAC ipv6 value for static-proto | Steven Barth | 2013-01-28 | 2 | -1/+17 |
| | | | | SVN-Revision: 35346 | ||||
* | netifd: update to latest version, adds another fix for interface aliases | Felix Fietkau | 2013-01-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 35297 | ||||
* | netifd: Fix a segfault when globals.ula_prefix is empty | Steven Barth | 2013-01-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 35296 | ||||
* | netifd: Fix segfaults in IPv6 prefix handling | Steven Barth | 2013-01-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 35259 | ||||
* | netifd: update to latest version, fixes alias support | Felix Fietkau | 2013-01-20 | 1 | -2/+2 |
| | | | | SVN-Revision: 35251 | ||||
* | netifd: add a band-aid fix for the wifi setup vs. netifd init race by ↵ | Jo-Philipp Wich | 2013-01-19 | 1 | -1/+1 |
| | | | | | | increasing the wait time to five seconds SVN-Revision: 35240 | ||||
* | netifd: @aliases use layer 3 devices instead of main devices Fixes dhcpv6 ↵ | Steven Barth | 2013-01-17 | 1 | -2/+2 |
| | | | | | | protocol alias SVN-Revision: 35187 | ||||
* | netifd: Introduce native IPv6 prefix-handling | Steven Barth | 2013-01-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 35167 | ||||
* | netifd: update to git head, adds 64bit counters | Jo-Philipp Wich | 2013-01-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 35140 | ||||
* | netifd: update to latest version, fixes interface error reporting for shell ↵ | Felix Fietkau | 2012-12-17 | 1 | -2/+2 |
| | | | | | | proto handlers SVN-Revision: 34741 | ||||
* | netifd: update to latest version, no longer needs the removed jshn_append() ↵ | Felix Fietkau | 2012-12-17 | 1 | -2/+2 |
| | | | | | | shell function SVN-Revision: 34734 | ||||
* | netifd: call /etc/udhcp.user from the netifd dhcp.script | Felix Fietkau | 2012-12-15 | 1 | -0/+3 |
| | | | | | | | | | This was done previously when dhcp was handled by the network scripts. So netifd should behave the same. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 34704 | ||||
* | netifd: update to latest version, fixes purging old resolv.conf entries ↵ | Felix Fietkau | 2012-12-13 | 1 | -2/+2 |
| | | | | | | after ifdown SVN-Revision: 34664 | ||||
* | netifd: update to latest version, fixes resolv.conf writes on interface ↵ | Felix Fietkau | 2012-12-05 | 1 | -2/+2 |
| | | | | | | setting changes SVN-Revision: 34500 | ||||
* | netifd: empty hotplug handler removed | Steven Barth | 2012-12-03 | 1 | -10/+0 |
| | | | | SVN-Revision: 34465 | ||||
* | Remove old IPv6 sysctl-config (deprecated) | Steven Barth | 2012-11-29 | 1 | -26/+0 |
| | | | | SVN-Revision: 34418 | ||||
* | netfid: fix build on musl | Florian Fainelli | 2012-11-23 | 1 | -0/+11 |
| | | | | | | | | AF_INET* is provided by sys/socket.h Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34310 | ||||
* | netifd: don't send a default client identifier in DHCP requests if no ↵ | Jo-Philipp Wich | 2012-11-05 | 1 | -2/+2 |
| | | | | | | clientid uci option is given (#12426) SVN-Revision: 34089 | ||||
* | netifd: update to latest version, fixes adding an alias during config reload ↵ | Felix Fietkau | 2012-10-30 | 1 | -2/+2 |
| | | | | | | | | for an interface that is already up Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34006 |