Dave,

Please pull the following SCTP updates from
   master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6.git

Thanks
Sridhar

 include/net/sctp/structs.h |   76 +++--
 include/net/sctp/user.h    |   30 ++
 net/sctp/associola.c       |   81 +++--
 net/sctp/input.c           |   36 ++
 net/sctp/output.c          |   17 +
 net/sctp/sm_sideeffect.c   |   26 +-
 net/sctp/sm_statefuns.c    |   20 -
 net/sctp/socket.c          |  705 ++++++++++++++++++++++++++++++++++++--------
 net/sctp/transport.c       |   32 +-
 9 files changed, 794 insertions(+), 229 deletions(-)

commit 95f4a6cd50e4e4e0dbe3d3cb8e1b95bd89fec845
Author: Frank Filz <[EMAIL PROTECTED]>
Date:   Tue Dec 6 15:40:39 2005 -0800

    [SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.

    Signed-off-by: Frank Filz <[EMAIL PROTECTED]>
    Signed-off-by: Sridhar Samudrala <[EMAIL PROTECTED]>

commit 46ffca48d2bb8d2154a92df5926cb043f7720384
Author: Frank Filz <[EMAIL PROTECTED]>
Date:   Tue Dec 6 11:50:01 2005 -0800

    [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.

    This patch adds support to set/get heartbeat interval, maximum number of
    retransmissions, pathmtu, sackdelay time for a particular transport/
    association/socket as per the latest SCTP sockets api draft11.

    Signed-off-by: Frank Filz <[EMAIL PROTECTED]>
    Signed-off-by: Sridhar Samudrala <[EMAIL PROTECTED]>

commit beb6e9952971114b87646026f9730d18b1d54520
Author: Neil Horman <[EMAIL PROTECTED]>
Date:   Tue Dec 6 11:36:06 2005 -0800

    [SCTP]: Fix sctp to not return erroneous POLLOUT events.

    Make sctp_writeable() use sk_wmem_alloc rather than sk_wmem_queued to
    determine the sndbuf space available. It also removes all the modifications
    to sk_wmem_queued as it is not currently used in SCTP.

    Signed-off-by: Neil Horman <[EMAIL PROTECTED]>
    Signed-off-by: Sridhar Samudrala <[EMAIL PROTECTED]>


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to