netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] netfilter: netfilter fixes
@ 2010-05-31 16:14 kaber
  2010-05-31 16:14 ` [PATCH 1/2] netfilter: don't xt_jumpstack_alloc twice in xt_register_table kaber
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: kaber @ 2010-05-31 16:14 UTC (permalink / raw)
  To: davem; +Cc: netfilter-devel, netdev

the following two patches fix two problems with the recent introduction of
a seperately allocated jumpstack for xtables rulesets:

- a memory leak when registering new tables, from Xiaotian Feng

- performance degradation caused by not using per-CPU allocations
  for the jumpstack, from Eric

Please apply or pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git master

Thanks!

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/2] netfilter: netfilter fixes
@ 2010-11-12 15:19 kaber
  2010-11-12 19:07 ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: kaber @ 2010-11-12 15:19 UTC (permalink / raw)
  To: davem; +Cc: netfilter-devel, netdev

Hi Dave,

The following two patches fix some netfilter bugs:

- missing parentheses in NF_HOOK_COND, breaking error propagation for
  dropped packets. From Eric Paris.

- incorrect checking for overlapping fragments in IPv6 conntrack
  reassembly. From Shan Wei

Please apply or pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git

Thanks!

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

end of thread, other threads:[~2010-11-12 19:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-31 16:14 [PATCH 0/2] netfilter: netfilter fixes kaber
2010-05-31 16:14 ` [PATCH 1/2] netfilter: don't xt_jumpstack_alloc twice in xt_register_table kaber
2010-05-31 16:14 ` [PATCH 2/2] netfilter: xtables: stackptr should be percpu kaber
2010-06-01  6:45 ` [PATCH 0/2] netfilter: netfilter fixes David Miller
  -- strict thread matches above, loose matches on Subject: below --
2010-11-12 15:19 kaber
2010-11-12 19:07 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).