lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 27 Oct 2006 14:31:43 +1000
From:	Herbert Xu <herbert@...dor.apana.org.au>
To:	lkml@...ipnet.com (Carlos Velasco)
Cc:	herbert@...dor.apana.org.au, linux-kernel@...r.kernel.org,
	linux-net@...r.kernel.org
Subject: Re: Networking messed up, bad checksum, incorrect length

Carlos Velasco <lkml@...ipnet.com> wrote:
> 
>> netfilter will see the jumbo frames rather than the individual packets.
> 
> I wonder if this could affect the TCP stateful tracking of netfilter
> making the ACK drops I see.

It shouldn't if netfilter is behaving correctly.  The whole point of
TSO is that the packet is an otherwise valid TCP/IP packet.  The only
thing special about it is that it exceeds the MTU of the output device.

That's what allows us to implement TSO without touching all parts of
the networking stack.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ