netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeremy Sowden <jeremy@azazel.net>
To: Jan Engelhardt <jengelh@inai.de>
Cc: Netfilter Devel <netfilter-devel@vger.kernel.org>, kaskada@email.cz
Subject: [xtables-addons 0/4] IPv6 support for xt_ipp2p
Date: Mon, 13 Sep 2021 10:20:47 +0100	[thread overview]
Message-ID: <20210913092051.79743-1-jeremy@azazel.net> (raw)

* The first patch short-circuits searches if the packet is empty.
* The second and third patches refactor the ipv4 code in anticipation of
  adding ipv6 support.
* The fourth patch adds ipv6 support.

Jeremy Sowden (4):
  xt_ipp2p: don't search haystack if it's empty
  xt_ipp2p: move the protocol-specific code out into separate functions
  xt_ipp2p: move result printing code into separate functions
  xt_ipp2p: add ipv6 support

 extensions/libxt_ipp2p.c |   2 +-
 extensions/xt_ipp2p.c    | 293 ++++++++++++++++++++++++++++-----------
 2 files changed, 214 insertions(+), 81 deletions(-)

-- 
2.33.0


             reply	other threads:[~2021-09-13  9:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-13  9:20 Jeremy Sowden [this message]
2021-09-13  9:20 ` [xtables-addons 1/4] xt_ipp2p: don't search haystack if it's empty Jeremy Sowden
2021-09-13  9:20 ` [xtables-addons 2/4] xt_ipp2p: move the protocol-specific code out into separate functions Jeremy Sowden
2021-09-13  9:20 ` [xtables-addons 3/4] xt_ipp2p: move result printing code " Jeremy Sowden
2021-09-13  9:20 ` [xtables-addons 4/4] xt_ipp2p: add ipv6 support Jeremy Sowden
     [not found] ` <1wg.aVMb.5l0xziYPqYA.1XFsCY@seznam.cz>
2021-09-13 14:55   ` [xtables-addons 0/4] IPv6 support for xt_ipp2p Jeremy Sowden
2021-09-13 17:19 ` 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=20210913092051.79743-1-jeremy@azazel.net \
    --to=jeremy@azazel.net \
    --cc=jengelh@inai.de \
    --cc=kaskada@email.cz \
    --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).