Files
linux/net
Patrick McHardy d8a585d78e [NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queue
Based on patch by James D. Nurmi:

I've got some code very dependant on nfnetlink_queue, and turned up a
large number of warns coming from skb_trim.  While it's quite possibly
my code, having not seen it on older kernels made me a bit suspect.

Anyhow, based on some googling I turned up this thread:
http://lkml.org/lkml/2006/8/13/56

And believe the issue to be related, so attached is a small patch to
the kernel -- not sure if this is completely correct, but for anyone
else hitting the WARN_ON(1) in skbuff.h, it might be helpful..

Signed-off-by: James D. Nurmi <jdnurmi@gmail.com>

Ported to ip6_queue and nfnetlink_queue and added return value
checks.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-11-15 21:18:48 -08:00
..
2006-09-28 17:53:59 -07:00
2006-10-21 19:55:22 -07:00
2006-11-07 15:10:14 -08:00
2006-10-30 15:24:37 -08:00
2006-11-07 15:10:17 -08:00
2006-09-28 18:02:58 -07:00
2006-11-05 14:11:25 -08:00
2006-08-05 21:15:58 -07:00
2006-08-13 18:56:26 -07:00
2006-11-05 16:44:06 -08:00
2006-10-30 15:24:41 -08:00
2006-07-12 13:58:59 -07:00
2006-10-01 00:39:19 -07:00
2006-11-05 16:44:06 -08:00
2006-09-22 14:53:34 -07:00
2005-04-16 15:20:36 -07:00