Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: Preserve netfilter attributes in skb_gso_segment using __copy_sk…
…b_header skb_gso_segment didn't preserve some attributes in the original skb such as the netfilter fields. This was harmless until they were used which is the case for packets going through lo. This patch makes it call __copy_skb_header which also picks up some other missing attributes. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information