commit | b82f08ea162edeee6c2c70c6c4321bea4763fa35 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jun 04 00:59:18 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 08 00:19:11 2009 -0700 |
tree | c8f18af83b66604eeac54884871c7ffe91b37d46 | |
parent | 1feede014bf3c58f60b35f91dcd8a2f89b3908ad [diff] |
virtio_net: Set correct gso->hdr_len Through a bug in the tun driver, I noticed that virtio_net is producing bogus hdr_len values. In particular, it only includes the IP header in the linear area, and excludes the entire TCP header. This causes the TCP header to be copied twice for each packet. (The bug omitted the second copy :) This patch corrects this. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>