Date: Fri, 27 Apr 2007 13:11:50 +0000 (UTC) From: Andrew Gallatin <gallatin@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mxge if_mxge.c Message-ID: <200704271311.l3RDBoGW065040@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704271311.l3RDBoGW065040>