tun: TUNSETFEATURES to set gso features.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 3 Jul 2008 10:46:16 +0000 (03:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Jul 2008 10:46:16 +0000 (03:46 -0700)
ethtool is useful for setting (some) device fields, but it's
root-only.  Finer feature control is available through a tun-specific
ioctl.

(Includes Mark McLoughlin <markmc@redhat.com>'s fix to hold rtnl sem).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Max Krasnyansky <maxk@qualcomm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found