Re: [PATCH net-next] Allow ethtool to change tun link settings

2018-06-04 Thread David Miller
From: Chas Williams <3ch...@gmail.com> Date: Sat, 2 Jun 2018 17:49:53 -0400 > Let user space set whatever it would like to advertise for the > tun interface. Preserve the existing defaults. > > Signed-off-by: Chas Williams <3ch...@gmail.com> This looks fine, applied.

[PATCH net-next] Allow ethtool to change tun link settings

2018-06-02 Thread Chas Williams
Let user space set whatever it would like to advertise for the tun interface. Preserve the existing defaults. Signed-off-by: Chas Williams <3ch...@gmail.com> --- drivers/net/tun.c | 27 +-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/drivers/net/tun.c b