netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] netfilter: netfilter update
@ 2010-05-13 16:16 kaber
  2010-05-13 16:16 ` [PATCH 01/12] netfilter: ip_tables: fix compilation when debug is enabled kaber
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: kaber @ 2010-05-13 16:16 UTC (permalink / raw)
  To: davem; +Cc: netfilter-devel, netdev

following is a second netfilter update, containing:

- a compilation fix for ip_tables with CONFIG_NETFILTER_DEBUG=y, from Jan

- a fix for an invalid return value in the multiport match introduced in
  the last series, from Jan

- patches to combine the match and target parameters into a common structure,
  from Jan

- Bart's patch to fix the NULL pointer dereference in bridge netfilter
  reported by Stephen

- minor cleanups and improvements from Jan, Stephen and Joe

Please apply or pull from:

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

Thanks!

Bart De Schuymer (1):
      netfilter: bridge-netfilter: fix crash in br_nf_forward_finish()

Jan Engelhardt (8):
      netfilter: ip_tables: fix compilation when debug is enabled
      netfilter: xtables: fix incorrect return code
      netfilter: xtables: dissolve do_match function
      netfilter: xtables: combine struct xt_match_param and xt_target_param
      netfilter: xtables: substitute temporary defines by final name
      netfilter: xtables: deconstify struct xt_action_param for matches
      netfilter: xtables: change hotdrop pointer to direct modification
      netfilter: xtables: combine built-in extension structs

Joe Perches (1):
      netfilter: remove unnecessary returns from void function()s

Patrick McHardy (1):
      Merge branch 'master' of git://dev.medozas.de/linux

Stephen Hemminger (2):
      netfilter: change NF_ASSERT to WARN_ON
      netfilter: cleanup printk messages


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

end of thread, other threads:[~2010-05-14  2:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-13 16:16 [PATCH 00/12] netfilter: netfilter update kaber
2010-05-13 16:16 ` [PATCH 01/12] netfilter: ip_tables: fix compilation when debug is enabled kaber
2010-05-13 16:16 ` [PATCH 02/12] netfilter: xtables: fix incorrect return code kaber
2010-05-13 16:16 ` [PATCH 03/12] netfilter: xtables: dissolve do_match function kaber
2010-05-13 16:16 ` [PATCH 04/12] netfilter: xtables: combine struct xt_match_param and xt_target_param kaber
2010-05-13 16:16 ` [PATCH 05/12] netfilter: xtables: substitute temporary defines by final name kaber
2010-05-13 16:16 ` [PATCH 06/12] netfilter: xtables: deconstify struct xt_action_param for matches kaber
2010-05-13 16:16 ` [PATCH 07/12] netfilter: xtables: change hotdrop pointer to direct modification kaber
2010-05-13 16:16 ` [PATCH 08/12] netfilter: xtables: combine built-in extension structs kaber
2010-05-13 16:16 ` [PATCH 09/12] netfilter: bridge-netfilter: fix crash in br_nf_forward_finish() kaber
2010-05-13 16:16 ` [PATCH 10/12] netfilter: change NF_ASSERT to WARN_ON kaber
2010-05-13 16:16 ` [PATCH 11/12] netfilter: cleanup printk messages kaber
2010-05-13 16:16 ` [PATCH 12/12] netfilter: remove unnecessary returns from void function()s kaber
2010-05-14  2:07 ` [PATCH 00/12] netfilter: netfilter update 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).