All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] IPv6 tarpit support
@ 2012-07-08 18:11 Josh Hunt
  2012-07-08 18:11 ` [PATCH v2 1/6] netfilter: tarpit: Move XTTARPIT_TARPIT mode processing to its own function Josh Hunt
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Josh Hunt @ 2012-07-08 18:11 UTC (permalink / raw)
  To: jengelh, netfilter-devel; +Cc: Josh Hunt

Jan

I believe I've addressed the concerns you raised in the original set.
This version separates out the XTTARPIT_* modes into their own functions
(patches 1-3.) It also changes tarpit_generic to return a bool so we
can now handle the early exits properly.

Thanks
Josh

Josh Hunt (6):
  netfilter: tarpit: Move XTTARPIT_TARPIT mode processing to its own
    function
  netfilter: tarpit: Move XTTARPIT_HONEYPOT mode into its own function
  netfilter: tarpit: Move XTTARPIT_RESET to its own function
  netfilter: tarpit: Make tarpit code generic
  netfilter: tarpit: Add IPv6 support
  netfilter: tarpit: Enable IPv6 userspace support

 extensions/libxt_TARPIT.c |    2 +-
 extensions/xt_TARPIT.c    |  407 +++++++++++++++++++++++++++++++++++----------
 2 files changed, 316 insertions(+), 93 deletions(-)


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

end of thread, other threads:[~2012-07-09 20:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-08 18:11 [PATCH v2 0/6] IPv6 tarpit support Josh Hunt
2012-07-08 18:11 ` [PATCH v2 1/6] netfilter: tarpit: Move XTTARPIT_TARPIT mode processing to its own function Josh Hunt
2012-07-08 18:11 ` [PATCH v2 2/6] netfilter: tarpit: Move XTTARPIT_HONEYPOT mode into " Josh Hunt
2012-07-08 18:11 ` [PATCH v2 3/6] netfilter: tarpit: Move XTTARPIT_RESET to " Josh Hunt
2012-07-08 18:11 ` [PATCH v2 4/6] netfilter: tarpit: Make tarpit code generic Josh Hunt
2012-07-08 18:11 ` [PATCH v2 5/6] netfilter: tarpit: Add IPv6 support Josh Hunt
2012-07-08 19:36   ` Jan Engelhardt
2012-07-09 14:02     ` Josh Hunt
2012-07-09 16:58       ` Jan Engelhardt
2012-07-09 17:28         ` Josh Hunt
2012-07-09 18:46           ` Jan Engelhardt
2012-07-09 19:05             ` Josh Hunt
2012-07-09 20:22             ` Maciej Żenczykowski
2012-07-08 18:11 ` [PATCH v2 6/6] netfilter: tarpit: Enable IPv6 userspace support Josh Hunt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.