All of lore.kernel.org
 help / color / mirror / Atom feed
* Fw: [PATCH][2.6] propogate rx errors from raw_rcv_skb
@ 2003-07-17  2:53 David S. Miller
  2003-07-21 12:25 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: David S. Miller @ 2003-07-17  2:53 UTC (permalink / raw)
  To: netdev, linux-net; +Cc: zwane

Forwarded...

Zwane, please posting networking patches to the "networking"
lists, thanks.

Begin forwarded message:

Date: Wed, 16 Jul 2003 22:46:59 -0400 (EDT)
From: Zwane Mwaikambo <zwane@arm.linux.org.uk>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Cc: "David S. Miller" <davem@redhat.com>
Subject: [PATCH][2.6] propogate rx errors from raw_rcv_skb


Hi David,
	This looks somewhat sane, ipv6 doesn't seem to need it as it 
always returns 0

Index: linux-2.6.0-test1-mm1/net/ipv4/raw.c
===================================================================
RCS file: /build/cvsroot/linux-2.6.0-test1-mm1/net/ipv4/raw.c,v
retrieving revision 1.1.1.1
diff -u -p -B -r1.1.1.1 raw.c
--- linux-2.6.0-test1-mm1/net/ipv4/raw.c	16 Jul 2003 06:37:19 -0000	1.1.1.1
+++ linux-2.6.0-test1-mm1/net/ipv4/raw.c	16 Jul 2003 16:11:50 -0000
@@ -252,8 +252,7 @@ int raw_rcv(struct sock *sk, struct sk_b
 
 	skb_push(skb, skb->data - skb->nh.raw);
 
-	raw_rcv_skb(sk, skb);
-	return 0;
+	return raw_rcv_skb(sk, skb);
 }
 
 static int raw_send_hdrinc(struct sock *sk, void *from, int length,

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

* Re: Fw: [PATCH][2.6] propogate rx errors from raw_rcv_skb
  2003-07-17  2:53 Fw: [PATCH][2.6] propogate rx errors from raw_rcv_skb David S. Miller
@ 2003-07-21 12:25 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-07-21 12:25 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, linux-net, zwane

On Wed, 16 Jul 2003 19:53:45 -0700
"David S. Miller" <davem@redhat.com> wrote:

> 	This looks somewhat sane, ipv6 doesn't seem to need it as it 
> always returns 0

Nothing that calls raw_rcv() checks the return value,
so what's the point?

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

end of thread, other threads:[~2003-07-21 12:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-17  2:53 Fw: [PATCH][2.6] propogate rx errors from raw_rcv_skb David S. Miller
2003-07-21 12:25 ` David S. Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.