From owner-cvs-all Mon Jan 22 15: 8: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE69F37B6B8; Mon, 22 Jan 2001 15:07:36 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MN7ab09050; Mon, 22 Jan 2001 15:07:36 -0800 (PST) (envelope-from luigi) Message-Id: <200101222307.f0MN7ab09050@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 22 Jan 2001 15:07:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/22 15:07:36 PST Modified files: (Branch: RELENG_4) sys/netinet ip_dummynet.c Log: MFC (bugfix): change critical section protection from splnet() to splimp() so we do not get inconsistencies (leading to traffic stalls) when dummynet is used with bridging. The error was reported by quite a few people over time. Revision Changes Path 1.24.2.7 +17 -11 src/sys/netinet/ip_dummynet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message