commit | 4bc41b84e9b4d904f68cba2dbe0c60a5428c27c4 | [log] [tgz] |
---|---|---|
author | Joe Stringer <joe@wand.net.nz> | Wed Jul 03 16:04:25 2013 +0900 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 03 16:52:10 2013 -0700 |
tree | 350f43f51d4cdc1846a4c76ea130b1ae0cf0a7a8 | |
parent | cdffcf1bc721032d261a7a9da353b41f0d830410 [diff] |
core: Copy inner_protocol in copy_skb_header() inner_protocol was added to struct sk_buff in 0d89d2035fe063461a5ddb609b2c12e7fb006e44 ("MPLS: Add limited GSO support"), which is scheduled to be included in v3.11. That patch did not update __copy_skb_header to copy the inner_protocol. Signed-off-by: Joe Stringer <joe@wand.net.nz> Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: David S. Miller <davem@davemloft.net>