netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: pablo@netfilter.org
Cc: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH 0/7] netfilter fixes for 3.9-rc
Date: Wed, 20 Mar 2013 10:25:22 -0400 (EDT)	[thread overview]
Message-ID: <20130320.102522.1602310574602201267.davem@davemloft.net> (raw)
In-Reply-To: <1363776574-4766-1-git-send-email-pablo@netfilter.org>

From: pablo@netfilter.org
Date: Wed, 20 Mar 2013 11:49:27 +0100

> The following patchset contains 7 Netfilter/IPVS fixes for 3.9-rc, they are:
> 
> * Restrict IPv6 stateless NPT targets to the mangle table. Many users are
>   complaining that this target does not work in the nat table, which is the
>   wrong table for it, from Florian Westphal.
> 
> * Fix possible use before initialization in the netns init path of several
>   conntrack protocol trackers (introduced recently while improving conntrack
>   netns support), from Gao Feng.
> 
> * Fix incorrect initialization of copy_range in nfnetlink_queue, spotted
>   by Eric Dumazet during the NFWS2013, patch from myself.
> 
> * Fix wrong calculation of next SCTP chunk in IPVS, from Julian Anastasov.
> 
> * Remove rcu_read_lock section in IPVS while calling ipv4_update_pmtu
>   not required anymore after change introduced in 3.7, again from Julian.
> 
> * Fix SYN looping in IPVS state sync if the backup is used a real server
>   in DR/TUN modes, this required a new /proc entry to disable the director
>   function when acting as backup, also from Julian.
> 
> * Remove leftover IP_NF_QUEUE Kconfig after ip_queue removal, noted by
>   Paul Bolle.
> 
> You can pull these changes from:
> 
> git://1984.lsi.us.es/nf master

Pulled, thanks!

      parent reply	other threads:[~2013-03-20 14:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-20 10:49 [PATCH 0/7] netfilter fixes for 3.9-rc pablo
2013-03-20 10:49 ` [PATCH 1/7] netfilter: nf_conntrack: register pernet subsystem before register L4 proto pablo
2013-03-20 10:49 ` [PATCH 2/7] netfilter: nfnetlink_queue: fix incorrect initialization of copy range field pablo
2013-03-20 13:33   ` Sergei Shtylyov
2013-03-20 10:49 ` [PATCH 3/7] netfilter: ip6t_NPT: restrict to mangle table pablo
2013-03-20 10:49 ` [PATCH 4/7] ipvs: fix sctp chunk length order pablo
2013-03-20 10:49 ` [PATCH 5/7] ipvs: add backup_only flag to avoid loops pablo
2013-03-20 10:49 ` [PATCH 6/7] ipvs: remove extra rcu lock pablo
2013-03-20 10:49 ` [PATCH 7/7] netfilter: remove unused "config IP_NF_QUEUE" pablo
2013-03-20 14:25 ` David Miller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130320.102522.1602310574602201267.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).