net: Remove MPLS GSO feature.
authorPravin B Shelar <pshelar@nicira.com>
Wed, 5 Nov 2014 23:27:48 +0000 (15:27 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Thu, 6 Nov 2014 07:52:33 +0000 (23:52 -0800)
commit59b93b41e7fa71138734a911b11b044340dd16bd
tree7d5680f8c3eba5ce40a04b6115b41550c9d140f5
parente1b2cb655060e081e73b384b1fc8b2e978f73467
net: Remove MPLS GSO feature.

Device can export MPLS GSO support in dev->mpls_features same way
it export vlan features in dev->vlan_features. So it is safe to
remove NETIF_F_GSO_MPLS redundant flag.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
include/linux/netdev_features.h
include/linux/netdevice.h
include/linux/skbuff.h
net/core/ethtool.c
net/ipv4/af_inet.c
net/ipv4/tcp_offload.c
net/ipv4/udp_offload.c
net/ipv6/ip6_offload.c
net/ipv6/udp_offload.c
net/mpls/mpls_gso.c