From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 17:02:57 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58DBD1065674 for ; Thu, 28 Oct 2010 17:02:57 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A0948FC38 for ; Thu, 28 Oct 2010 17:02:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SH2vHQ087047 for ; Thu, 28 Oct 2010 17:02:57 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SH2vNI087046 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 17:02:57 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281702.o9SH2vNI087046@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 17:02:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_crc32.c sctp_crc32.h sctp_input.c sctp_os_bsd.h sctp_output.c sctp_sysctl.c sctp_sysctl.h src/sys/netinet6 sctp6_usrreq.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 17:02:57 -0000 tuexen 2010-10-28 17:02:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_crc32.c sctp_crc32.h sctp_input.c sctp_os_bsd.h sctp_output.c sctp_sysctl.c sctp_sysctl.h sys/netinet6 sctp6_usrreq.c Log: SVN rev 214464 on 2010-10-28 17:02:36Z by tuexen MFC 211969: Fix the the SCTP_WITH_NO_CSUM option when used in combination with interface supporting CRC offload. While at it, make use of the feature that the loopback interface provides CRC offloading. Revision Changes Path 1.17.2.3 +4 -8 src/sys/netinet/sctp_crc32.c 1.7.2.3 +4 -3 src/sys/netinet/sctp_crc32.h 1.82.2.13 +10 -10 src/sys/netinet/sctp_input.c 1.51.2.6 +9 -8 src/sys/netinet/sctp_os_bsd.h 1.88.2.30 +88 -72 src/sys/netinet/sctp_output.c 1.28.2.6 +6 -0 src/sys/netinet/sctp_sysctl.c 1.21.2.2 +2 -0 src/sys/netinet/sctp_sysctl.h 1.48.2.5 +9 -1 src/sys/netinet6/sctp6_usrreq.c