From: Florian Westphal <fw@strlen.de>
To: netfilter-devel <netfilter-devel@vger.kernel.org>
Subject: [PATCH v2 0/7][xt-addons] xt_psd: ipv6 support
Date: Mon, 17 Sep 2012 14:55:16 +0200 [thread overview]
Message-ID: <1347886523-19356-1-git-send-email-fw@strlen.de> (raw)
Changes since v1:
- rebased on top of xt-addons.git psd branch
- patch1: convert all int hash declarations to unsigned int
- patch7: use if (foo != NULL) instead of (!foo) where appropriate
There are no other changes.
The following changes since commit 093f3b0a975d2be97ba33426ceead8d205bca2f6:
xt_psd: move match functionality to helpers (2012-09-17 04:44:29 +0200)
are available in the git repository at:
git://git.breakpoint.cc/fw/xtables-addons.git psd_12
Florian Westphal (7):
xt_psd: remove unneeded variables, make hash unsigned
xt_psd: split struct host into generic and af-dependent structure
xt_psd: move table cleanup into helper
xt_psd: use tcph->dest directly
xt_psd: move l4 header fetching into helper
xt_psd: move ipv4 state locking responsibility to caller
psd: add ipv6 support
extensions/libxt_psd.c | 2 +-
extensions/xt_psd.c | 463 +++++++++++++++++++++++++++++++++++-------------
2 files changed, 340 insertions(+), 125 deletions(-)
next reply other threads:[~2012-09-17 12:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-17 12:55 Florian Westphal [this message]
2012-09-17 12:55 ` [PATCH 1/7] xt_psd: remove unneeded variables, make hash unsigned Florian Westphal
2012-09-17 12:55 ` [PATCH 2/7] xt_psd: split struct host into generic and af-dependent structure Florian Westphal
2012-09-17 12:55 ` [PATCH 3/7] xt_psd: move table cleanup into helper Florian Westphal
2012-09-17 12:55 ` [PATCH 4/7] xt_psd: use tcph->dest directly Florian Westphal
2012-09-17 12:55 ` [PATCH 5/7] xt_psd: move l4 header fetching into helper Florian Westphal
2012-09-17 12:55 ` [PATCH 6/7] xt_psd: move ipv4 state locking responsibility to caller Florian Westphal
2012-09-17 12:55 ` [PATCH 7/7] psd: add ipv6 support Florian Westphal
2012-09-18 5:33 ` [PATCH v2 0/7][xt-addons] xt_psd: " Jan Engelhardt
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=1347886523-19356-1-git-send-email-fw@strlen.de \
--to=fw@strlen.de \
--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).