]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
loopback: Enable TSO
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 15 Aug 2008 21:52:08 +0000 (14:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Aug 2008 02:51:25 +0000 (19:51 -0700)
This patch enables TSO since the loopback device is naturally
capable of handling packets of any size.  This also means that
we won't enable GSO on lo which is good until GSO is fixed to
preserve netfilter state as netfilter treats loopback packets
in a special way.

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

No differences found