netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7][xt-addons] xt_psd: ipv6 support
@ 2012-09-17 12:55 Florian Westphal
  2012-09-17 12:55 ` [PATCH 1/7] xt_psd: remove unneeded variables, make hash unsigned Florian Westphal
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Florian Westphal @ 2012-09-17 12:55 UTC (permalink / raw)
  To: netfilter-devel

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-09-18  5:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-17 12:55 [PATCH v2 0/7][xt-addons] xt_psd: ipv6 support Florian Westphal
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

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