All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/3] netfilter: xtables: inclusion of condition match and target
@ 2010-08-17  8:36 Luciano Coelho
  2010-08-17  8:36 ` [PATCH RESEND 1/3] netfilter: xtables: inclusion of xt_condition Luciano Coelho
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Luciano Coelho @ 2010-08-17  8:36 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel, netdev, jengelh, sameo, janne.ylalehto

Hi,

I'm resending these three patches now that the net-next is open for development
again.  These patches include the xt_condition match and target.

Please integrate if everything is okay.

Cheers,
Luca.

Luciano Coelho (3):
  netfilter: xtables: inclusion of xt_condition
  netfilter: xt_condition: change the value from boolean to u32
  netfilter: xt_condition: add condition target support

 include/linux/netfilter/Kbuild         |    1 +
 include/linux/netfilter/xt_condition.h |   26 +++
 net/netfilter/Kconfig                  |   11 +
 net/netfilter/Makefile                 |    1 +
 net/netfilter/xt_condition.c           |  357 ++++++++++++++++++++++++++++++++
 5 files changed, 396 insertions(+), 0 deletions(-)
 create mode 100644 include/linux/netfilter/xt_condition.h
 create mode 100644 net/netfilter/xt_condition.c


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

end of thread, other threads:[~2010-09-22  6:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-17  8:36 [PATCH RESEND 0/3] netfilter: xtables: inclusion of condition match and target Luciano Coelho
2010-08-17  8:36 ` [PATCH RESEND 1/3] netfilter: xtables: inclusion of xt_condition Luciano Coelho
2010-09-15 20:39   ` Patrick McHardy
2010-09-15 20:52     ` Jan Engelhardt
2010-09-15 20:59       ` Patrick McHardy
2010-09-15 21:09         ` Jan Engelhardt
2010-09-16  5:38           ` Patrick McHardy
2010-09-21 20:02             ` Luciano Coelho
2010-09-22  6:46               ` Patrick McHardy
2010-09-21 19:59     ` Luciano Coelho
2010-08-17  8:36 ` [PATCH RESEND 2/3] netfilter: xt_condition: change the value from boolean to u32 Luciano Coelho
2010-09-15 20:41   ` Patrick McHardy
2010-09-15 20:46     ` Jan Engelhardt
2010-09-21 20:00       ` Luciano Coelho
2010-08-17  8:36 ` [PATCH RESEND 3/3] netfilter: xt_condition: add condition target support Luciano Coelho

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.