From: gfree.wind@foxmail.com
To: pablo@netfilter.org, netfilter-devel@vger.kernel.org,
gfree.wind@foxmail.com
Cc: Gao Feng <fgao@ikuai8.com>
Subject: [PATCH nf v5 0/3] Refine the robust of helper expectfn
Date: Fri, 31 Mar 2017 18:38:18 +0800 [thread overview]
Message-ID: <cover.1490955730.git.fgao@ikuai8.com> (raw)
From: Gao Feng <fgao@ikuai8.com>
These patches are used to refine the codes of helper expectfn, and
enhance its robust, including fixing possible panic bug.
Gao Feng (3):
netfilter: helper: Rename struct nf_ct_helper_expectfn to
nf_ct_nat_helper
netfilter: nat_helper: Make sure every proto nat module uses its
nat_helper
netfilter: nat_helper: Remove the expectations when its module is
unloaded
include/net/netfilter/nf_conntrack_expect.h | 5 +-
include/net/netfilter/nf_conntrack_helper.h | 13 ++--
net/ipv4/netfilter/nf_nat_h323.c | 55 +++++++++++------
net/netfilter/ipvs/ip_vs_nfct.c | 8 ++-
net/netfilter/nf_conntrack_broadcast.c | 2 +-
net/netfilter/nf_conntrack_core.c | 4 +-
net/netfilter/nf_conntrack_expect.c | 10 ++-
net/netfilter/nf_conntrack_helper.c | 94 +++++++++++++++++------------
net/netfilter/nf_conntrack_netlink.c | 20 +++---
net/netfilter/nf_conntrack_pptp.c | 15 ++++-
net/netfilter/nf_nat_amanda.c | 10 ++-
net/netfilter/nf_nat_core.c | 7 ++-
net/netfilter/nf_nat_ftp.c | 10 ++-
net/netfilter/nf_nat_irc.c | 10 ++-
net/netfilter/nf_nat_sip.c | 23 ++++---
net/netfilter/nf_nat_tftp.c | 10 ++-
16 files changed, 194 insertions(+), 102 deletions(-)
--
1.9.1
next reply other threads:[~2017-03-31 10:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-31 10:38 gfree.wind [this message]
2017-03-31 10:38 ` [PATCH nf v5 1/3] netfilter: helper: Rename struct nf_ct_helper_expectfn to nf_ct_nat_helper gfree.wind
2017-03-31 10:38 ` [PATCH nf v5 2/3] netfilter: nat_helper: Make sure every proto nat module uses its nat_helper gfree.wind
2017-04-14 0:11 ` Pablo Neira Ayuso
2017-04-14 0:46 ` Gao Feng
2017-04-14 1:02 ` Pablo Neira Ayuso
2017-04-17 0:50 ` Gao Feng
2017-03-31 10:38 ` [PATCH nf v5 3/3] netfilter: nat_helper: Remove the expectations when its module is unloaded gfree.wind
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=cover.1490955730.git.fgao@ikuai8.com \
--to=gfree.wind@foxmail.com \
--cc=fgao@ikuai8.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.