From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 254ED21F2B1; Sat, 5 Apr 2014 12:06:49 -0700 (PDT) Received: by mail-wg0-f47.google.com with SMTP id x12so4874243wgg.18 for ; Sat, 05 Apr 2014 12:06:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=p87Rwq8ao+phjPrPt6/C1SNWY+ciNkVPbcv4OmMmhPg=; b=VkxxiSS6pi/MRk+7REZnDYraVHrUoQmqfajhz8fpbUSrsqBTwcvyZ5Tae/Al/eyIzC FNHfI99t0VkHoKJFC347ihkc4jl6BjJDJFn3j+wNsDKtG1brBB1SinY7skfcBl+EasM0 wFuxEFw1kEF8T5rkQ+IpPAQYOw2flXHalTPijN1oE3IiXP7T9FilgeZS2LSpS257ZpZ1 bEXZVOdkcx7Kv3L70zre3uYXARXuEpx1kVKOYQhjCI+MFal2cft+F37pXecWKqJQjBjK QmrzIgJT7+o+zyvM+vfEm83tv+N916AjmGMMnGH62/8e3LiH9GjGDwK9R6GRzq5wxFX0 +cNA== MIME-Version: 1.0 X-Received: by 10.194.24.74 with SMTP id s10mr29530050wjf.43.1396724807894; Sat, 05 Apr 2014 12:06:47 -0700 (PDT) Received: by 10.216.8.1 with HTTP; Sat, 5 Apr 2014 12:06:47 -0700 (PDT) Date: Sat, 5 Apr 2014 12:06:47 -0700 Message-ID: From: Dave Taht To: Neil Shepperd Content-Type: text/plain; charset=ISO-8859-1 Cc: cerowrt@lists.bufferbloat.net, "cerowrt-devel@lists.bufferbloat.net" Subject: [Cerowrt-devel] [Bug #442] from hell X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 19:06:50 -0000 In trying to sort this stuff out (been looking at a ton of commits between 3.10.34 and 3.14) I have a few candidates in various parts of the stack to try to backport. 3.10.34-3.10.36 does not seem to have any relevant patches, but I just updated to 3.10.36 anyway. In openwrt head, there has been a problem in dhcpv6 renews, which you can see on the dhcpv6 web page after a day or so. That looks to be fixed now. So I just merged from openwrt head. I try to be happy that most of our problems are now taking days to crop up. I will probably produce a topic branch at this point which will have heavy levels of debugging enabled. I'd like to be able to trace packets from origin to (non) exit, somehow...