Merge branch 'csum_fixes'
Tom Herbert says:
====================
Fixes related to some recent checksum modifications.
- Fix GSO constants to match NETIF flags
- Fix logic in saving checksum complete in __skb_checksum_complete
- Call __skb_checksum_complete from UDP if we are checksumming over
whole packet in order to save checksum.
- Fixes to VXLAN to work correctly with checksum complete
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- drivers/net/vxlan.c 2 additions, 9 deletionsdrivers/net/vxlan.c
- include/linux/netdev_features.h 1 addition, 0 deletionsinclude/linux/netdev_features.h
- include/linux/netdevice.h 7 additions, 0 deletionsinclude/linux/netdevice.h
- include/linux/skbuff.h 18 additions, 5 deletionsinclude/linux/skbuff.h
- include/net/udp.h 3 additions, 1 deletioninclude/net/udp.h
- net/core/datagram.c 26 additions, 10 deletionsnet/core/datagram.c
- net/core/skbuff.c 3 additions, 0 deletionsnet/core/skbuff.c
Loading
Please register or sign in to comment