From patchwork Mon Sep 17 12:55:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,0/7,xt-addons] xt_psd: ipv6 support From: Florian Westphal X-Patchwork-Id: 184394 Message-Id: <1347886523-19356-1-git-send-email-fw@strlen.de> To: netfilter-devel Date: Mon, 17 Sep 2012 14:55:16 +0200 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(-) --- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html