This is a note to let you know that I've just added the patch titled atm: br2864: sent packets truncated in VC routed mode
to the 2.6.33-longterm tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/longterm/longterm-queue-2.6.33.git;a=summary The filename of the patch is: atm-br2864-sent-packets-truncated-in-vc-routed-mode.patch and it can be found in the queue-2.6.33 subdirectory. If you, or anyone else, feels it should not be added to the 2.6.33 longterm tree, please let <sta...@kernel.org> know about it. >From a08af810cdc29d2ca930e8a869d3d01744c392d8 Mon Sep 17 00:00:00 2001 From: Chas Williams <c...@cmf.nrl.navy.mil> Date: Mon, 1 Aug 2011 17:56:14 -0700 Subject: atm: br2864: sent packets truncated in VC routed mode From: Chas Williams <c...@cmf.nrl.navy.mil> commit a08af810cdc29d2ca930e8a869d3d01744c392d8 upstream. Reported-by: Pascal Hambourg <pas...@plouf.fr.eu.org> Signed-off-by: Chas Williams <c...@cmf.nrl.navy.mil> Signed-off-by: David S. Miller <da...@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gre...@suse.de> --- net/atm/br2684.c | 2 -- 1 file changed, 2 deletions(-) --- a/net/atm/br2684.c +++ b/net/atm/br2684.c @@ -208,8 +208,6 @@ static int br2684_xmit_vcc(struct sk_buf 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); Patches currently in longterm-queue-2.6.33 which might be from c...@cmf.nrl.navy.mil are /home/gregkh/linux/longterm/longterm-queue-2.6.33/queue-2.6.33/atm-br2864-sent-packets-truncated-in-vc-routed-mode.patch _______________________________________________ stable mailing list stable@linux.kernel.org http://linux.kernel.org/mailman/listinfo/stable