]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drivers/net: macvtap and tun depend on INET
authorBen Hutchings <ben@decadent.org.uk>
Fri, 31 Oct 2014 03:10:31 +0000 (03:10 +0000)
committerJiri Slaby <jslaby@suse.cz>
Thu, 13 Nov 2014 18:01:51 +0000 (19:01 +0100)
commit0e8361ae716b89ea54a97050fbf9d74f6dc4292d
tree2bff16ea6d51363795b0098dd34193c2897b5e86
parent30ab1cf8b31dc6a680ac6443a34d02d9edb9a589
drivers/net: macvtap and tun depend on INET

[ Upstream commit de11b0e8c569b96c2cf6a811e3805b7aeef498a3 ]

These drivers now call ipv6_proxy_select_ident(), which is defined
only if CONFIG_INET is enabled.  However, they have really depended
on CONFIG_INET for as long as they have allowed sending GSO packets
from userland.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Fixes: f43798c27684 ("tun: Allow GSO using virtio_net_hdr")
Fixes: b9fb9ee07e67 ("macvtap: add GSO/csum offload support")
Fixes: 5188cd44c55d ("drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets")
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig