From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Smith Subject: C/R: Network namespace and device support (v2) Date: Fri, 22 Jan 2010 13:09:49 -0800 Message-ID: <1264194592-7529-1-git-send-email-danms@us.ibm.com> Cc: netdev@vger.kernel.org, orenl@librato.com To: containers@lists.osdl.org Return-path: Received: from stein.danplanet.com ([71.245.107.83]:35727 "EHLO stein.danplanet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754462Ab0AVVLN (ORCPT ); Fri, 22 Jan 2010 16:11:13 -0500 Sender: netdev-owner@vger.kernel.org List-ID: This set adds support for checkpointing network namespaces and devices, with in-kernel restart. Basic support includes veth pair and loopback adapters and allows me to checkpoint and restart a containerized copy of sendmail with a veth bridged to a physical network. Follow-on work is detailed in the header of the last patch. Changes in v2 only to the final patch, detailed there.