-
- Downloads
tunneling: Add generic Tunnel segmentation.
Adds generic tunneling offloading support for IPv4-UDP based tunnels. GSO type is added to request this offload for a skb. netdev feature NETIF_F_UDP_TUNNEL is added for hardware offloaded udp-tunnel support. Currently no device supports this feature, software offload is used. This can be used by tunneling protocols like VXLAN. CC: Jesse Gross <jesse@nicira.com> Signed-off-by:Pravin B Shelar <pshelar@nicira.com> Acked-by:
Stephen Hemminger <stephen@networkplumber.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/netdev_features.h 4 additions, 3 deletionsinclude/linux/netdev_features.h
- include/linux/skbuff.h 2 additions, 0 deletionsinclude/linux/skbuff.h
- net/core/ethtool.c 1 addition, 0 deletionsnet/core/ethtool.c
- net/ipv4/af_inet.c 5 additions, 1 deletionnet/ipv4/af_inet.c
- net/ipv4/tcp.c 1 addition, 0 deletionsnet/ipv4/tcp.c
- net/ipv4/udp.c 90 additions, 25 deletionsnet/ipv4/udp.c
- net/ipv6/ip6_offload.c 1 addition, 0 deletionsnet/ipv6/ip6_offload.c
- net/ipv6/udp_offload.c 7 additions, 1 deletionnet/ipv6/udp_offload.c
Loading
Please register or sign in to comment