From patchwork Mon Sep 17 12:55:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Westphal X-Patchwork-Id: 184394 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id D9C0D2C0040 for ; Mon, 17 Sep 2012 22:53:30 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753941Ab2IQMx2 (ORCPT ); Mon, 17 Sep 2012 08:53:28 -0400 Received: from Chamillionaire.breakpoint.cc ([80.244.247.6]:35812 "EHLO Chamillionaire.breakpoint.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752206Ab2IQMx1 (ORCPT ); Mon, 17 Sep 2012 08:53:27 -0400 Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.72) (envelope-from ) id 1TDapK-0000In-Lu for netfilter-devel@vger.kernel.org; Mon, 17 Sep 2012 14:53:26 +0200 From: Florian Westphal To: netfilter-devel Subject: [PATCH v2 0/7][xt-addons] xt_psd: ipv6 support Date: Mon, 17 Sep 2012 14:55:16 +0200 Message-Id: <1347886523-19356-1-git-send-email-fw@strlen.de> X-Mailer: git-send-email 1.7.8.6 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org 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