mbox

[v2,0/7,xt-addons] xt_psd: ipv6 support

Message ID 1347886523-19356-1-git-send-email-fw@strlen.de
State Not Applicable
Headers show

Pull-request

git://git.breakpoint.cc/fw/xtables-addons.git psd_12

Message

Florian Westphal Sept. 17, 2012, 12:55 p.m. UTC
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

Comments

Jan Engelhardt Sept. 18, 2012, 5:33 a.m. UTC | #1
On Monday 2012-09-17 14:55, Florian Westphal wrote:

>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):

all done.
--
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