All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ipset: add "inner" flag support
@ 2013-05-29  0:13 Dash Four
  2013-05-29  9:28 ` Head up [was Re: [PATCH 0/4] ipset: add "inner" flag support] Pablo Neira Ayuso
  2013-05-29 16:38 ` [PATCH 0/4] ipset: add "inner" flag support Jozsef Kadlecsik
  0 siblings, 2 replies; 5+ messages in thread
From: Dash Four @ 2013-05-29  0:13 UTC (permalink / raw)
  To: Jozsef Kadlecsik; +Cc: Pablo Neira Ayuso, Netfilter Core Team

This series of 4 patches implements "inner" flag option in the set
iptables match, allowing matching based on the properties
(source/destination IP address, protocol, port and so on) of the
original (inner) connection in the event of the following
ICMP[v4,v6] messages:

ICMPv4 destination-unreachable (code 3);
ICMPv4 source-quench (code 4);
ICMPv4 time-exceeded (code 11);
ICMPv6 destination-unreachable (code 1);
ICMPv6 packet-too-big (code 2);
ICMPv6 time-exceeded (code 3);


Dash Four (4):
   ipset: minor variable-naming corrections
   ipset: add "inner" flag implementation
   iptables: add set match "inner" flag support
   iptables (userspace): add set match "inner" flag support




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

* Head up [was Re: [PATCH 0/4] ipset: add "inner" flag support]
  2013-05-29  0:13 [PATCH 0/4] ipset: add "inner" flag support Dash Four
@ 2013-05-29  9:28 ` Pablo Neira Ayuso
  2013-05-29 11:47   ` Jozsef Kadlecsik
  2013-05-29 16:38 ` [PATCH 0/4] ipset: add "inner" flag support Jozsef Kadlecsik
  1 sibling, 1 reply; 5+ messages in thread
From: Pablo Neira Ayuso @ 2013-05-29  9:28 UTC (permalink / raw)
  To: Jozsef Kadlecsik; +Cc: Netfilter Core Team

Hi Jozsef,

Cc'ing netfilter-core.

David has been pushing this guy to get him out of anonimity. According
to the kernel policy (Developer authenticity certificate), we need
contributions from a source that we can recognize to avoid legal
issues.

If the contributions are not worth, like that stupid variable rename
he made, better just not to risk and skip them.

Regards.

On Wed, May 29, 2013 at 01:13:08AM +0100, Dash Four wrote:
> This series of 4 patches implements "inner" flag option in the set
> iptables match, allowing matching based on the properties
> (source/destination IP address, protocol, port and so on) of the
> original (inner) connection in the event of the following
> ICMP[v4,v6] messages:
> 
> ICMPv4 destination-unreachable (code 3);
> ICMPv4 source-quench (code 4);
> ICMPv4 time-exceeded (code 11);
> ICMPv6 destination-unreachable (code 1);
> ICMPv6 packet-too-big (code 2);
> ICMPv6 time-exceeded (code 3);
> 
> 
> Dash Four (4):
>   ipset: minor variable-naming corrections
>   ipset: add "inner" flag implementation
>   iptables: add set match "inner" flag support
>   iptables (userspace): add set match "inner" flag support
> 
> 
> 

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

* Re: Head up [was Re: [PATCH 0/4] ipset: add "inner" flag support]
  2013-05-29  9:28 ` Head up [was Re: [PATCH 0/4] ipset: add "inner" flag support] Pablo Neira Ayuso
@ 2013-05-29 11:47   ` Jozsef Kadlecsik
  2013-05-29 11:51     ` Jozsef Kadlecsik
  0 siblings, 1 reply; 5+ messages in thread
From: Jozsef Kadlecsik @ 2013-05-29 11:47 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: Netfilter Core Team

On Wed, 29 May 2013, Pablo Neira Ayuso wrote:

> David has been pushing this guy to get him out of anonimity. According
> to the kernel policy (Developer authenticity certificate), we need
> contributions from a source that we can recognize to avoid legal
> issues.

I have already discussed the question with it and it is a real name.

Best regards,
Jozsef
-
E-mail  : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
          H-1525 Budapest 114, POB. 49, Hungary

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

* Re: Head up [was Re: [PATCH 0/4] ipset: add "inner" flag support]
  2013-05-29 11:47   ` Jozsef Kadlecsik
@ 2013-05-29 11:51     ` Jozsef Kadlecsik
  0 siblings, 0 replies; 5+ messages in thread
From: Jozsef Kadlecsik @ 2013-05-29 11:51 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: Netfilter Core Team

On Wed, 29 May 2013, Jozsef Kadlecsik wrote:

> On Wed, 29 May 2013, Pablo Neira Ayuso wrote:
> 
> > David has been pushing this guy to get him out of anonimity. According
> > to the kernel policy (Developer authenticity certificate), we need
> > contributions from a source that we can recognize to avoid legal
> > issues.
> 
> I have already discussed the question with it and it is a real name.
Sorry, confusing mistypeing:               s/it/him/

Best regards,
Jozsef
-
E-mail  : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
          H-1525 Budapest 114, POB. 49, Hungary

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

* Re: [PATCH 0/4] ipset: add "inner" flag support
  2013-05-29  0:13 [PATCH 0/4] ipset: add "inner" flag support Dash Four
  2013-05-29  9:28 ` Head up [was Re: [PATCH 0/4] ipset: add "inner" flag support] Pablo Neira Ayuso
@ 2013-05-29 16:38 ` Jozsef Kadlecsik
  1 sibling, 0 replies; 5+ messages in thread
From: Jozsef Kadlecsik @ 2013-05-29 16:38 UTC (permalink / raw)
  To: Dash Four; +Cc: Pablo Neira Ayuso, Netfilter Core Team

On Wed, 29 May 2013, Dash Four wrote:

> This series of 4 patches implements "inner" flag option in the set
> iptables match, allowing matching based on the properties
> (source/destination IP address, protocol, port and so on) of the
> original (inner) connection in the event of the following
> ICMP[v4,v6] messages:
> 
> ICMPv4 destination-unreachable (code 3);
> ICMPv4 source-quench (code 4);
> ICMPv4 time-exceeded (code 11);
> ICMPv6 destination-unreachable (code 1);
> ICMPv6 packet-too-big (code 2);
> ICMPv6 time-exceeded (code 3);
> 
> 
> Dash Four (4):
>   ipset: minor variable-naming corrections
>   ipset: add "inner" flag implementation
>   iptables: add set match "inner" flag support
>   iptables (userspace): add set match "inner" flag support

I can review your patches in a few days, a quick look is not enough.

Best regards,
Jozsef
-
E-mail  : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
          H-1525 Budapest 114, POB. 49, Hungary

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

end of thread, other threads:[~2013-05-29 16:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-29  0:13 [PATCH 0/4] ipset: add "inner" flag support Dash Four
2013-05-29  9:28 ` Head up [was Re: [PATCH 0/4] ipset: add "inner" flag support] Pablo Neira Ayuso
2013-05-29 11:47   ` Jozsef Kadlecsik
2013-05-29 11:51     ` Jozsef Kadlecsik
2013-05-29 16:38 ` [PATCH 0/4] ipset: add "inner" flag support Jozsef Kadlecsik

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.