All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] NFLOG and NFQUEUE fixes
@ 2008-03-04  9:46 Eric Leblond
  2008-03-04  9:46 ` [PATCH 1/2] Fix computation of allocated size for netlink skb Eric Leblond
  2008-03-04  9:46 ` [PATCH 2/2] Fix computation of netlink skb size Eric Leblond
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Leblond @ 2008-03-04  9:46 UTC (permalink / raw)
  To: netfilter-devel


Hi,

This patchset is against latest git tree and contains the same fixes as the
patchset against 2.6.24.3 that I've just sent.

Extended information: 

The following two patches fix similar bugs in NFQUEUE and NFLOG. The allocated
size of the skb use for the netlink message was too small due to the use of
NLMSG_ALIGN instead of NLMSG_SPACE. In fact, the size for the initial netlink
header was missing.

The effect on my setup was the drop of all queued packets of length inside
the range [8*k+41, 8*k+48] with k an integer.

Effect on NFLOG has not been tested and is not known.

BR,
--
Eric Leblond <eric@inl.fr>
INL: http://www.inl.fr/
NuFW: http://www.nufw.org/

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

end of thread, other threads:[~2008-03-04 14:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-04  9:46 [PATCH 0/2] NFLOG and NFQUEUE fixes Eric Leblond
2008-03-04  9:46 ` [PATCH 1/2] Fix computation of allocated size for netlink skb Eric Leblond
2008-03-04 14:57   ` Patrick McHardy
2008-03-04  9:46 ` [PATCH 2/2] Fix computation of netlink skb size Eric Leblond
2008-03-04 14:58   ` Patrick McHardy

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.