On Tue, Oct 08, 2019 at 07:27:32PM +0800, Xin Long wrote: > There are 4 events defined in rfc5061 missed in linux sctp: > SCTP_ADDR_ADDED, SCTP_ADDR_REMOVED, SCTP_ADDR_MADE_PRIM and > SCTP_SEND_FAILED_EVENT. > > This patchset is to add them up. > > Xin Long (4): > sctp: add SCTP_ADDR_ADDED event > sctp: add SCTP_ADDR_REMOVED event > sctp: add SCTP_ADDR_MADE_PRIM event > sctp: add SCTP_SEND_FAILED_EVENT event > > include/net/sctp/ulpevent.h | 16 +++++++------ > include/uapi/linux/sctp.h | 16 ++++++++++++- > net/sctp/associola.c | 22 +++++++---------- > net/sctp/chunk.c | 40 +++++++++++++++---------------- > net/sctp/ulpevent.c | 57 ++++++++++++++++++++++++++++++++++++++++++++- > 5 files changed, 108 insertions(+), 43 deletions(-) > > -- > 2.1.0 > > Series Acked-by: Neil Horman <nhorman@xxxxxxxxxxxxx>