From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: [PATCH net-next 0/5] SCTP updates Date: Fri, 4 Jul 2014 23:05:03 +0200 Message-ID: <1404507908-6949-1-git-send-email-dborkman@redhat.com> Cc: geirola@gmail.com, netdev@vger.kernel.org, linux-sctp@vger.kernel.org To: davem@davemloft.net Return-path: Received: from mx1.redhat.com ([209.132.183.28]:20046 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752648AbaGDVFM (ORCPT ); Fri, 4 Jul 2014 17:05:12 -0400 Sender: netdev-owner@vger.kernel.org List-ID: This set improves the SCTP socket API to be more in line with RFC6458, Geir and myself have finalized it eventually. While at it, the first patch also fixes two possible information leaks that should go to net tree as well. For more details, I refer you to the patches themselves. Thanks a lot. Daniel Borkmann (1): net: sctp: fix information leaks in ulpevent layer Geir Ola Vaagland (4): net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg support net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg support net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg support net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO support include/net/sctp/sctp.h | 1 + include/net/sctp/structs.h | 7 +- include/net/sctp/ulpevent.h | 14 +-- include/uapi/linux/sctp.h | 102 ++++++++++++---- net/sctp/socket.c | 285 ++++++++++++++++++++++++++++++++++++++------ net/sctp/ulpevent.c | 185 ++++++++++++---------------- 6 files changed, 423 insertions(+), 171 deletions(-) -- 1.7.11.7