netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6] clear hw checksum flags when bridging
@ 2003-09-08 16:36 Stephen Hemminger
  2003-09-12  1:02 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2003-09-08 16:36 UTC (permalink / raw)
  To: David S. Miller; +Cc: bridge, netdev

same patch as 2.4, just the offsets are changed.

diff -Nru a/net/bridge/br_forward.c b/net/bridge/br_forward.c
--- a/net/bridge/br_forward.c	Mon Sep  8 09:31:19 2003
+++ b/net/bridge/br_forward.c	Mon Sep  8 09:31:19 2003
@@ -69,6 +69,7 @@
 
 	indev = skb->dev;
 	skb->dev = to->dev;
+	skb->ip_summed = CHECKSUM_NONE;
 
 	NF_HOOK(PF_BRIDGE, NF_BR_FORWARD, skb, indev, skb->dev,
 			br_forward_finish);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2.6] clear hw checksum flags when bridging
  2003-09-08 16:36 [PATCH 2.6] clear hw checksum flags when bridging Stephen Hemminger
@ 2003-09-12  1:02 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-09-12  1:02 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: bridge, netdev

On Mon, 8 Sep 2003 09:36:49 -0700
Stephen Hemminger <shemminger@osdl.org> wrote:

> same patch as 2.4, just the offsets are changed.

Both 2.4.x and 2.6.x versions applied, thanks Stephen.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-12  1:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-08 16:36 [PATCH 2.6] clear hw checksum flags when bridging Stephen Hemminger
2003-09-12  1:02 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).