From: Jason Wang Date: Wed, 31 Oct 2012 19:46:01 +0000 (+0000) Subject: tuntap: add ioctl to attach or detach a file form tuntap device X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~520 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cde8b15f1aabe327038ee4e0e11dd6b798572f69;p=pandora-kernel.git tuntap: add ioctl to attach or detach a file form tuntap device Sometimes usespace may need to active/deactive a queue, this could be done by detaching and attaching a file from tuntap device. This patch introduces a new ioctls - TUNSETQUEUE which could be used to do this. Flag IFF_ATTACH_QUEUE were introduced to do attaching while IFF_DETACH_QUEUE were introduced to do the detaching. Signed-off-by: Jason Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed