From owner-cvs-all@FreeBSD.ORG Wed Sep 6 22:07:21 2006 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 22E9D16A4DF; Wed, 6 Sep 2006 22:07:21 +0000 (UTC) (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 E9D6643D7B; Wed, 6 Sep 2006 22:07:14 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k86M7ERb070294; Wed, 6 Sep 2006 22:07:14 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k86M7Ep6070293; Wed, 6 Sep 2006 22:07:14 GMT (envelope-from andre) Message-Id: <200609062207.k86M7Ep6070293@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 6 Sep 2006 22:07:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.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: Wed, 06 Sep 2006 22:07:21 -0000 andre 2006-09-06 22:07:14 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifconfig.c Log: Make TSO (TCP segmentation offload) capabilities visible and accessible with 'ifconfig em0 tso' and 'ifconfig em0 -tso'. TSO for IPv4 and IPv6 is always enabled or disabled together. The driver may enable only one if it doesn't support both. Document 'tso' and '-tso' in the ifconfig(8) man pages. Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.120 +17 -0 src/sbin/ifconfig/ifconfig.8 1.121 +3 -1 src/sbin/ifconfig/ifconfig.c