netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* nf-next: xt_condition, xt_SYSRQ
@ 2010-04-02 13:23 Jan Engelhardt
  2010-04-02 13:23 ` [PATCH 1/2] netfilter: xtables: inclusion of xt_condition Jan Engelhardt
  2010-04-02 13:23 ` [PATCH 2/2] netfilter: xtables: inclusion of xt_SYSRQ Jan Engelhardt
  0 siblings, 2 replies; 10+ messages in thread
From: Jan Engelhardt @ 2010-04-02 13:23 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel


Hi,



As reviewed previously in
	http://marc.info/?l=netfilter-devel&m=126883196918488&w=2
	http://marc.info/?t=126883205200011&r=1&w=2

Please merge.



The following changes since commit 02e4eb75912a5c8babccc1acdc9cc913989be04e:
  Eric Dumazet (1):
        netfilter: xt_hashlimit: RCU conversion

are available in the git repository at:

  git://dev.medozas.de/linux master

Jan Engelhardt (2):
      netfilter: xtables: inclusion of xt_condition
      netfilter: xtables: inclusion of xt_SYSRQ

 include/linux/netfilter/Kbuild         |    1 +
 include/linux/netfilter/xt_condition.h |   14 ++
 net/netfilter/Kconfig                  |   20 ++
 net/netfilter/Makefile                 |    2 +
 net/netfilter/xt_SYSRQ.c               |  354 ++++++++++++++++++++++++++++++++
 net/netfilter/xt_condition.c           |  243 ++++++++++++++++++++++
 6 files changed, 634 insertions(+), 0 deletions(-)
 create mode 100644 include/linux/netfilter/xt_condition.h
 create mode 100644 net/netfilter/xt_SYSRQ.c
 create mode 100644 net/netfilter/xt_condition.c

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/2] netfilter: xtables: xt_condition inclusion and change to u32
@ 2010-08-05 14:41 luciano.coelho
  2010-08-05 14:41 ` [PATCH 1/2] netfilter: xtables: inclusion of xt_condition luciano.coelho
  0 siblings, 1 reply; 10+ messages in thread
From: luciano.coelho @ 2010-08-05 14:41 UTC (permalink / raw)
  To: netfilter-devel; +Cc: netdev, kaber, jengelh, sameo

From: Luciano Coelho <luciano.coelho@nokia.com>

Hi again,

Here is the xt_condition patch, hopefully for inclusion this time.

When these patches get accepted, I'll send the implementation of the condition
target, as discussed before.

In RFC v2 I've made a few changes as discussed in the review:

  * Removed per-netns module parameters
  * Use par->net instead of current->nsproxy->net_ns
  * Fix file-leak in procfs when exiting the netns

I didn't get any more comments in RFC v2, so I assume it is okay to send it for
inclusion.

>From [RFC v2] to [PATCH], I've only rebased and added a new patch to support
u32 instead of boolean as the value for the condition.

Cheers,
Luca.

PS: I've been on vacation, that's why it took sometime to submit this patch again.


Luciano Coelho (2):
  netfilter: xtables: inclusion of xt_condition
  netfilter: xt_condition: change the value from boolean to u32

 include/linux/netfilter/Kbuild         |    1 +
 include/linux/netfilter/xt_condition.h |   15 ++
 net/netfilter/Kconfig                  |    8 +
 net/netfilter/Makefile                 |    1 +
 net/netfilter/xt_condition.c           |  268 ++++++++++++++++++++++++++++++++
 5 files changed, 293 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] 10+ messages in thread

end of thread, other threads:[~2010-08-05 14:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-02 13:23 nf-next: xt_condition, xt_SYSRQ Jan Engelhardt
2010-04-02 13:23 ` [PATCH 1/2] netfilter: xtables: inclusion of xt_condition Jan Engelhardt
2010-04-06 14:12   ` Patrick McHardy
2010-04-13 11:38     ` Jan Engelhardt
2010-04-13 11:43       ` Patrick McHardy
2010-04-13 11:54         ` Jan Engelhardt
2010-04-13 11:56           ` Patrick McHardy
2010-04-13 12:00             ` Jan Engelhardt
2010-04-02 13:23 ` [PATCH 2/2] netfilter: xtables: inclusion of xt_SYSRQ Jan Engelhardt
  -- strict thread matches above, loose matches on Subject: below --
2010-08-05 14:41 [PATCH 0/2] netfilter: xtables: xt_condition inclusion and change to u32 luciano.coelho
2010-08-05 14:41 ` [PATCH 1/2] netfilter: xtables: inclusion of xt_condition luciano.coelho

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