]> Git Repo - linux.git/commit - net/openvswitch/datapath.h
openvswitch: Add support for network namespaces.
authorPravin B Shelar <[email protected]>
Thu, 23 Feb 2012 03:58:59 +0000 (19:58 -0800)
committerJesse Gross <[email protected]>
Wed, 22 Aug 2012 21:48:55 +0000 (14:48 -0700)
commit46df7b814548849deee01f50bc75f8f5ae8cd767
tree1663fa6ae46edcba3787c0a4ff839365bb52bcbe
parent0d7614f09c1ebdbaa1599a5aba7593f147bf96ee
openvswitch: Add support for network namespaces.

Following patch adds support for network namespace to openvswitch.
Since it must release devices when namespaces are destroyed, a
side effect of this patch is that the module no longer keeps a
refcount but instead cleans up any state when it is unloaded.

Signed-off-by: Pravin B Shelar <[email protected]>
Signed-off-by: Jesse Gross <[email protected]>
net/openvswitch/datapath.c
net/openvswitch/datapath.h
net/openvswitch/dp_notify.c
net/openvswitch/vport-internal_dev.c
net/openvswitch/vport-netdev.c
net/openvswitch/vport.c
net/openvswitch/vport.h
This page took 0.0426879999999999 seconds and 4 git commands to generate.