Re: [PATCH v2 0/2] sctp: fix src address selection if using secondary address

2015-07-21 Thread David Miller
From: Marcelo Ricardo Leitner marcelo.leit...@gmail.com
Date: Fri, 17 Jul 2015 12:34:16 -0300

 This series improves the way SCTP chooses its src address so that the
 choosen one will always belong to the interface being used for output.
 
 v1-v2:
  - split out the refactoring from the fix itself
  - Doing a full reverse routing as in v1 is not necessary. Only looking
for the interface that has the address and comparing its number is
enough.

Series applied, thanks.
--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 0/2] sctp: fix src address selection if using secondary address

2015-07-20 Thread Vlad Yasevich
On 07/17/2015 11:34 AM, Marcelo Ricardo Leitner wrote:
 This series improves the way SCTP chooses its src address so that the
 choosen one will always belong to the interface being used for output.
 
 v1-v2:
  - split out the refactoring from the fix itself
  - Doing a full reverse routing as in v1 is not necessary. Only looking
for the interface that has the address and comparing its number is
enough.
 
 Marcelo Ricardo Leitner (2):
   sctp: reduce indent level on sctp_v4_get_dst
   sctp: fix src address selection if using secondary addresses
 

For the series:

Acked-by: Vlad Yasevich vyasev...@gmail.com

Thanks
-vlad

  net/sctp/protocol.c | 42 +++---
  1 file changed, 27 insertions(+), 15 deletions(-)
 

--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 0/2] sctp: fix src address selection if using secondary address

2015-07-20 Thread Neil Horman
On Fri, Jul 17, 2015 at 12:34:16PM -0300, Marcelo Ricardo Leitner wrote:
 This series improves the way SCTP chooses its src address so that the
 choosen one will always belong to the interface being used for output.
 
 v1-v2:
  - split out the refactoring from the fix itself
  - Doing a full reverse routing as in v1 is not necessary. Only looking
for the interface that has the address and comparing its number is
enough.
 
 Marcelo Ricardo Leitner (2):
   sctp: reduce indent level on sctp_v4_get_dst
   sctp: fix src address selection if using secondary addresses
 
  net/sctp/protocol.c | 42 +++---
  1 file changed, 27 insertions(+), 15 deletions(-)
 
 -- 
 2.4.1
 
 --
 To unsubscribe from this list: send the line unsubscribe linux-sctp in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 

Acked-by: Neil Horman nhor...@tuxdriver.com

--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v2 0/2] sctp: fix src address selection if using secondary address

2015-07-17 Thread Marcelo Ricardo Leitner
This series improves the way SCTP chooses its src address so that the
choosen one will always belong to the interface being used for output.

v1-v2:
 - split out the refactoring from the fix itself
 - Doing a full reverse routing as in v1 is not necessary. Only looking
   for the interface that has the address and comparing its number is
   enough.

Marcelo Ricardo Leitner (2):
  sctp: reduce indent level on sctp_v4_get_dst
  sctp: fix src address selection if using secondary addresses

 net/sctp/protocol.c | 42 +++---
 1 file changed, 27 insertions(+), 15 deletions(-)

-- 
2.4.1

--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html