Ethernet Bridge development
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@osdl.org>
Cc: Hannes Schulz <schulz@schwaar.com>, bridge@osdl.org
Subject: [Bridge] [PATCH 2.4] bridging and hw checksum fix.
Date: Fri, 5 Sep 2003 11:30:47 -0700	[thread overview]
Message-ID: <20030905113047.196563c4.shemminger@osdl.org> (raw)
In-Reply-To: <20030830190100.4eac4504.davem@redhat.com>

Could someone who was having problems with a board that does hardware
receive checksumming, test this please.

diff -Nru a/net/bridge/br_forward.c b/net/bridge/br_forward.c
--- a/net/bridge/br_forward.c	Fri Sep  5 11:28:33 2003
+++ b/net/bridge/br_forward.c	Fri Sep  5 11:28:33 2003
@@ -59,6 +59,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);


  parent reply	other threads:[~2003-09-05 18:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <p05111b01bb728bc8972e@[10.96.96.13]>
2003-08-27 20:28 ` [Bridge] Re: [2.4.22] bad interaction between e100 and bridge: BUG at dev.c:991! Stephen Hemminger
2003-08-28 20:24   ` [Bridge] [more info] " Hannes Schulz
2003-08-31  2:01     ` [Bridge] " David S. Miller
2003-09-02 17:45       ` Stephen Hemminger
2003-09-02 18:23         ` Bart De Schuymer
2003-09-02 18:17           ` David S. Miller
2003-09-05 18:30       ` Stephen Hemminger [this message]
2003-09-03 14:56   ` [Bridge] " Hannes Schulz
2003-09-03 15:38     ` Stephen Hemminger
2003-09-03 16:49     ` Bart De Schuymer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030905113047.196563c4.shemminger@osdl.org \
    --to=shemminger@osdl.org \
    --cc=bridge@osdl.org \
    --cc=schulz@schwaar.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox