From patchwork Mon Aug 15 18:27:50 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Willem de Bruijn X-Patchwork-Id: 110086 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id F3F28B6F62 for ; Tue, 16 Aug 2011 04:28:02 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751532Ab1HOS14 (ORCPT ); Mon, 15 Aug 2011 14:27:56 -0400 Received: from smtp-out.google.com ([74.125.121.67]:16343 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751302Ab1HOS14 (ORCPT ); Mon, 15 Aug 2011 14:27:56 -0400 Received: from hpaq14.eem.corp.google.com (hpaq14.eem.corp.google.com [172.25.149.14]) by smtp-out.google.com with ESMTP id p7FIRsau025349 for ; Mon, 15 Aug 2011 11:27:54 -0700 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1313432874; bh=kNngxqehHbdwbXAykOwQOhPTH2o=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:Content-Type: Content-Transfer-Encoding; b=Hw4ZEpg2m3zPtI1ksCdS+I69LpA4SGy95WygK++dzWbEDqg1Hv6EbABkMkQhKc6jA u3725XD8lex5rT2vdKOTw== DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=dkim-signature:message-id:date:from:user-agent: mime-version:to:cc:subject:content-type: content-transfer-encoding:x-system-of-record; b=WAIoFqtn7swZ6BKnsbCDjtGe8rL0iQx88BGwPYrnKYSgcyar/AW5hqN7s+OewUBKE HQXPDCfk01KwEtrRuxpYw== Received: from vxh24 (vxh24.prod.google.com [10.241.34.216]) by hpaq14.eem.corp.google.com with ESMTP id p7FIRrZq029288 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Mon, 15 Aug 2011 11:27:53 -0700 Received: by vxh24 with SMTP id 24so4502579vxh.29 for ; Mon, 15 Aug 2011 11:27:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=beta; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; bh=pIEC4Hx6RWT7r/nTxKxZe+hWmIB4X2+SjxLR76+UlIA=; b=Z2+xgrpIqLds+6scly0bzOUliCbLxH1VDjqLOtiWqjyRcHNWqF/wbuaraNQxS9LkhR i1PPo70qQtzOfy5l7IeA== Received: by 10.52.66.70 with SMTP id d6mr3940960vdt.351.1313432872716; Mon, 15 Aug 2011 11:27:52 -0700 (PDT) Received: by 10.52.66.70 with SMTP id d6mr3940952vdt.351.1313432872526; Mon, 15 Aug 2011 11:27:52 -0700 (PDT) Received: from gopher.nyc.corp.google.com ([2620:0:1003:1005:be30:5bff:fecf:59e9]) by mx.google.com with ESMTPS id fp6sm2717001vcb.30.2011.08.15.11.27.51 (version=SSLv3 cipher=OTHER); Mon, 15 Aug 2011 11:27:51 -0700 (PDT) Message-ID: <4E496526.8090201@google.com> Date: Mon, 15 Aug 2011 14:27:50 -0400 From: Willem de Bruijn User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: netdev@vger.kernel.org CC: mircus@gmail.com, davem@davemloft.net Subject: [PATCH] net: netdev-features.txt update to Documentation/networking/00-INDEX X-System-Of-Record: true Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Update netdev-features.txt entry in 00-INDEX to incorporate feedback by Michał Mirosław. A trivial update to my previous patch, but I was too late with preparing a v2. Will try to avoid having to send patches to my own patches in the future. willem Signed-off-by: Willem de Bruijn --- Documentation/networking/00-INDEX | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/networking/00-INDEX b/Documentation/networking/00-INDEX index 811252b..bbce121 100644 --- a/Documentation/networking/00-INDEX +++ b/Documentation/networking/00-INDEX @@ -135,7 +135,7 @@ multiqueue.txt netconsole.txt - The network console module netconsole.ko: configuration and notes. netdev-features.txt - - Network interface "feature mess and how to get out from it alive". + - Network interface features API description. netdevices.txt - info on network device driver functions exported to the kernel. netif-msg.txt