]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit63a88e9dde6292293ea5a7c696e57f4724524a2c
tree2d4274ee809c8bf6a22e1b96a32f5065397586cc
parentbb7768b47d0a50346334972106832f607eb921ff
parent975f52cbdd7dc323c29e8704364bc1c5ca8d4013
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>