Home
last modified time | relevance | path

Searched hist:"89 f5f0aeed14ac7245f760b0b96c9269c87bcbbe" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dip_output.cdiff 89f5f0aeed14ac7245f760b0b96c9269c87bcbbe Tue Nov 08 11:41:56 CST 2005 Herbert Xu <herbert@gondor.apana.org.au> [IPV4]: Fix ip_queue_xmit identity increment for TSO packets

When ip_queue_xmit calls ip_select_ident_more for IP identity selection
it gives it the wrong packet count for TSO packets. The ip_select_*
functions expect one less than the number of packets, so we need to
subtract one for TSO packets.

This bug was diagnosed and fixed by Tom Young.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>