From owner-cvs-src@FreeBSD.ORG Fri Apr 27 13:11:51 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 15C6716A406; Fri, 27 Apr 2007 13:11:51 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E536113C487; Fri, 27 Apr 2007 13:11:50 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3RDBoRs065041; Fri, 27 Apr 2007 13:11:50 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3RDBoGW065040; Fri, 27 Apr 2007 13:11:50 GMT (envelope-from gallatin) Message-Id: <200704271311.l3RDBoGW065040@repoman.freebsd.org> From: Andrew Gallatin Date: Fri, 27 Apr 2007 13:11:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mxge if_mxge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2007 13:11:51 -0000 gallatin 2007-04-27 13:11:50 UTC FreeBSD src repository Modified files: sys/dev/mxge if_mxge.c Log: -Fix an mbuf leak caused by a cut&paste bug where the small ring's mbufs were never freed, but the big ring was freed twice. -Don't supply rx hw csums for frames which are padded beyond the length specified in the ip header. If the padding is non-zero, the hw csum will be incorrect for such frames. Sponsored by: Myricom Revision Changes Path 1.27 +35 -19 src/sys/dev/mxge/if_mxge.c