From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 10 Jun 2002 17:47:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 10 Jun 2002 17:47:17 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:28687 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id ; Mon, 10 Jun 2002 17:47:16 -0400 Message-ID: <3D051DAF.6020107@mandrakesoft.com> Date: Mon, 10 Jun 2002 17:44:15 -0400 From: Jeff Garzik Organization: MandrakeSoft User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/00200205 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kai Henningsen CC: torvalds@transmeta.com, linux-kernel@vger.kernel.org Subject: Re: of ethernet names (was [PATCH] Futex Asynchronous In-Reply-To: <8QbwdDPmw-B@khms.westfalen.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Actually, networking is moving in the direction described -- yes, as Linus points out, we will need the magic ioctl stuff for back compat. But the main way to communicate with a net device is netlink, already a chardev. ifconfig actually should be updated to use netlink. Jeff