netdev
[Top] [All Lists]

[BK PATCH] PR-SCTP support, misc SCTP cleanups

To: davem@xxxxxxxxxx
Subject: [BK PATCH] PR-SCTP support, misc SCTP cleanups
From: Sridhar Samudrala <sri@xxxxxxxxxx>
Date: Mon, 19 Apr 2004 15:11:26 -0700 (PDT)
Cc: netdev@xxxxxxxxxxx, lksctp-developers@xxxxxxxxxxxxxxxxxxxxx
Sender: netdev-bounce@xxxxxxxxxxx
Dave,

Please do a
        bk pull http://linux-lksctp.bkbits.net/lksctp-2.5.work &
        bk pull http://linux-lksctp.bkbits.net/lksctp-2.4.work
to get the following updates to 2.6 and 2.4 SCTP.

The updates include PR-SCTP(partial reliability extension) support and some
misc. bug fixes and cleanups.

Thanks
Sridhar

# ChangeSet
#   2004/04/19 11:26:22-07:00 sri@xxxxxxxxxx
#   [SCTP] Propagate error from sctp_proc_init. (Olaf Kirch)
#
# net/sctp/protocol.c
#
# ChangeSet
#   2004/04/19 10:58:26-07:00 sri@xxxxxxxxxx
#   [SCTP] Partial Reliability Extension support.
#
# net/sctp/ulpqueue.c
# net/sctp/tsnmap.c
# net/sctp/sysctl.c
# net/sctp/sm_statetable.c
# net/sctp/sm_statefuns.c
# net/sctp/sm_sideeffect.c
# net/sctp/sm_make_chunk.c
# net/sctp/protocol.c
# net/sctp/outqueue.c
# net/sctp/output.c
# net/sctp/debug.c
# net/sctp/chunk.c
# net/sctp/associola.c
# include/net/sctp/ulpqueue.h
# include/net/sctp/tsnmap.h
# include/net/sctp/structs.h
# include/net/sctp/sm.h
# include/net/sctp/sctp.h
# include/net/sctp/constants.h
# include/net/sctp/command.h
# include/linux/sysctl.h
# include/linux/sctp.h
#
# ChangeSet
#   2004/04/19 10:46:21-07:00 sri@xxxxxxxxxx
#   [SCTP] Cleanup sctp_packet and sctp_outq infrastructure.
#
# net/sctp/transport.c
# net/sctp/sm_statefuns.c
# net/sctp/outqueue.c
# net/sctp/output.c
# net/sctp/associola.c
# include/net/sctp/structs.h
# include/net/sctp/constants.h
#
# ChangeSet
#   2004/04/19 10:36:56-07:00 sri@xxxxxxxxxx
#   [SCTP] Avoid the use of constant SCTP_IP_OVERHEAD to determine the
#   max data size in a SCTP packet.
#
#   Calculate the overhead based on the socket's protocol family header
#   length.
#
# net/sctp/ulpevent.c
# net/sctp/socket.c
# net/sctp/outqueue.c
# net/sctp/output.c
# net/sctp/chunk.c
# include/net/sctp/structs.h
# include/net/sctp/sctp.h
# include/net/sctp/constants.h
#

<Prev in Thread] Current Thread [Next in Thread>