[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <151852103279.22861.2623333596815656086.stgit@localhost.localdomain>
Date: Tue, 13 Feb 2018 14:30:32 +0300
From: Kirill Tkhai <ktkhai@...tuozzo.com>
To: davem@...emloft.net, jasowang@...hat.com, edumazet@...gle.com,
xiyou.wangcong@...il.com, willemb@...gle.com,
peterpenkov96@...il.com, Linyu.Yuan@...atel-sbell.com.cn,
kstewart@...uxfoundation.org, aviadye@...lanox.com,
gregkh@...uxfoundation.org, ktkhai@...tuozzo.com,
davejwatson@...com, netdev@...r.kernel.org
Subject: [PATCH net-next 0/2] Add ioctl() SIOCGSKNS cmd to allow obtaining
net ns of tun device
Currently, it's not possible to get or check net namespace,
which was used to create tun socket. User may have two tun
devices with the same names in different nets, and there
is no way to differ them each other.
The patchset adds support for ioctl() cmd SIOCGSKNS for tun
devices. It will allow people to obtain net namespace file
descriptor like we allow to do that for sockets in general.
---
Kirill Tkhai (2):
net: Make extern and export get_net_ns()
tun: Add ioctl() SIOCGSKNS cmd to allow obtaining net ns of tun device
drivers/net/tun.c | 16 ++++++++++++++--
include/linux/socket.h | 2 ++
net/socket.c | 3 ++-
3 files changed, 18 insertions(+), 3 deletions(-)
--
Signed-off-by: Kirill Tkhai <ktkhai@...tuozzo.com>
Powered by blists - more mailing lists