]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf0c156711f07918f2d79711b0bdbde5b6d5032ea
tree7d5680f8c3eba5ce40a04b6115b41550c9d140f5
parenteaaa2bff41f35089adf79295e2903f7b58d95a97
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