From owner-cvs-all Mon Jun 11 12:27:15 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 C82F237B403; Mon, 11 Jun 2001 12:27:06 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5BJR6Z13065; Mon, 11 Jun 2001 12:27:06 -0700 (PDT) (envelope-from ume) Message-Id: <200106111927.f5BJR6Z13065@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 11 Jun 2001 12:27:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2001/06/11 12:27:06 PDT Modified files: sys/netinet tcp_subr.c Log: This is force commit to mention about previous commit. - do not assume that the ro_dst member of route_in6{} is sockaddr_in6. - repair IPsec header size prediction. - validate mbuf chain better in {tcp,udp}6_ctlinput. - loosened validation inner packets of icmp6 errors as much as possible. - scope-awareness. - be friendly with pfctlinput2. - simplified address scope handling in the ctlinput function. - type change of in6_pcbnotify. - pass error from ipsec_setsocket() all the way up. Revision Changes Path 1.104 +1 -1 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message