netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: kaber@trash.net
Cc: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH 00/37] netfilter: netfilter update
Date: Tue, 15 Mar 2011 12:58:58 -0700 (PDT)	[thread overview]
Message-ID: <20110315.125858.193725473.davem@davemloft.net> (raw)
In-Reply-To: <1300218257-26953-1-git-send-email-kaber@trash.net>

From: kaber@trash.net
Date: Tue, 15 Mar 2011 20:43:40 +0100

> 
> Please pull from:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6.git master

Pulled, thanks Patrick.

      parent reply	other threads:[~2011-03-15 19:58 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-15 19:43 [PATCH 00/37] netfilter: netfilter update kaber
2011-03-15 19:43 ` [PATCH 01/37] netfilter: ipset: fix the compile warning in ip_set_create kaber
2011-03-15 19:43 ` [PATCH 02/37] netfilter: x_tables: misuse of try_then_request_module kaber
2011-03-15 19:43 ` [PATCH 03/37] netfilter: x_tables: return -ENOENT for non-existant matches/targets kaber
2011-03-15 19:43 ` [PATCH 04/37] netfilter: nf_conntrack: fix sysctl memory leak kaber
2011-03-15 19:43 ` [PATCH 05/37] ipvs: avoid lookup for fwmark 0 kaber
2011-03-15 19:43 ` [PATCH 06/37] ipvs: remove _bh from percpu stats reading kaber
2011-03-15 19:43 ` [PATCH 07/37] netfilter:ipvs: use kmemdup kaber
2011-03-15 19:43 ` [PATCH 08/37] IPVS: Fix variable assignment in ip_vs_notrack kaber
2011-03-15 19:43 ` [PATCH 09/37] ipvs: move struct netns_ipvs kaber
2011-03-15 19:43 ` [PATCH 10/37] ipvs: reorganize tot_stats kaber
2011-03-15 19:43 ` [PATCH 11/37] ipvs: properly zero stats and rates kaber
2011-03-15 19:43 ` [PATCH 12/37] ipvs: remove unused seqcount stats kaber
2011-03-15 19:43 ` [PATCH 13/37] ipvs: optimize rates reading kaber
2011-03-15 19:43 ` [PATCH 14/37] ipvs: rename estimator functions kaber
2011-03-15 19:43 ` [PATCH 15/37] IPVS: Add ip_vs_route_me_harder() kaber
2011-03-15 19:43 ` [PATCH 16/37] IPVS: Add sysctl_snat_reroute() kaber
2011-03-15 19:43 ` [PATCH 17/37] IPVS: Add sysctl_nat_icmp_send() kaber
2011-03-15 19:43 ` [PATCH 18/37] IPVS: Add {sysctl_sync_threshold,period}() kaber
2011-03-15 19:43 ` [PATCH 19/37] IPVS: Add sysctl_sync_ver() kaber
2011-03-15 19:44 ` [PATCH 20/37] IPVS: Add sysctl_expire_nodest_conn() kaber
2011-03-15 19:44 ` [PATCH 21/37] IPVS: Add expire_quiescent_template() kaber
2011-03-15 19:44 ` [PATCH 22/37] IPVS: Conditinally use sysctl_lblc{r}_expiration kaber
2011-03-15 19:44 ` [PATCH 23/37] IPVS: ip_vs_todrop() becomes a noop when CONFIG_SYSCTL is undefined kaber
2011-03-15 19:44 ` [PATCH 24/37] IPVS: Conditional ip_vs_conntrack_enabled() kaber
2011-03-15 19:44 ` [PATCH 25/37] IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefined kaber
2011-03-15 19:44 ` [PATCH 26/37] IPVS: Conditionally define and use ip_vs_lblc{r}_table kaber
2011-03-15 19:44 ` [PATCH 27/37] IPVS: Add __ip_vs_control_{init,cleanup}_sysctl() kaber
2011-03-15 19:44 ` [PATCH 28/37] IPVS: Conditionally include sysctl members of struct netns_ipvs kaber
2011-03-15 19:44 ` [PATCH 29/37] netfilter: xt_connlimit: fix daddr connlimit in SNAT scenario kaber
2011-03-15 19:44 ` [PATCH 30/37] netfilter: xt_connlimit: use kmalloc() instead of kzalloc() kaber
2011-03-15 19:44 ` [PATCH 31/37] netfilter: xt_connlimit: use hlist instead kaber
2011-03-15 19:44 ` [PATCH 32/37] netfilter: xt_connlimit: remove connlimit_rnd_inited kaber
2011-03-15 19:44 ` [PATCH 33/37] netfilter: arp_tables: fix infoleak to userspace kaber
2011-03-15 19:44 ` [PATCH 34/37] netfilter: ip_tables: " kaber
2011-03-15 19:44 ` [PATCH 35/37] ipv6: netfilter: ip6_tables: " kaber
2011-03-15 19:44 ` [PATCH 36/37] netfilter: ipt_addrtype: rename to xt_addrtype kaber
2011-03-15 19:44 ` [PATCH 37/37] netfilter: xt_addrtype: ipv6 support kaber
2011-03-15 19:58 ` 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=20110315.125858.193725473.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=kaber@trash.net \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.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).