public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* IP layer bug?
@ 2001-03-24 21:57 Oleg Drokin
  2001-03-26 10:36 ` Manoj Sontakke
  2001-03-30 17:13 ` kuznet
  0 siblings, 2 replies; 9+ messages in thread
From: Oleg Drokin @ 2001-03-24 21:57 UTC (permalink / raw)
  To: linux-kernel, davem, kuznet

Hello!

   2.4.x kernel. have not tried 2.2
   I just found somethig, I believe is kernel bug.
   I am working with usbnet.c driver, which stores some of its
   internal state in sk_buff.cb area. But once such skb passed to
   upper layer with netif_rx, net/ipv4/ip_input.c reuses content of cb
   (line #345), and all packets that should go outside of beyond hosts
   we have direct routes to, fails, because we think, they have source routing
   enabled.
   For now I workarounded it with filling skb->cb with zeroes before
   netif_rx(), but I believe it is a kludge and networking layer should be fixed
   instead.

   Thank you.

Bye,
    Oleg

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

end of thread, other threads:[~2001-04-02  9:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-24 21:57 IP layer bug? Oleg Drokin
2001-03-26 10:36 ` Manoj Sontakke
2001-03-26  6:09   ` Oleg Drokin
2001-03-26 12:21     ` Manoj Sontakke
2001-03-26  7:02       ` Oleg Drokin
2001-03-30 17:13 ` kuznet
2001-03-31 15:03   ` Oleg Drokin
2001-03-31 15:32     ` kuznet
2001-04-02  9:25       ` Oleg Drokin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox