From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm@xmission.com (Eric W. Biederman) Subject: Re: Network Namespace status Date: Fri, 14 Sep 2007 03:33:39 -0600 Message-ID: References: <46EA244C.1050702@hartkopp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux Containers , netdev@vger.kernel.org, David Miller , Tejun Heo , Greg Kroah-Hartman , Andrew Morton , Thomas Gleixner , Urs Thuermann To: Oliver Hartkopp Return-path: Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:58175 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752277AbXINJgX (ORCPT ); Fri, 14 Sep 2007 05:36:23 -0400 In-Reply-To: <46EA244C.1050702@hartkopp.net> (Oliver Hartkopp's message of "Fri, 14 Sep 2007 08:03:56 +0200") Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Oliver Hartkopp writes: > can you send me your current AF_PACKET patch? I just want to update our > recent post of the CAN (controller area network) subsystem (AF_CAN) > which is (in some parts) similar to AF_PACKET. So i can take a look on > it to provide the latest technique in the next post ... Ok the last snapshot of my tree is at: git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-netns.git And tagged as: netns/v2.6.23-rc5netns45 Although that is the same as the default HEAD until I rebase my tree again. Eric