netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* netfilter 00/09: netfilter update part II
@ 2010-02-18 18:21 Patrick McHardy
  2010-02-18 18:21 ` netfilter 01/09: ebtables: split do_replace into two functions Patrick McHardy
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Patrick McHardy @ 2010-02-18 18:21 UTC (permalink / raw)
  To: davem; +Cc: netdev, Patrick McHardy, netfilter-devel

Hi Dave,

following are a few more netfilter patches for 2.6.34, containing:

- bridge netfilter compat support from Florian Westphal

- IPVS SCTP load-balancing support from Venkata Mohan Reddy

- a build fix for nf_defrag_ipv4 from myself

Please apply or pull from:

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

Thanks!


 include/net/ip_vs.h                        |   22 +-
 include/net/netfilter/nf_conntrack_zones.h |    6 +-
 net/bridge/netfilter/ebt_limit.c           |   16 +
 net/bridge/netfilter/ebt_mark.c            |   31 +
 net/bridge/netfilter/ebt_mark_m.c          |   37 +
 net/bridge/netfilter/ebtables.c            | 1159 ++++++++++++++++++++++++---
 net/ipv4/netfilter/nf_defrag_ipv4.c        |    6 +-
 net/netfilter/ipvs/Kconfig                 |    7 +
 net/netfilter/ipvs/Makefile                |    1 +
 net/netfilter/ipvs/ip_vs_core.c            |   62 ++-
 net/netfilter/ipvs/ip_vs_ctl.c             |    5 +-
 net/netfilter/ipvs/ip_vs_proto.c           |    3 +
 net/netfilter/ipvs/ip_vs_proto_sctp.c      | 1183 ++++++++++++++++++++++++++++
 net/netfilter/ipvs/ip_vs_sync.c            |   14 +
 14 files changed, 2418 insertions(+), 134 deletions(-)
 create mode 100644 net/netfilter/ipvs/ip_vs_proto_sctp.c

Florian Westphal (7):
      netfilter: ebtables: split do_replace into two functions
      netfilter: ebtables: split copy_everything_to_user into two functions
      netfilter: ebtables: split update_counters into two functions
      netfilter: ebtables: add CONFIG_COMPAT support
      netfilter: ebtables: try native set/getsockopt handlers, too
      netfilter: ebt_limit: add CONFIG_COMPAT support
      netfilter: ebtables: mark: add CONFIG_COMPAT support

Patrick McHardy (2):
      Merge branch 'ebt_config_compat_v4' of git://git.breakpoint.cc/fw/nf-next-2.6
      netfilter: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=n

Venkata Mohan Reddy (1):
      ipvs: SCTP Trasport Loadbalancing Support

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

end of thread, other threads:[~2010-02-18 21:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18 18:21 netfilter 00/09: netfilter update part II Patrick McHardy
2010-02-18 18:21 ` netfilter 01/09: ebtables: split do_replace into two functions Patrick McHardy
2010-02-18 18:21 ` netfilter 02/09: ebtables: split copy_everything_to_user " Patrick McHardy
2010-02-18 18:21 ` netfilter 03/09: ebtables: split update_counters " Patrick McHardy
2010-02-18 18:21 ` netfilter 04/09: ebtables: add CONFIG_COMPAT support Patrick McHardy
2010-02-18 18:21 ` netfilter 05/09: ebtables: try native set/getsockopt handlers, too Patrick McHardy
2010-02-18 18:21 ` netfilter 06/09: ebt_limit: add CONFIG_COMPAT support Patrick McHardy
2010-02-18 18:21 ` netfilter 07/09: ebtables: mark: " Patrick McHardy
2010-02-18 18:21 ` ipvs 08/09: SCTP Trasport Loadbalancing Support Patrick McHardy
2010-02-18 18:21 ` netfilter 09/09: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=n Patrick McHardy
2010-02-18 20:16 ` netfilter 00/09: netfilter update part II David Miller
2010-02-18 21:48   ` Jan Engelhardt

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).