Re: [PATCH 00/13] SCTP: Enable netns

2012-08-14 Thread Vlad Yasevich
On 08/04/2012 05:30 PM, Jan Ariyasu wrote: The following set of patches enable network-namespaces for the SCTP protocol. The multitude of global parameters are stored in a net_generic structure, and the bulk of the patches enable the protocol to access the parameters on a per-namespace basis.

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-14 Thread Vlad Yasevich
On 08/04/2012 05:30 PM, Jan Ariyasu wrote: The following set of patches enable network-namespaces for the SCTP protocol. The multitude of global parameters are stored in a net_generic structure, and the bulk of the patches enable the protocol to access the parameters on a per-namespace basis.

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-06 Thread Eric W. Biederman
Vlad Yasevich writes: > On 08/06/2012 04:47 PM, David Miller wrote: >> From: ebied...@xmission.com (Eric W. Biederman) >> Date: Mon, 06 Aug 2012 12:50:46 -0700 >> >>> Vlad Yasevich writes: >>> >>> Hi Eric Associations are looked up by ports, but then verifyed by addresses.

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-06 Thread Vlad Yasevich
On 08/06/2012 04:47 PM, David Miller wrote: From: ebied...@xmission.com (Eric W. Biederman) Date: Mon, 06 Aug 2012 12:50:46 -0700 Vlad Yasevich writes: Hi Eric Associations are looked up by ports, but then verifyed by addresses. Also, associations belong to sockets and simply validating

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-06 Thread David Miller
From: ebied...@xmission.com (Eric W. Biederman) Date: Mon, 06 Aug 2012 12:50:46 -0700 > Vlad Yasevich writes: > > >> Hi Eric >> >> Associations are looked up by ports, but then verifyed by addresses. >> Also, associations belong to sockets and simply validating the socket >> namespace should

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-06 Thread Vlad Yasevich
On 08/06/2012 03:50 PM, Eric W. Biederman wrote: Vlad Yasevich writes: Hi Eric Associations are looked up by ports, but then verifyed by addresses. Also, associations belong to sockets and simply validating the socket namespace should be sufficient. True. Your set of patches isn't quite

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-06 Thread Eric W. Biederman
Vlad Yasevich writes: > Hi Eric > > Associations are looked up by ports, but then verifyed by addresses. > Also, associations belong to sockets and simply validating the socket > namespace should be sufficient. True. Your set of patches isn't quite as likely to malfunction as it looked at

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-06 Thread Vlad Yasevich
On 08/06/2012 02:20 PM, Eric W. Biederman wrote: Jan Ariyasu writes: The following set of patches enable network-namespaces for the SCTP protocol. The multitude of global parameters are stored in a net_generic structure, and the bulk of the patches enable the protocol to access the

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-06 Thread Eric W. Biederman
Jan Ariyasu writes: > The following set of patches enable network-namespaces for the SCTP protocol. > > The multitude of global parameters are stored in a net_generic > structure, and the bulk of the patches enable the protocol to access > the parameters on a per-namespace basis. The first five

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-06 Thread Eric W. Biederman
Jan Ariyasu jan.ariy...@gmail.com writes: The following set of patches enable network-namespaces for the SCTP protocol. The multitude of global parameters are stored in a net_generic structure, and the bulk of the patches enable the protocol to access the parameters on a per-namespace basis.

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-06 Thread Vlad Yasevich
On 08/06/2012 02:20 PM, Eric W. Biederman wrote: Jan Ariyasu jan.ariy...@gmail.com writes: The following set of patches enable network-namespaces for the SCTP protocol. The multitude of global parameters are stored in a net_generic structure, and the bulk of the patches enable the protocol to

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-06 Thread Eric W. Biederman
Vlad Yasevich vyasev...@gmail.com writes: Hi Eric Associations are looked up by ports, but then verifyed by addresses. Also, associations belong to sockets and simply validating the socket namespace should be sufficient. True. Your set of patches isn't quite as likely to malfunction as it

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-06 Thread Vlad Yasevich
On 08/06/2012 03:50 PM, Eric W. Biederman wrote: Vlad Yasevich vyasev...@gmail.com writes: Hi Eric Associations are looked up by ports, but then verifyed by addresses. Also, associations belong to sockets and simply validating the socket namespace should be sufficient. True. Your set of

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-06 Thread David Miller
From: ebied...@xmission.com (Eric W. Biederman) Date: Mon, 06 Aug 2012 12:50:46 -0700 Vlad Yasevich vyasev...@gmail.com writes: Hi Eric Associations are looked up by ports, but then verifyed by addresses. Also, associations belong to sockets and simply validating the socket namespace

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-06 Thread Vlad Yasevich
On 08/06/2012 04:47 PM, David Miller wrote: From: ebied...@xmission.com (Eric W. Biederman) Date: Mon, 06 Aug 2012 12:50:46 -0700 Vlad Yasevich vyasev...@gmail.com writes: Hi Eric Associations are looked up by ports, but then verifyed by addresses. Also, associations belong to sockets and

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-06 Thread Eric W. Biederman
Vlad Yasevich vyasev...@gmail.com writes: On 08/06/2012 04:47 PM, David Miller wrote: From: ebied...@xmission.com (Eric W. Biederman) Date: Mon, 06 Aug 2012 12:50:46 -0700 Vlad Yasevich vyasev...@gmail.com writes: Hi Eric Associations are looked up by ports, but then verifyed by

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-04 Thread David Miller
From: Jan Ariyasu Date: Sat, 4 Aug 2012 15:30:37 -0600 > The following set of patches enable network-namespaces for the SCTP protocol. > > The multitude of global parameters are stored in a net_generic > structure, and the bulk of the patches enable the protocol to access > the parameters on a

[PATCH 00/13] SCTP: Enable netns

2012-08-04 Thread Jan Ariyasu
The following set of patches enable network-namespaces for the SCTP protocol. The multitude of global parameters are stored in a net_generic structure, and the bulk of the patches enable the protocol to access the parameters on a per-namespace basis. The first five patches enable netns handling

[PATCH 00/13] SCTP: Enable netns

2012-08-04 Thread Jan Ariyasu
The following set of patches enable network-namespaces for the SCTP protocol. The multitude of global parameters are stored in a net_generic structure, and the bulk of the patches enable the protocol to access the parameters on a per-namespace basis. The first five patches enable netns handling

Re: [PATCH 00/13] SCTP: Enable netns

2012-08-04 Thread David Miller
From: Jan Ariyasu jan.ariy...@gmail.com Date: Sat, 4 Aug 2012 15:30:37 -0600 The following set of patches enable network-namespaces for the SCTP protocol. The multitude of global parameters are stored in a net_generic structure, and the bulk of the patches enable the protocol to access the