Re: [PATCH net-next 0/8] sctp: support per endpoint auth and asconf flags

2019-08-19 Thread David Miller
From: Xin Long Date: Mon, 19 Aug 2019 22:02:42 +0800 > This patchset mostly does 3 things: > > 1. add per endpint asconf flag and use asconf flag properly > and add SCTP_ASCONF_SUPPORTED sockopt. > 2. use auth flag properly and add SCTP_AUTH_SUPPORTED sockopt. > 3. remove the 'global

Re: [PATCH net-next 0/8] sctp: support per endpoint auth and asconf flags

2019-08-19 Thread Marcelo Ricardo Leitner
On Mon, Aug 19, 2019 at 10:02:42PM +0800, Xin Long wrote: > This patchset mostly does 3 things: > > 1. add per endpint asconf flag and use asconf flag properly > and add SCTP_ASCONF_SUPPORTED sockopt. > 2. use auth flag properly and add SCTP_AUTH_SUPPORTED sockopt. > 3. remove the 'glob

[PATCH net-next 0/8] sctp: support per endpoint auth and asconf flags

2019-08-19 Thread Xin Long
This patchset mostly does 3 things: 1. add per endpint asconf flag and use asconf flag properly and add SCTP_ASCONF_SUPPORTED sockopt. 2. use auth flag properly and add SCTP_AUTH_SUPPORTED sockopt. 3. remove the 'global feature switch' to discard chunks. Xin Long (8): sctp: add ascon