From owner-svn-src-all@FreeBSD.ORG Tue Oct 23 09:12:17 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF10671 for ; Tue, 23 Oct 2012 09:12:17 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 0D52A8FC18 for ; Tue, 23 Oct 2012 09:12:16 +0000 (UTC) Received: (qmail 84840 invoked from network); 23 Oct 2012 10:50:13 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 23 Oct 2012 10:50:13 -0000 Message-ID: <50865F60.4040409@freebsd.org> Date: Tue, 23 Oct 2012 11:12:00 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Gleb Smirnoff Subject: Re: svn commit: r241923 - in head/sys: netinet netipsec References: <201210230833.q9N8XEas020937@svn.freebsd.org> In-Reply-To: <201210230833.q9N8XEas020937@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 09:12:17 -0000 On 23.10.2012 10:33, Gleb Smirnoff wrote: > Author: glebius > Date: Tue Oct 23 08:33:13 2012 > New Revision: 241923 > URL: http://svn.freebsd.org/changeset/base/241923 > > Log: > Do not reduce ip_len by size of IP header in the ip_input() > before passing a packet to protocol input routines. > For several protocols this mean that now protocol needs to > do subtraction itself, and for another half this means that > we do not need to add header length back to the packet. Yay! More Mammoth shit getting washed away! ;) Please add an entry to UPDATING as the convention of of ip_len subtraction has been there since forever. That makes it easier to discover for third parties writing code. -- Andre