Merge branch 'sctp-support-per-endpoint-auth-and-asconf-flags'
authorDavid S. Miller <davem@davemloft.net>
Tue, 20 Aug 2019 01:27:29 +0000 (18:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Aug 2019 01:27:29 +0000 (18:27 -0700)
commit5483ecefe9602502441b0b76968f9c4f888ad242
tree2d4274ee809c8bf6a22e1b96a32f5065397586cc
parentaf809709e9df2a44137429ba3694c339a11b710d
parent2f7576347cf3dd993f1ffe5e6018b4b764319c52
Merge branch 'sctp-support-per-endpoint-auth-and-asconf-flags'

Xin Long says:

====================
sctp: support per endpoint auth and asconf flags

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

Signed-off-by: David S. Miller <davem@davemloft.net>