]> Pileus Git - ~andy/linux/commit
ipv4: generalize gre_handle_offloads
authorEric Dumazet <edumazet@google.com>
Sat, 19 Oct 2013 18:42:55 +0000 (11:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Oct 2013 23:36:18 +0000 (19:36 -0400)
commit2d26f0a3c0e22f6b3096a2503d086e4b5e99d708
tree181acb2d3453b54ece6941dbd0d5241345552557
parent030737bcc3c404e273e97dbe06fe9561699a411b
ipv4: generalize gre_handle_offloads

This patch makes gre_handle_offloads() more generic
and rename it to iptunnel_handle_offloads()

This will be used to add GSO/TSO support to IPIP tunnels.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/gre.h
include/net/ip_tunnels.h
net/ipv4/gre_demux.c
net/ipv4/ip_tunnel_core.c