From: Pavel Emelyanov Date: Wed, 16 Apr 2008 07:40:46 +0000 (-0700) Subject: [TUN]: Introduce the tun_net structure and init/exit net ops. X-Git-Tag: v2.6.26-rc1~1138^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79d1760491a25bfc70aeac363142cadd3f1cda71;p=pandora-kernel.git [TUN]: Introduce the tun_net structure and init/exit net ops. This is the first step in making tuntap devices work in net namespaces. The structure mentioned is pointed by generic net pointer with tun_net_id id, and tun driver fills one on its load. It will contain only the tun devices list. So declare this structure and introduce net init and exit hooks. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed