From owner-cvs-all@FreeBSD.ORG Tue Jun 7 11:38:43 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19D0716A41C; Tue, 7 Jun 2005 11:38:43 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D819743D5C; Tue, 7 Jun 2005 11:38:42 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j57Bcg8t086998; Tue, 7 Jun 2005 11:38:42 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j57BcgEg086997; Tue, 7 Jun 2005 11:38:42 GMT (envelope-from andre) Message-Id: <200506071138.j57BcgEg086997@repoman.freebsd.org> From: Andre Oppermann Date: Tue, 7 Jun 2005 11:38:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet ip_icmp.c ip_icmp.h tcp_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2005 11:38:43 -0000 andre 2005-06-07 11:38:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet ip_icmp.c ip_icmp.h tcp_subr.c Log: MFC: ip_icmp.c rev 1.99, ip_icmp.h rev 1.24, tcp_subr.c rev 1.223 Move Path MTU discovery ICMP processing from icmp_input() to tcp_ctlinput() and subject it to active tcpcb and sequence number checking. Security: draft-gont-tcpm-icmp-attacks-03.txt Section 7.2 Revision Changes Path 1.96.2.3 +1 -45 src/sys/netinet/ip_icmp.c 1.22.2.2 +1 -0 src/sys/netinet/ip_icmp.h 1.201.2.19 +36 -7 src/sys/netinet/tcp_subr.c