gre: Ensure skb properties are consistently set.
authorJesse Gross <jesse@nicira.com>
Sat, 24 Apr 2010 01:54:47 +0000 (18:54 -0700)
committerJesse Gross <jesse@nicira.com>
Mon, 26 Apr 2010 17:03:23 +0000 (10:03 -0700)
commit1c6d11a82e7a48c26a6676ddecfcf29c2e853654
treea41c8f7211f7ede689fb2f69857ab1b4d8fe92d8
parent66cd496a30819638c198c614c5502cf6fa116500
gre: Ensure skb properties are consistently set.

The skb local fragmentation and checksum offloading properties were
sometimes either overwritten or not copied by later operations.  This
ensures that they are consistently correct and solves issues like
TSO not working in certain circumstances on 2.6.18 kernels.
datapath/vport-gre.c