netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] atm: br2864: sent packets truncated in VC routed mode
@ 2011-08-01 15:03 chas williams - CONTRACTOR
  2011-08-02  0:56 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: chas williams - CONTRACTOR @ 2011-08-01 15:03 UTC (permalink / raw)
  To: netdev; +Cc: pascal, davem, linux-atm-general

hopefully this could be included for the next kernel release.

From: chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil>

commit 8b5e1c9db2bcd2d13c2db08e6c6dbe66882fa186
Author: chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Date:   Mon Aug 1 07:55:07 2011 -0400

    atm: br2864: sent packets truncated in VC routed mode
    
    Reported-by: Pascal Hambourg <pascal@plouf.fr.eu.org>
    Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>

diff --git a/net/atm/br2684.c b/net/atm/br2684.c
index 2252c20..52cfd0c 100644
--- a/net/atm/br2684.c
+++ b/net/atm/br2684.c
@@ -242,8 +242,6 @@ static int br2684_xmit_vcc(struct sk_buff *skb, struct net_device *dev,
 		if (brdev->payload == p_bridged) {
 			skb_push(skb, 2);
 			memset(skb->data, 0, 2);
-		} else { /* p_routed */
-			skb_pull(skb, ETH_HLEN);
 		}
 	}
 	skb_debug(skb);

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

* Re: [PATCH 1/1] atm: br2864: sent packets truncated in VC routed mode
  2011-08-01 15:03 [PATCH 1/1] atm: br2864: sent packets truncated in VC routed mode chas williams - CONTRACTOR
@ 2011-08-02  0:56 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-08-02  0:56 UTC (permalink / raw)
  To: chas; +Cc: netdev, pascal, linux-atm-general

From: "chas williams - CONTRACTOR" <chas@cmf.nrl.navy.mil>
Date: Mon, 01 Aug 2011 11:03:29 -0400

>     atm: br2864: sent packets truncated in VC routed mode
>     
>     Reported-by: Pascal Hambourg <pascal@plouf.fr.eu.org>
>     Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>

Applied, thanks.

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

end of thread, other threads:[~2011-08-02  0:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 15:03 [PATCH 1/1] atm: br2864: sent packets truncated in VC routed mode chas williams - CONTRACTOR
2011-08-02  0:56 ` David 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).