From: David S. Miller Date: Wed, 18 Jan 2017 19:55:11 +0000 (-0500) Subject: Merge branch 'sctp-sender-side-stream-reconf-ssn-reset-request-chunk' X-Git-Tag: v4.11-rc1~124^2~387 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1ce463dd75d4ba0c64191e2b9c73c202a5a6cc3a;p=karo-tx-linux.git Merge branch 'sctp-sender-side-stream-reconf-ssn-reset-request-chunk' Xin Long says: ==================== sctp: add sender-side procedures for stream reconf ssn reset request chunk Patch 6/6 is to implement sender-side procedures for the Outgoing and Incoming SSN Reset Request Parameter described in rfc6525 section 5.1.2 and 5.1.3 Patches 1-5/6 are ahead of it to define some apis and asoc members for it. Note that with this patchset, asoc->reconf_enable has no chance yet to be set, until the patch "sctp: add get and set sockopt for reconf_enable" is applied in the future. As we can not just enable it when sctp is not capable of processing reconf chunk yet. v1->v2: - put these into a smaller group. - rename some temporary variables in the codes. - rename the titles of the commits and improve some changelogs. v2->v3: - re-split the patchset and make sure it has no dead codes for review. v3->v4: - move sctp_make_reconf() into patch 1/6 to avoid kbuild warning. - drop unused struct sctp_strreset_req. ==================== Signed-off-by: David S. Miller --- 1ce463dd75d4ba0c64191e2b9c73c202a5a6cc3a