]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads
authorEdward Cree <ecree@solarflare.com>
Thu, 11 Feb 2016 21:02:31 +0000 (21:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Feb 2016 10:52:16 +0000 (05:52 -0500)
commit6fa79666e24d32be1b709f5269af41ed9e829e7e
treea036f4cb7aa914ac62160c831937fc7b565e31f6
parent53936107ba2462f714bae19a754f3ebf69a11e40
net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads

All users now pass false, so we can remove it, and remove the code that
 was conditional upon it.

Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
include/net/ip_tunnels.h
include/net/udp_tunnel.h
net/ipv4/fou.c
net/ipv4/ip_gre.c
net/ipv4/ip_tunnel_core.c
net/ipv4/ipip.c
net/ipv6/sit.c
net/netfilter/ipvs/ip_vs_xmit.c